diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2008-12-29 09:31:11 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2008-12-29 09:31:11 +0000 |
commit | 4f7983516ffa1279cba8d0e09c27cb0b8a17883a (patch) | |
tree | 839a353ac3489a4e473311a890bc39d9c478430e /www/nginx-devel/Makefile | |
parent | 9fcf4d9edce0298d6798b672434d49e0a808f830 (diff) |
Notes
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 3f795480ddb7..09fb27946fc4 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -115,9 +115,9 @@ CONFIGURE_ARGS+=--with-http_realip_module .endif .if defined(WITH_HTTP_RESPONSE_MODULE) -NGINX_RESPONSE_MODULE_VERSION= 0.1 +NGINX_RESPONSE_MODULE_VERSION= 0.2 PATCH_SITES+= http://catap.ru/patches/nginx/:response -PATCHFILES+= ngx_http_response_module-${NGINX_RESPONSE_MODULE_VERSION}.dpatch:response +PATCHFILES+= ngx_http_response-${NGINX_RESPONSE_MODULE_VERSION}.dpatch:response PATCH_DIST_STRIP= -p1 CONFIGURE_ARGS+=--with-http_response_module .endif |