From owner-svn-ports-all@FreeBSD.ORG Fri Jan 9 18:07:27 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 636382F2; Fri, 9 Jan 2015 18:07:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3BE00914; Fri, 9 Jan 2015 18:07:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t09I7RSQ096881; Fri, 9 Jan 2015 18:07:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t09I7Qxn096876; Fri, 9 Jan 2015 18:07:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501091807.t09I7Qxn096876@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Jan 2015 18:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376636 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 18:07:27 -0000 Author: sunpoet Date: Fri Jan 9 18:07:25 2015 New Revision: 376636 URL: https://svnweb.freebsd.org/changeset/ports/376636 QAT: https://qat.redports.org/buildarchive/r376636/ Log: - Update to 0.7.0 Changes: https://github.com/tatsuhiro-t/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Fri Jan 9 18:07:20 2015 (r376635) +++ head/www/nghttp2/Makefile Fri Jan 9 18:07:25 2015 (r376636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.6.7 +PORTVERSION= 0.7.0 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -12,9 +12,11 @@ COMMENT= HTTP/2.0 C Library LICENSE= MIT -BUILD_DEPENDS= libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \ +BUILD_DEPENDS= libev>=4.15:${PORTSDIR}/devel/libev \ + libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \ spdylay>=1.3.0:${PORTSDIR}/www/spdylay -LIB_DEPENDS= libevent_openssl.so:${PORTSDIR}/devel/libevent2 \ +LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ + libevent_openssl.so:${PORTSDIR}/devel/libevent2 \ libspdylay.so:${PORTSDIR}/www/spdylay RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -26,12 +28,16 @@ CONFIGURE_ARGS= --disable-python-binding --enable-app \ --enable-examples \ --with-spdylay -CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ +CONFIGURE_ENV= LIBEV_CFLAGS="-I${LOCALBASE}/include" \ + LIBEV_LIBS="-L${LOCALBASE}/lib -lev" \ + OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ZLIB_CFLAGS="-I${INCLUDEDIR}" \ ZLIB_LIBS="-L${LIBDIR} -lz" +CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +LIBS+= -L${LOCALBASE}/lib -lev USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Fri Jan 9 18:07:20 2015 (r376635) +++ head/www/nghttp2/distinfo Fri Jan 9 18:07:25 2015 (r376636) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.6.7.tar.xz) = 6cd748982f03c0039072c6a61c8dd88fe270ec34b826fb4591e5ed93f1a8376c -SIZE (nghttp2-0.6.7.tar.xz) = 813524 +SHA256 (nghttp2-0.7.0.tar.xz) = 41765d7ed8a4790b674ac27ae5106006799de402c0f0427a71c40875e2971542 +SIZE (nghttp2-0.7.0.tar.xz) = 821656 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Fri Jan 9 18:07:20 2015 (r376635) +++ head/www/nghttp2/pkg-plist Fri Jan 9 18:07:25 2015 (r376636) @@ -10,7 +10,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.5 -lib/libnghttp2.so.5.2.2 +lib/libnghttp2.so.5.3.0 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.0