svn commit: r386957 - head/www/nghttp2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 21 21:24:38 UTC 2015
Author: sunpoet
Date: Thu May 21 21:24:37 2015
New Revision: 386957
URL: https://svnweb.freebsd.org/changeset/ports/386957
Log:
- Update to 0.7.15
- Fix build on 9.x
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 Thu May 21 21:24:31 2015 (r386956)
+++ head/www/nghttp2/Makefile Thu May 21 21:24:37 2015 (r386957)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nghttp2
-PORTVERSION= 0.7.12
+PORTVERSION= 0.7.15
CATEGORIES= www net
MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
LOCAL/sunpoet
@@ -42,7 +42,7 @@ USE_CXXSTD= c++11
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_OPENSSL= yes
-USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz
PORTDATA= fetch-ocsp-response
PORTDOCS= *
@@ -57,8 +57,8 @@ HPACK_LIB_DEPENDS= libjansson.so:${PORTS
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000000
-BROKEN= Does not build
+.if ${OSVERSION} <= 1000000
+CPPFLAGS+= -D_GLIBCXX_USE_C99
.endif
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo Thu May 21 21:24:31 2015 (r386956)
+++ head/www/nghttp2/distinfo Thu May 21 21:24:37 2015 (r386957)
@@ -1,2 +1,2 @@
-SHA256 (nghttp2-0.7.12.tar.xz) = e7189b5bf07062eee58dd7b66243cbbd7b186069c33218cb1d7e0a2b6510e630
-SIZE (nghttp2-0.7.12.tar.xz) = 897764
+SHA256 (nghttp2-0.7.15.tar.xz) = c42a691d6924b3dad94ad97417c3023878fb0c1e5f09567f2e1cc82b73bfc60c
+SIZE (nghttp2-0.7.15.tar.xz) = 905864
Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist Thu May 21 21:24:31 2015 (r386956)
+++ head/www/nghttp2/pkg-plist Thu May 21 21:24:37 2015 (r386957)
@@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h
lib/libnghttp2.a
lib/libnghttp2.so
lib/libnghttp2.so.5
-lib/libnghttp2.so.5.8.1
+lib/libnghttp2.so.5.8.4
%%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