Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2015 18:03:22 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384435 - in head/www: nginx nginx-devel nginx-devel/files nginx/files
Message-ID:  <201504211803.t3LI3MEl058775@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Apr 21 18:03:22 2015
New Revision: 384435
URL: https://svnweb.freebsd.org/changeset/ports/384435

Log:
  Upgrade third-party set_misc module from 0.24 to 0.28.

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo
  head/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config
  head/www/nginx/Makefile
  head/www/nginx/distinfo
  head/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Apr 21 17:01:50 2015	(r384434)
+++ head/www/nginx-devel/Makefile	Tue Apr 21 18:03:22 2015	(r384435)
@@ -696,8 +696,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n
 .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//}

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Apr 21 17:01:50 2015	(r384434)
+++ head/www/nginx-devel/distinfo	Tue Apr 21 18:03:22 2015	(r384435)
@@ -86,8 +86,8 @@ SHA256 (alibaba-nginx-footer-filter-1.2.
 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

Modified: head/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config
==============================================================================
--- head/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config	Tue Apr 21 17:01:50 2015	(r384434)
+++ head/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config	Tue Apr 21 18:03:22 2015	(r384435)
@@ -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."

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Tue Apr 21 17:01:50 2015	(r384434)
+++ head/www/nginx/Makefile	Tue Apr 21 18:03:22 2015	(r384435)
@@ -707,8 +707,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n
 .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//}

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Tue Apr 21 17:01:50 2015	(r384434)
+++ head/www/nginx/distinfo	Tue Apr 21 18:03:22 2015	(r384435)
@@ -88,8 +88,8 @@ SHA256 (alibaba-nginx-footer-filter-1.2.
 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

Modified: head/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config
==============================================================================
--- head/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config	Tue Apr 21 17:01:50 2015	(r384434)
+++ head/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config	Tue Apr 21 18:03:22 2015	(r384435)
@@ -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."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504211803.t3LI3MEl058775>