aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2012-04-28 14:26:38 +0800
committeraraujo <araujo@FreeBSD.org>2012-04-28 14:26:38 +0800
commit005c219d02296b1c37b4f3a9b861e703c3db685f (patch)
tree7238c063e2b1fee6b5361674135e9daa286143f5 /www
parent434abf985b7ae305711b960a6fc2905902002d74 (diff)
downloadfreebsd-ports-gnome-005c219d02296b1c37b4f3a9b861e703c3db685f.tar.gz
freebsd-ports-gnome-005c219d02296b1c37b4f3a9b861e703c3db685f.tar.zst
freebsd-ports-gnome-005c219d02296b1c37b4f3a9b861e703c3db685f.zip
- Use lua-5.1.1 instead lua-5.1 that was a typo.
- Remove pkg-message.rules forgotten on previous commit.
Diffstat (limited to 'www')
-rw-r--r--www/mod_security/Makefile2
-rw-r--r--www/mod_security/files/pkg-message.rules.in20
2 files changed, 1 insertions, 21 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile
index 3323397b953d..5364cf1e701b 100644
--- a/www/mod_security/Makefile
+++ b/www/mod_security/Makefile
@@ -49,7 +49,7 @@ PLIST_FILES+= bin/mlogc
.if defined(WITH_LUA)
USE_LUA= 5.1+
CONFIGURE_ARGS+= --with-lua=${LOCALBASE}
-LIB_DEPENDS+= lua-5.1:${PORTSDIR}/lang/lua
+LIB_DEPENDS+= lua-5.1.1:${PORTSDIR}/lang/lua
.else
CONFIGURE_ARGS+= --without-lua
.endif
diff --git a/www/mod_security/files/pkg-message.rules.in b/www/mod_security/files/pkg-message.rules.in
deleted file mode 100644
index 3622ef8cbad7..000000000000
--- a/www/mod_security/files/pkg-message.rules.in
+++ /dev/null
@@ -1,20 +0,0 @@
-
-The modsecurity 2 Core Rules have been installed in
-
- %%PREFIX%%/%%APACHEETCDIR%%/Includes/mod_security2/
-
-and run in "DetectionOnly" mode as not to disturb operatings.
-
-Please read http://www.modsecurity.org/projects/rules/index.html
-
-ModSecurity requires mod_unique_id to be actived.
-This line must be present in your apache configuration file.
-
-LoadModule unique_id_module libexec/apache22/mod_unique_id.so
-
-You must add the following to your Apache configuration file for
-activate mod_security:
-
-LoadModule security2_module libexec/apache22/mod_security2.so
-
-Logging is done to /var/log/httpd-modsec2*.log