aboutsummaryrefslogtreecommitdiff
path: root/www/nghttp2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 06:19:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 06:19:14 +0000
commit8151b9f230317ea10aded59e7b14f5730f25ab06 (patch)
tree8c1c4d4a49540bc69ca7b433029c30b3140edbef /www/nghttp2
parentb3257656b1ea3d564c1165b44151004e01db2e6e (diff)
Notes
Diffstat (limited to 'www/nghttp2')
-rw-r--r--www/nghttp2/Makefile2
-rw-r--r--www/nghttp2/distinfo4
-rw-r--r--www/nghttp2/files/patch-configure.ac37
-rw-r--r--www/nghttp2/pkg-plist2
4 files changed, 4 insertions, 41 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index d4b2586dc1e6..1c96623786b9 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nghttp2
-PORTVERSION= 1.7.1
+PORTVERSION= 1.8.0
DISTVERSIONPREFIX= v
CATEGORIES= www net
diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo
index b700f153d2f4..298f23579529 100644
--- a/www/nghttp2/distinfo
+++ b/www/nghttp2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tatsuhiro-t-nghttp2-v1.7.1_GH0.tar.gz) = 3f939b1507b4b9b94d8c1f873b41945d0c7bcf6a21c313124526201dc6e11c3c
-SIZE (tatsuhiro-t-nghttp2-v1.7.1_GH0.tar.gz) = 1561854
+SHA256 (tatsuhiro-t-nghttp2-v1.8.0_GH0.tar.gz) = aee17f09907676d824eb88af42acf645a1e66bdf60ddf2660d931503a742577a
+SIZE (tatsuhiro-t-nghttp2-v1.8.0_GH0.tar.gz) = 1579253
diff --git a/www/nghttp2/files/patch-configure.ac b/www/nghttp2/files/patch-configure.ac
deleted file mode 100644
index 135832e61b12..000000000000
--- a/www/nghttp2/files/patch-configure.ac
+++ /dev/null
@@ -1,37 +0,0 @@
---- configure.ac.orig 2016-02-11 22:13:41.000000000 +0800
-+++ configure.ac 2016-02-18 15:04:13.137454000 +0800
-@@ -256,9 +256,16 @@
- fi
-
- # dl: openssl requires libdl when it is statically linked.
--LIBS_OLD=$LIBS
--AC_SEARCH_LIBS([dlopen], [dl], [APPLDFLAGS="-ldl $APPLDFLAGS"], [], [])
--LIBS=$LIBS_OLD
-+case "${host_os}" in
-+ *bsd*)
-+ # dlopen is in libc on *BSD
-+ ;;
-+ *)
-+ save_LIBS=$LIBS
-+ AC_SEARCH_LIBS([dlopen], [dl], [APPLDFLAGS="-ldl $APPLDFLAGS"], [], [])
-+ LIBS=$save_LIBS
-+ ;;
-+esac
-
- # cunit
- PKG_CHECK_MODULES([CUNIT], [cunit >= 2.1], [have_cunit=yes], [have_cunit=no])
-@@ -633,7 +640,13 @@
- # For cygwin: we can link initgroups, so AC_CHECK_FUNCS succeeds, but
- # cygwin disables initgroups due to feature test macro magic with our
- # configuration.
--AC_CHECK_DECLS([initgroups], [], [], [[#include <grp.h>]])
-+# configuration. FreeBSD declares initgroups() in unistd.h.
-+AC_CHECK_DECLS([initgroups], [], [], [[
-+ #ifdef HAVE_UNISTD_H
-+ # include <unistd.h>
-+ #endif
-+ #include <grp.h>
-+]])
-
- # Checks for epoll availability, primarily for examples/tiny-nghttpd
- AX_HAVE_EPOLL([have_epoll=yes], [have_epoll=no])
diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist
index 5e45b564e2f7..38a17b2ff4d8 100644
--- a/www/nghttp2/pkg-plist
+++ b/www/nghttp2/pkg-plist
@@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h
lib/libnghttp2.a
lib/libnghttp2.so
lib/libnghttp2.so.14
-lib/libnghttp2.so.14.4.1
+lib/libnghttp2.so.14.5.0
%%ASIO%%lib/libnghttp2_asio.a
%%ASIO%%lib/libnghttp2_asio.so
%%ASIO%%lib/libnghttp2_asio.so.1