aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorjoneum <joneum@FreeBSD.org>2018-02-12 07:16:03 +0800
committerjoneum <joneum@FreeBSD.org>2018-02-12 07:16:03 +0800
commita69b108aea7750dd021fb6cc304308da7e59928b (patch)
tree5237178ae20489f2ba8fdd8ae8ed1f7a9c6a9a24 /www/nginx/Makefile
parentd2b5fa52b4ce5a1a06db601e536b4788f9da36b2 (diff)
downloadfreebsd-ports-gnome-a69b108aea7750dd021fb6cc304308da7e59928b.tar.gz
freebsd-ports-gnome-a69b108aea7750dd021fb6cc304308da7e59928b.tar.zst
freebsd-ports-gnome-a69b108aea7750dd021fb6cc304308da7e59928b.zip
www/mod_security-devel renamed to www/mod_security3
Approved by: mentors (implicit)
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 919c85b40880..8849416b82cc 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.12.2
-PORTREVISION?= 7
+PORTREVISION?= 8
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
@@ -113,7 +113,7 @@ OPTIONS_DEFINE= \
LUA \
MEMC \
MODSECURITY \
- MODSECURITY_DEVEL \
+ MODSECURITY3 \
NAXSI \
PASSENGER \
POSTGRES \
@@ -228,7 +228,7 @@ LET_DESC= 3rd party let module
LUA_DESC= 3rd party lua module
MEMC_DESC= 3rd party memc (memcached) module
MODSECURITY_DESC= 3rd party mod_security module
-MODSECURITY_DEVEL_DESC= 3rd party mod_security v3 module
+MODSECURITY3_DESC= 3rd party mod_security v3 module
NAXSI_DESC= 3rd party naxsi module
PASSENGER_DESC= 3rd party passenger module
POSTGRES_DESC= 3rd party postgres module
@@ -903,8 +903,8 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-nginx-modsecurity-configure \
${PATCHDIR}/extra-patch-ngx_http_modsecurity.c
.endif
-.if ${PORT_OPTIONS:MMODSECURITY_DEVEL}
-LIB_DEPENDS+= libmodsecurity.so.3:www/mod_security-devel
+.if ${PORT_OPTIONS:MMODSECURITY3}
+LIB_DEPENDS+= libmodsecurity.so:www/mod_security3
GH_TUPLE+= SpiderLabs:ModSecurity-nginx:c0ae166:modsec
CONFIGURE_ARGS+=--add-module=${WRKSRC_modsec}
.endif