diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-18 23:20:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-18 23:20:42 +0800 |
commit | 6eb156cb574077033d47d69fcd52784fc05d14ea (patch) | |
tree | 4f3b3675560d6030ec999e9ee5aabd329f0fff10 /www | |
parent | d2d39583cbf10ed3110b3f6d858b2fcac39a2fdf (diff) | |
download | freebsd-ports-gnome-6eb156cb574077033d47d69fcd52784fc05d14ea.tar.gz freebsd-ports-gnome-6eb156cb574077033d47d69fcd52784fc05d14ea.tar.zst freebsd-ports-gnome-6eb156cb574077033d47d69fcd52784fc05d14ea.zip |
- Change *_DEPENDS from www/nghttp2 to www/libnghttp2
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www')
-rw-r--r-- | www/apache24/Makefile | 6 | ||||
-rw-r--r-- | www/mod_http2-devel/Makefile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 99c52eab5475..7afff9a734be 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -2,7 +2,7 @@ PORTNAME= apache24 PORTVERSION= 2.4.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www ipv6 MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} @@ -80,12 +80,12 @@ IPV4_MAPPED_CONFIGURE_ENABLE= v4-mapped LDAP_CONFIGURE_ON= --enable-ldap=shared HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} -HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 +HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUA_CONFIGURE_WITH= lua LUA_USES= lua PROXY_HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} -PROXY_HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 +PROXY_HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 SOCACHE_DC_CONFIGURE_ON= --with-distcache=${LOCALBASE} SOCACHE_DC_LIB_DEPENDS= libdistcache.so:security/distcache diff --git a/www/mod_http2-devel/Makefile b/www/mod_http2-devel/Makefile index d5bccdb933ac..cf2f18a859d2 100644 --- a/www/mod_http2-devel/Makefile +++ b/www/mod_http2-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= mod_http2-devel PORTVERSION= 1.8.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -11,8 +12,8 @@ COMMENT= Early experience HTTP/2 modules for Apache httpd LICENSE= APACHE20 -BUILD_DEPENDS= nghttp2>=1.2:www/nghttp2 -LIB_DEPENDS= libnghttp2.so:www/nghttp2 +BUILD_DEPENDS= libnghttp2>=1.2:www/libnghttp2 +LIB_DEPENDS= libnghttp2.so:www/libnghttp2 USE_GITHUB= yes GH_ACCOUNT= icing |