Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2015 20:13: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: r397642 - head/www/nghttp2
Message-ID:  <201509232013.t8NKDRht015165@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep 23 20:13:27 2015
New Revision: 397642
URL: https://svnweb.freebsd.org/changeset/ports/397642

Log:
  - Update to 1.3.3
  - Add LICENSE_FILE
  
  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 Sep 23 20:06:05 2015	(r397641)
+++ head/www/nghttp2/Makefile	Wed Sep 23 20:13:27 2015	(r397642)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nghttp2
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.3
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	HTTP/2.0 C Library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	libev>=4.15:${PORTSDIR}/devel/libev \
 		libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \

Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo	Wed Sep 23 20:06:05 2015	(r397641)
+++ head/www/nghttp2/distinfo	Wed Sep 23 20:13:27 2015	(r397642)
@@ -1,2 +1,2 @@
-SHA256 (nghttp2-1.3.2.tar.xz) = 3188f46a7f1de852d65a3d34c0c60f69f870c49555944ef1b1fc7df6ce9f02a8
-SIZE (nghttp2-1.3.2.tar.xz) = 1262172
+SHA256 (nghttp2-1.3.3.tar.xz) = 80be5a32dbfce84bcf75753732dc9f3b2b8588102943b0af2eb525692251f264
+SIZE (nghttp2-1.3.3.tar.xz) = 1271448

Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist	Wed Sep 23 20:06:05 2015	(r397641)
+++ head/www/nghttp2/pkg-plist	Wed Sep 23 20:13:27 2015	(r397642)
@@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h
 lib/libnghttp2.a
 lib/libnghttp2.so
 lib/libnghttp2.so.14
-lib/libnghttp2.so.14.1.2
+lib/libnghttp2.so.14.1.3
 %%ASIO%%lib/libnghttp2_asio.a
 %%ASIO%%lib/libnghttp2_asio.so
 %%ASIO%%lib/libnghttp2_asio.so.1



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