ports/www/nginx-devel/files/extra-patch-ngx_http_json_status_module-config
Sergey A. Osokin 4e51506ec9 www/nginx-devel: update third-party modules...
to their recent snapshots or versions:
o) array-var
o) aws_auth
o) ct
o) echo
o) dynamic_upstream
o) encrypted-session
o) headers_more
o) http-auth-digest
o) auth-ldap
o) auth_pam
o) eval
o) fancyindex
o) geoip2
o) ip2location
o) http_json_status
o) passenger

Bump PORTREVISION.
2025-02-04 14:29:32 -05:00

12 lines
653 B
Text

--- ../ngx_http_json_status_module-c77dff4/config.orig 2020-04-25 16:16:47.024292000 -0400
+++ ../ngx_http_json_status_module-c77dff4/config 2020-04-25 16:18:39.461340000 -0400
@@ -1,4 +1,6 @@
ngx_addon_name=ngx_http_json_status_module
-HTTP_MODULES="$HTTP_MODULES ngx_http_json_status_module"
-NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_json_status_module.c"
-NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_addon_dir/ngx_http_json_status_module.h"
+ngx_module_name="$ngx_addon_name"
+ngx_module_type=HTTP
+ngx_module_srcs="$ngx_addon_dir/ngx_http_json_status_module.c"
+ngx_module_deps="$ngx_addon_dir/ngx_http_json_status_module.h"
+. auto/module