diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2022-07-10 21:55:30 -0400 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2022-07-10 21:58:37 -0400 |
commit | ff504a992317cee4a30b5060220a0281c4d15920 (patch) | |
tree | 3813f292f18fcb055df254606cae8afe83b00288 /www/nginx-devel/files/extra-patch-ngx_http_response-config | |
parent | cad/xyce: Correct license; Add/update comments (diff) |
www/nginx-devel: manage third-party modules
Remove third-party http_response module, no updates since Jan 10, 2011.
Update third-party upload_progress module to its recent version,
a patch still requires to build with 1.23.0.
Bump PORTREVISION.
Diffstat (limited to 'www/nginx-devel/files/extra-patch-ngx_http_response-config')
-rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_http_response-config | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_http_response-config b/www/nginx-devel/files/extra-patch-ngx_http_response-config deleted file mode 100644 index 3b39255595cd..000000000000 --- a/www/nginx-devel/files/extra-patch-ngx_http_response-config +++ /dev/null @@ -1,11 +0,0 @@ ---- ../ngx_http_response-0.3/config.orig 2020-04-27 11:41:14.626983000 -0400 -+++ ../ngx_http_response-0.3/config 2020-04-27 11:41:50.008905000 -0400 -@@ -1,3 +1,6 @@ - ngx_addon_name=ngx_http_response_module --HTTP_MODULES="$HTTP_MODULES ngx_http_response_module" --NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_response_module.c" -+ngx_module_name="$ngx_addon_name" -+ngx_module_type=HTTP -+ngx_module_srcs="$ngx_addon_dir/ngx_http_response_module.c" -+ngx_module_deps="" -+. auto/module |