diff options
author | pav <pav@FreeBSD.org> | 2008-07-08 06:50:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-08 06:50:42 +0800 |
commit | 8dabb0d55f44054f5359525b77defba6ae028d60 (patch) | |
tree | 53a75fb40fae79b4639af4559f654f8078cfb36a /www/mod_security | |
parent | 74ecd40650a34e9d90664cb5f1440d0ef2554488 (diff) | |
download | freebsd-ports-gnome-8dabb0d55f44054f5359525b77defba6ae028d60.tar.gz freebsd-ports-gnome-8dabb0d55f44054f5359525b77defba6ae028d60.tar.zst freebsd-ports-gnome-8dabb0d55f44054f5359525b77defba6ae028d60.zip |
- Chase apr shlib bump
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index f6d225796b5c..cb918d465d62 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_security PORTVERSION= 2.5.5 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} @@ -15,7 +16,7 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= An intrusion detection and prevention engine LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ - apr-1.2:${PORTSDIR}/devel/apr + apr-1.3:${PORTSDIR}/devel/apr USE_APACHE= 2.0+ GNU_CONFIGURE= yes |