diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-08-26 16:56:32 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-08-26 16:56:32 +0000 |
commit | f2d233dcb4dd2dc8fcf1f43c6e7073fe55a538c4 (patch) | |
tree | f91c770c90b7013e628fb6f23660be6c51527aab /www/nginx | |
parent | e0474193f612742b7a1392ae99a30983162f8857 (diff) |
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 7 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 7118cbd7c858..d84f1da7422d 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -456,10 +456,11 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_response-${NGINX_RESPONSE_VERSIO .if ${PORT_OPTIONS:MHTTP_SUBS_FILTER} USE_HTTP_REWRITE= yes -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/distinfo b/www/nginx/distinfo index 0c4a77d68b03..15d550e6fb58 100644 --- a/www/nginx/distinfo +++ b/www/nginx/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 |