Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 22:29:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485806 - head/www/nghttp2
Message-ID:  <201811242229.wAOMT0Yv077028@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 24 22:28:59 2018
New Revision: 485806
URL: https://svnweb.freebsd.org/changeset/ports/485806

Log:
  Update to 1.35.0
  
  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	Sat Nov 24 22:28:51 2018	(r485805)
+++ head/www/nghttp2/Makefile	Sat Nov 24 22:28:59 2018	(r485806)
@@ -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=	*

Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo	Sat Nov 24 22:28:51 2018	(r485805)
+++ head/www/nghttp2/distinfo	Sat Nov 24 22:28:59 2018	(r485806)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811242229.wAOMT0Yv077028>