From owner-svn-ports-all@freebsd.org Tue Dec 27 18:15:56 2016 Return-Path: Delivered-To: svn-ports-all@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 751C4C938F8; Tue, 27 Dec 2016 18:15:56 +0000 (UTC) (envelope-from sunpoet@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 2B3071DAC; Tue, 27 Dec 2016 18:15:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBRIFtVL024141; Tue, 27 Dec 2016 18:15:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBRIFtnx024139; Tue, 27 Dec 2016 18:15:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612271815.uBRIFtnx024139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Dec 2016 18:15:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429637 - 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.23 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: Tue, 27 Dec 2016 18:15:56 -0000 Author: sunpoet Date: Tue Dec 27 18:15:55 2016 New Revision: 429637 URL: https://svnweb.freebsd.org/changeset/ports/429637 Log: - Update to 1.18.0 - Add BUILD_DEPENDS: make sure using same version libnghttp2 - Remove ASIO_RUN_DEPENDS: BUILD_DEPENDS is sufficient to block unqualified version Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Tue Dec 27 18:15:50 2016 (r429636) +++ head/www/nghttp2/Makefile Tue Dec 27 18:15:55 2016 (r429637) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.17.0 +PORTVERSION= 1.18.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org @@ -13,6 +12,7 @@ COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 OPTIONS_DEFINE= APP ASIO DOCS EXAMPLES HPACK SPDY @@ -40,17 +40,18 @@ PORTEXAMPLES= * USE_GITHUB= yes -APP_BUILD_DEPENDS= libev>=4.11:devel/libev +APP_BUILD_DEPENDS= c-ares>=1.7.5:dns/c-ares \ + libev>=4.11:devel/libev APP_CONFIGURE_ENABLE= app APP_CONFIGURE_OFF= --without-libxml2 -APP_LIB_DEPENDS= libev.so:devel/libev +APP_LIB_DEPENDS= libcares.so:dns/c-ares \ + libev.so:devel/libev APP_USE= GNOME=libxml2 APP_USES= gnome ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:devel/boost-libs ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:devel/boost-libs -ASIO_RUN_DEPENDS= boost-libs>=1.54.0:devel/boost-libs EXAMPLES_CONFIGURE_ENABLE= examples EXAMPLES_BUILD_DEPENDS= libevent2>=2.0.8:devel/libevent2 EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent2 Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Tue Dec 27 18:15:50 2016 (r429636) +++ head/www/nghttp2/distinfo Tue Dec 27 18:15:55 2016 (r429637) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480231536 -SHA256 (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = dd6cee9dcc583dd5cac2d6652ca28f519f885dac2a3451e340fd72566adcf499 -SIZE (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = 1694346 +TIMESTAMP = 1482859673 +SHA256 (nghttp2-nghttp2-v1.18.0_GH0.tar.gz) = 224664e2271c569439311690f4cbd4a6bec5ac366d965fcd018e0693d7baebf6 +SIZE (nghttp2-nghttp2-v1.18.0_GH0.tar.gz) = 1700089