svn commit: r389952 - head/www/nghttp2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 17 17:24:53 UTC 2015


Author: sunpoet
Date: Wed Jun 17 17:24:52 2015
New Revision: 389952
URL: https://svnweb.freebsd.org/changeset/ports/389952

Log:
  - Update to 1.0.2
  
  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	Wed Jun 17 17:24:31 2015	(r389951)
+++ head/www/nghttp2/Makefile	Wed Jun 17 17:24:52 2015	(r389952)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nghttp2
-PORTVERSION=	0.7.15
+PORTVERSION=	1.0.2
 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	Wed Jun 17 17:24:31 2015	(r389951)
+++ head/www/nghttp2/distinfo	Wed Jun 17 17:24:52 2015	(r389952)
@@ -1,2 +1,2 @@
-SHA256 (nghttp2-0.7.15.tar.xz) = c42a691d6924b3dad94ad97417c3023878fb0c1e5f09567f2e1cc82b73bfc60c
-SIZE (nghttp2-0.7.15.tar.xz) = 905864
+SHA256 (nghttp2-1.0.2.tar.xz) = 0ea61f0aca47dedfedb6179e26d0e89dac7674fd93fe1d9645d51ff24fcd00cc
+SIZE (nghttp2-1.0.2.tar.xz) = 910308

Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist	Wed Jun 17 17:24:31 2015	(r389951)
+++ head/www/nghttp2/pkg-plist	Wed Jun 17 17:24:52 2015	(r389952)
@@ -11,8 +11,8 @@ include/nghttp2/nghttp2.h
 include/nghttp2/nghttp2ver.h
 lib/libnghttp2.a
 lib/libnghttp2.so
-lib/libnghttp2.so.5
-lib/libnghttp2.so.5.8.4
+lib/libnghttp2.so.14
+lib/libnghttp2.so.14.0.2
 %%ASIO%%lib/libnghttp2_asio.a
 %%ASIO%%lib/libnghttp2_asio.so
 %%ASIO%%lib/libnghttp2_asio.so.1


More information about the svn-ports-all mailing list