diff options
author | araujo <araujo@FreeBSD.org> | 2008-06-23 10:06:09 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-06-23 10:06:09 +0800 |
commit | e023959bde9bce5304b3fea69ee4b7aabf50b0e7 (patch) | |
tree | 0b80df26764a5eb9eebc8d049502b8b06d6b41e9 /www/mod_security21 | |
parent | 1eccd8680df7bf9f847b346159df916ade886113 (diff) | |
download | freebsd-ports-gnome-e023959bde9bce5304b3fea69ee4b7aabf50b0e7.tar.gz freebsd-ports-gnome-e023959bde9bce5304b3fea69ee4b7aabf50b0e7.tar.zst freebsd-ports-gnome-e023959bde9bce5304b3fea69ee4b7aabf50b0e7.zip |
- www/mod_security2 has been renamed to www/mod_security21 because I prepare the ports structure to receive a new series of mod_security.
PR: ports/124827
Repocopy by: marcus
Diffstat (limited to 'www/mod_security21')
-rw-r--r-- | www/mod_security21/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index 5c6ca710f4d8..b11669edba69 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ # -PORTNAME= mod_security2 +PORTNAME= mod_security21 PORTVERSION= 2.1.7 -PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ -DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} +DISTNAME= ${PORTNAME:S/_//:S/21//}-apache_${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= An intrusion detection and prevention engine |