mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
a5996cafe5
o) http_json_status o) http_mogilefs o) http_notice Bump PORTREVISION.
14 lines
488 B
Plaintext
14 lines
488 B
Plaintext
--- ../nginx_mogilefs_module-1.0.4/config.orig 2020-04-25 17:51:45.544308000 -0400
|
|
+++ ../nginx_mogilefs_module-1.0.4/config 2020-04-25 17:54:01.862958000 -0400
|
|
@@ -1,3 +1,8 @@
|
|
ngx_addon_name=ngx_http_mogilefs_module
|
|
-HTTP_MODULES="$HTTP_MODULES ngx_http_mogilefs_module"
|
|
-NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_mogilefs_module.c"
|
|
+
|
|
+ngx_module_name="$ngx_addon_name"
|
|
+ngx_module_type=HTTP
|
|
+
|
|
+ngx_module_srcs="$ngx_addon_dir/ngx_http_mogilefs_module.c"
|
|
+
|
|
+. auto/module
|