svn commit: r348253 - head/www/nghttp2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 14 15:20:37 UTC 2014
Author: sunpoet
Date: Fri Mar 14 15:20:35 2014
New Revision: 348253
URL: http://svnweb.freebsd.org/changeset/ports/348253
QAT: https://qat.redports.org/buildarchive/r348253/
Log:
- Update to 0.3.2
- Add my LOCAL to MASTER_SITES
- Use USES=tar:xz
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 Fri Mar 14 15:20:29 2014 (r348252)
+++ head/www/nghttp2/Makefile Fri Mar 14 15:20:35 2014 (r348253)
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= nghttp2
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.2
CATEGORIES= www net
-MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/
+MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
+ LOCAL/sunpoet
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= HTTP/2.0 C Library
@@ -29,8 +30,7 @@ USE_CXXSTD= c++11
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_OPENSSL= yes
-USE_XZ= yes
-USES= compiler:c++11-lang pathfix pkgconfig
+USES= compiler:c++11-lang pathfix pkgconfig tar:xz
PORTDOCS= *
Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo Fri Mar 14 15:20:29 2014 (r348252)
+++ head/www/nghttp2/distinfo Fri Mar 14 15:20:35 2014 (r348253)
@@ -1,2 +1,2 @@
-SHA256 (nghttp2-0.3.1.tar.xz) = 3ee03cc6fe9f01fd0e95dccca14158ab7fecb9ff623fe4f436bdd8d9eb91de60
-SIZE (nghttp2-0.3.1.tar.xz) = 699464
+SHA256 (nghttp2-0.3.2.tar.xz) = 74a2865139558d2c8abaceb9961c7812575d472e5ec2eb7655fd553588587718
+SIZE (nghttp2-0.3.2.tar.xz) = 699148
Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist Fri Mar 14 15:20:29 2014 (r348252)
+++ head/www/nghttp2/pkg-plist Fri Mar 14 15:20:35 2014 (r348253)
@@ -10,4 +10,7 @@ lib/libnghttp2.la
lib/libnghttp2.so
lib/libnghttp2.so.2
libdata/pkgconfig/libnghttp2.pc
+man/man1/nghttp.1.gz
+man/man1/nghttpd.1.gz
+man/man1/nghttpx.1.gz
@dirrm include/nghttp2
More information about the svn-ports-all
mailing list