diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-25 06:28:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-25 06:28:59 +0800 |
commit | f313b333a396bc7058bdd85d87d738af8a0014d7 (patch) | |
tree | 4bbfd3be9bb72d09b0c0041abe696723556e7463 /www/nghttp2 | |
parent | 553821c1b643656193194ed5489859a00d5404da (diff) | |
download | freebsd-ports-gnome-f313b333a396bc7058bdd85d87d738af8a0014d7.tar.gz freebsd-ports-gnome-f313b333a396bc7058bdd85d87d738af8a0014d7.tar.zst freebsd-ports-gnome-f313b333a396bc7058bdd85d87d738af8a0014d7.zip |
Update to 1.35.0
Changes: https://github.com/nghttp2/nghttp2/releases
Diffstat (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 7 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 9f522aae4b28..4c646dce24ce 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.34.0 +PORTVERSION= 1.35.0 DISTVERSIONPREFIX= v CATEGORIES= www net @@ -20,15 +20,16 @@ OPTIONS_DEFAULT=APP HPACK OPTIONS_SUB= yes APP_DESC= Build h2load, nghttp, nghttpd and nghttpx +USES= autoreconf compiler:c++14-lang gmake libtool localbase pathfix pkgconfig ssl + CONFIGURE_ARGS= --disable-python-bindings --with-jemalloc CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_CXXSTD= c++11 +USE_CXXSTD= c++14 USE_LDCONFIG= yes USE_RC_SUBR= nghttpx -USES= autoreconf compiler:c++11-lib gmake libtool localbase pathfix pkgconfig ssl PORTDATA= fetch-ocsp-response PORTDOCS= * diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 8c576454d47a..268475dcba38 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1538662894 -SHA256 (nghttp2-nghttp2-v1.34.0_GH0.tar.gz) = a0ca4071e59cb1a08cbc40e86127f42c6c7f5ae98d121094d917f81fc6fa0728 -SIZE (nghttp2-nghttp2-v1.34.0_GH0.tar.gz) = 1760930 +TIMESTAMP = 1543058280 +SHA256 (nghttp2-nghttp2-v1.35.0_GH0.tar.gz) = 9a5900205dbdd41c9d4b686ace17cd77e092f187c471f80c491dad7e5855d08a +SIZE (nghttp2-nghttp2-v1.35.0_GH0.tar.gz) = 1765628 |