summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2015-04-21 18:03:22 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2015-04-21 18:03:22 +0000
commit51b329e4b6a342ce01ea40abb1302d5661e1611d (patch)
tree9bb85287bb56c4a20d2453d509626bedd9c6c860
parentUpdate to 3.1.4-60-ga6e4d2b (diff)
Upgrade third-party set_misc module from 0.24 to 0.28.
Notes
Notes: svn path=/head/; revision=384435
-rw-r--r--www/nginx-devel/Makefile4
-rw-r--r--www/nginx-devel/distinfo4
-rw-r--r--www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config4
-rw-r--r--www/nginx/Makefile4
-rw-r--r--www/nginx/distinfo4
-rw-r--r--www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config4
6 files changed, 12 insertions, 12 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 014cd9cd2b56..9e930fb8cee9 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -696,8 +696,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-rtmp-module-${NGINX_RTMP_VERSION}
.endif
.if ${PORT_OPTIONS:MSET_MISC}
-NGINX_SET_MISC_VERSION= 0.24
-GIT_SET_MISC_VERSION= 0-g36fd035
+NGINX_SET_MISC_VERSION= 0.28
+GIT_SET_MISC_VERSION= 0-gf72abf1
MASTER_SITES+= https://github.com/openresty/set-misc-nginx-module/tarball/v${NGINX_SET_MISC_VERSION}/:setmisc
DISTFILES+= openresty-set-misc-nginx-module-v${NGINX_SET_MISC_VERSION}-${GIT_SET_MISC_VERSION}.tar.gz:setmisc
CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-set-misc-nginx-module-${GIT_SET_MISC_VERSION:S/^0-g//}
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index d8ccad78fab9..020d37cbc794 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -86,8 +86,8 @@ SHA256 (alibaba-nginx-footer-filter-1.2.2-0-g3572184.tar.gz) = 48a23f879416c0d8d
SIZE (alibaba-nginx-footer-filter-1.2.2-0-g3572184.tar.gz) = 3934
SHA256 (rtmp-nginx-module-v1.1.7.tar.gz) = 7922b0e3d5f3d9c4b275e4908cfb8f5fb1bfb3ac2df77f4c262cda56df21aab3
SIZE (rtmp-nginx-module-v1.1.7.tar.gz) = 519735
-SHA256 (openresty-set-misc-nginx-module-v0.24-0-g36fd035.tar.gz) = 5475877d67a952beaf0b726b96d0c9abf48ccfc27367a6bebb5738e04d054a76
-SIZE (openresty-set-misc-nginx-module-v0.24-0-g36fd035.tar.gz) = 40390
+SHA256 (openresty-set-misc-nginx-module-v0.28-0-gf72abf1.tar.gz) = a2644dca302c1903402259446fddd79f21272d4b9c4dbd3d5a5391f8588987a6
+SIZE (openresty-set-misc-nginx-module-v0.28-0-gf72abf1.tar.gz) = 35494
SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76
SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
diff --git a/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config b/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config
index 22c4094179c8..9d956fdf2fd9 100644
--- a/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config
+++ b/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config
@@ -1,5 +1,5 @@
---- ../openresty-set-misc-nginx-module-36fd035/config.orig 2011-12-09 10:27:53.861265188 +0300
-+++ ../openresty-set-misc-nginx-module-36fd035/config 2011-12-09 10:28:07.107259301 +0300
+--- ../openresty-set-misc-nginx-module-f72abf1/config.orig 2011-12-09 10:27:53.861265188 +0300
++++ ../openresty-set-misc-nginx-module-f72abf1/config 2011-12-09 10:28:07.107259301 +0300
@@ -1,10 +1,3 @@
-if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then
- echo "found ngx_devel_kit for ngx_set_misc; looks good."
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index ad49be5d92e8..15d22be21187 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -707,8 +707,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-rtmp-module-${NGINX_RTMP_VERSION}
.endif
.if ${PORT_OPTIONS:MSET_MISC}
-NGINX_SET_MISC_VERSION= 0.24
-GIT_SET_MISC_VERSION= 0-g36fd035
+NGINX_SET_MISC_VERSION= 0.28
+GIT_SET_MISC_VERSION= 0-gf72abf1
MASTER_SITES+= https://github.com/openresty/set-misc-nginx-module/tarball/v${NGINX_SET_MISC_VERSION}/:setmisc
DISTFILES+= openresty-set-misc-nginx-module-v${NGINX_SET_MISC_VERSION}-${GIT_SET_MISC_VERSION}.tar.gz:setmisc
CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-set-misc-nginx-module-${GIT_SET_MISC_VERSION:S/^0-g//}
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index 0f435cfc5407..96ef2b429696 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -88,8 +88,8 @@ SHA256 (alibaba-nginx-footer-filter-1.2.2-0-g3572184.tar.gz) = 48a23f879416c0d8d
SIZE (alibaba-nginx-footer-filter-1.2.2-0-g3572184.tar.gz) = 3934
SHA256 (rtmp-nginx-module-v1.1.7.tar.gz) = 7922b0e3d5f3d9c4b275e4908cfb8f5fb1bfb3ac2df77f4c262cda56df21aab3
SIZE (rtmp-nginx-module-v1.1.7.tar.gz) = 519735
-SHA256 (openresty-set-misc-nginx-module-v0.24-0-g36fd035.tar.gz) = 5475877d67a952beaf0b726b96d0c9abf48ccfc27367a6bebb5738e04d054a76
-SIZE (openresty-set-misc-nginx-module-v0.24-0-g36fd035.tar.gz) = 40390
+SHA256 (openresty-set-misc-nginx-module-v0.28-0-gf72abf1.tar.gz) = a2644dca302c1903402259446fddd79f21272d4b9c4dbd3d5a5391f8588987a6
+SIZE (openresty-set-misc-nginx-module-v0.28-0-gf72abf1.tar.gz) = 35494
SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76
SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
diff --git a/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config b/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config
index 22c4094179c8..9d956fdf2fd9 100644
--- a/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config
+++ b/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config
@@ -1,5 +1,5 @@
---- ../openresty-set-misc-nginx-module-36fd035/config.orig 2011-12-09 10:27:53.861265188 +0300
-+++ ../openresty-set-misc-nginx-module-36fd035/config 2011-12-09 10:28:07.107259301 +0300
+--- ../openresty-set-misc-nginx-module-f72abf1/config.orig 2011-12-09 10:27:53.861265188 +0300
++++ ../openresty-set-misc-nginx-module-f72abf1/config 2011-12-09 10:28:07.107259301 +0300
@@ -1,10 +1,3 @@
-if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then
- echo "found ngx_devel_kit for ngx_set_misc; looks good."