Date: Fri, 19 Apr 2019 03:36:38 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499322 - head/www/nghttp2 Message-ID: <201904190336.x3J3acd0087896@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Apr 19 03:36:37 2019 New Revision: 499322 URL: https://svnweb.freebsd.org/changeset/ports/499322 Log: www/nghttp2: unbreak PR: 236666 Obtained from: upstream Modified: head/www/nghttp2/Makefile (contents, props changed) head/www/nghttp2/distinfo (contents, props changed) Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Fri Apr 19 02:36:44 2019 (r499321) +++ head/www/nghttp2/Makefile Fri Apr 19 03:36:37 2019 (r499322) @@ -6,6 +6,9 @@ PORTVERSION= 1.38.0 DISTVERSIONPREFIX= v CATEGORIES= www net +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= cbba1ebf8fce.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library @@ -49,7 +52,6 @@ ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:devel/boost-lib 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_BROKEN= ASIO option fails to build with boost 1.70, see bug 236666 EXAMPLES_CONFIGURE_ENABLE= examples EXAMPLES_BUILD_DEPENDS= libevent>=2.0.8:devel/libevent EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Fri Apr 19 02:36:44 2019 (r499321) +++ head/www/nghttp2/distinfo Fri Apr 19 03:36:37 2019 (r499322) @@ -1,3 +1,5 @@ TIMESTAMP = 1555604318 SHA256 (nghttp2-nghttp2-v1.38.0_GH0.tar.gz) = 3d5f1642e571470bb23a2a58b3d26ea9612c4e65195b99e55fc76999d3a9d306 SIZE (nghttp2-nghttp2-v1.38.0_GH0.tar.gz) = 1770767 +SHA256 (cbba1ebf8fce.patch) = 3ea8be7174759810bdc6108e80d301ce7fa6b18c822a1f87b5741b247c2bb673 +SIZE (cbba1ebf8fce.patch) = 1950
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904190336.x3J3acd0087896>