Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 22:00:27 +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: r381873 - head/www/nghttp2
Message-ID:  <201503212200.t2LM0RVH054831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 21 22:00:26 2015
New Revision: 381873
URL: https://svnweb.freebsd.org/changeset/ports/381873
QAT: https://qat.redports.org/buildarchive/r381873/

Log:
  - Update to 0.7.7
  
  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	Sat Mar 21 22:00:20 2015	(r381872)
+++ head/www/nghttp2/Makefile	Sat Mar 21 22:00:26 2015	(r381873)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nghttp2
-PORTVERSION=	0.7.5
+PORTVERSION=	0.7.7
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
 		LOCAL/sunpoet

Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo	Sat Mar 21 22:00:20 2015	(r381872)
+++ head/www/nghttp2/distinfo	Sat Mar 21 22:00:26 2015	(r381873)
@@ -1,2 +1,2 @@
-SHA256 (nghttp2-0.7.5.tar.xz) = b2a05b4481881228db90314e14cb33511037a9e5940e31b826b688f27a6628d1
-SIZE (nghttp2-0.7.5.tar.xz) = 858444
+SHA256 (nghttp2-0.7.7.tar.xz) = 8d214286b14b0ca02629f7265af4aa9c4e0524f6aa919f8a718172031a48c64d
+SIZE (nghttp2-0.7.7.tar.xz) = 870264

Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist	Sat Mar 21 22:00:20 2015	(r381872)
+++ head/www/nghttp2/pkg-plist	Sat Mar 21 22:00:26 2015	(r381873)
@@ -5,12 +5,14 @@ bin/nghttp
 bin/nghttpd
 bin/nghttpx
 include/nghttp2/asio_http2.h
+include/nghttp2/asio_http2_client.h
+include/nghttp2/asio_http2_server.h
 include/nghttp2/nghttp2.h
 include/nghttp2/nghttp2ver.h
 lib/libnghttp2.a
 lib/libnghttp2.so
 lib/libnghttp2.so.5
-lib/libnghttp2.so.5.6.0
+lib/libnghttp2.so.5.7.0
 %%ASIO%%lib/libnghttp2_asio.a
 %%ASIO%%lib/libnghttp2_asio.so
 %%ASIO%%lib/libnghttp2_asio.so.0



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