diff options
author | osa <osa@FreeBSD.org> | 2012-08-27 00:56:32 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-08-27 00:56:32 +0800 |
commit | 959c2998a6411d9c637748efb4cec8beba429b82 (patch) | |
tree | f91c770c90b7013e628fb6f23660be6c51527aab /www/nginx-devel | |
parent | 71e4f3402cacdd1608c9a686d6e3afebe2f53811 (diff) | |
download | freebsd-ports-gnome-959c2998a6411d9c637748efb4cec8beba429b82.tar.gz freebsd-ports-gnome-959c2998a6411d9c637748efb4cec8beba429b82.tar.zst freebsd-ports-gnome-959c2998a6411d9c637748efb4cec8beba429b82.zip |
Update third-party http_substitutions_filter module to "numeric"
release - 0.6.2.
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 7 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 4856ef6d0249..85a8879078c0 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -457,10 +457,11 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_response-${NGINX_RESPONSE_VERSIO .endif .if ${PORT_OPTIONS:MHTTP_SUBS_FILTER} -GIT_HTTP_SUBS_FILTER_VERSION= 0-g183b4a1 +NGINX_HTTP_SUBS_FILTER_VERSION= 0.6.2 +GIT_HTTP_SUBS_FILTER_VERSION= 0-g27a01b3 FETCH_ARGS= -pRr -MASTER_SITES+= https://github.com/yaoweibin/ngx_http_substitutions_filter_module/tarball/master/:subs_filter -DISTFILES+= yaoweibin-ngx_http_substitutions_filter_module-${GIT_HTTP_SUBS_FILTER_VERSION}.tar.gz:subs_filter +MASTER_SITES+= https://github.com/yaoweibin/ngx_http_substitutions_filter_module/tarball/${NGINX_HTTP_SUBS_FILTER_VERSION}/:subs_filter +DISTFILES+= yaoweibin-ngx_http_substitutions_filter_module-${NGINX_HTTP_SUBS_FILTER_VERSION}-${GIT_HTTP_SUBS_FILTER_VERSION}.tar.gz:subs_filter CONFIGURE_ARGS+=--add-module=${WRKDIR}/yaoweibin-ngx_http_substitutions_filter_module-${GIT_HTTP_SUBS_FILTER_VERSION:S/^0-g//} .endif diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 634ee616ffcd..5177336fe1cc 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -36,8 +36,8 @@ SHA256 (ngx_http_redis-0.3.6.tar.gz) = 9e5d8c0f1317a6910710c94d27f9aca4968c48ee1 SIZE (ngx_http_redis-0.3.6.tar.gz) = 12099 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 SIZE (ngx_http_response-0.3.tar.gz) = 2244 -SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0-g183b4a1.tar.gz) = 716b3f0e094f27653062bc519f77718c2bcbca6ce6408580d07bdfe355f1bca6 -SIZE (yaoweibin-ngx_http_substitutions_filter_module-0-g183b4a1.tar.gz) = 91850 +SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2-0-g27a01b3.tar.gz) = 81864aa6ca85df70d55a2574ce8aefd21ad7ea88fc012a328e59c125e56d1e77 +SIZE (yaoweibin-ngx_http_substitutions_filter_module-0.6.2-0-g27a01b3.tar.gz) = 91895 SHA256 (nginx_upload_module-2.2.0.tar.gz) = b1c26abe0427180602e257627b4ed21848c93cc20cefc33af084983767d65805 SIZE (nginx_upload_module-2.2.0.tar.gz) = 25796 SHA256 (masterzen-nginx-upload-progress-module-v0.9.0-0-ga788dea.tar.gz) = 3fb903dab595cf6656fa0fc5743a48daffbba2f6b5c554836be630800eaad4e2 |