From owner-svn-ports-head@freebsd.org Fri Oct 14 13:45:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5B96C10B94; Fri, 14 Oct 2016 13:45:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95B20985; Fri, 14 Oct 2016 13:45:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EDjluB011861; Fri, 14 Oct 2016 13:45:47 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EDjlBA011859; Fri, 14 Oct 2016 13:45:47 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201610141345.u9EDjlBA011859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 14 Oct 2016 13:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423967 - head/www/libjwt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 13:45:48 -0000 Author: kevlo Date: Fri Oct 14 13:45:47 2016 New Revision: 423967 URL: https://svnweb.freebsd.org/changeset/ports/423967 Log: Update to 1.5.1 Modified: head/www/libjwt/Makefile head/www/libjwt/distinfo Modified: head/www/libjwt/Makefile ============================================================================== --- head/www/libjwt/Makefile Fri Oct 14 13:26:37 2016 (r423966) +++ head/www/libjwt/Makefile Fri Oct 14 13:45:47 2016 (r423967) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libjwt -PORTVERSION= 1.3.1 +PORTVERSION= 1.5.1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -18,10 +18,16 @@ LIB_DEPENDS= libcheck.so:devel/libcheck USE_GITHUB= yes GH_ACCOUNT= benmcollins -USES= libtool pkgconfig pathfix ssl +USES= autoreconf libtool pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} +CONFIGURE_ENV= OPENSSL_CFLAGS="-I/usr/include" \ + OPENSSL_LIBS="-lcrypto -lssl" + INSTALL_TARGET= install-strip +post-patch: + ${REINPLACE_CMD} -e 's|^pkgconfiglibdir.*|pkgconfiglibdir = ${PREFIX}/libdata/pkgconfig|g' \ + ${WRKSRC}/libjwt/Makefile.am + .include Modified: head/www/libjwt/distinfo ============================================================================== --- head/www/libjwt/distinfo Fri Oct 14 13:26:37 2016 (r423966) +++ head/www/libjwt/distinfo Fri Oct 14 13:45:47 2016 (r423967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474607970 -SHA256 (benmcollins-libjwt-v1.3.1_GH0.tar.gz) = 5f43af415412b6448760946643f2666a65e4e0559a5c893316d7e98520d78b1a -SIZE (benmcollins-libjwt-v1.3.1_GH0.tar.gz) = 390071 +TIMESTAMP = 1476434904 +SHA256 (benmcollins-libjwt-v1.5.1_GH0.tar.gz) = 57c0c3916e9045fe564c770cc80625b0e9c546609e4f2145e494dd15d91ec665 +SIZE (benmcollins-libjwt-v1.5.1_GH0.tar.gz) = 77980