diff options
author | shaun <shaun@FreeBSD.org> | 2006-12-02 08:35:30 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-12-02 08:35:30 +0800 |
commit | 33609723ed01cdf727ce6eb5fac191023f8ea36b (patch) | |
tree | 6556d1960a8458a5926f6eb933a9be802671042f /www | |
parent | 4adcf282a6560c072cb711fd6e5aa569b6949c07 (diff) | |
download | freebsd-ports-gnome-33609723ed01cdf727ce6eb5fac191023f8ea36b.tar.gz freebsd-ports-gnome-33609723ed01cdf727ce6eb5fac191023f8ea36b.tar.zst freebsd-ports-gnome-33609723ed01cdf727ce6eb5fac191023f8ea36b.zip |
- Fix duplicated LATEST_LINK
- As a side effect, also fix lines generated for httpd.conf.
PR: ports/106167
Submitted by: Dominic Mitchell <dom@happygiraffe.net> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_security2/Makefile | 4 | ||||
-rw-r--r-- | www/mod_security21/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_security2/Makefile b/www/mod_security2/Makefile index 19bc6d85c970..fe5692f3e773 100644 --- a/www/mod_security2/Makefile +++ b/www/mod_security2/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= mod_security +PORTNAME= mod_security2 PORTVERSION= 2.0.4 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ -DISTNAME= ${PORTNAME:S/_//}-apache_${PORTVERSION} +DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} MAINTAINER= dom@happygiraffe.net COMMENT= An intrusion detection and prevention engine diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index 19bc6d85c970..fe5692f3e773 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= mod_security +PORTNAME= mod_security2 PORTVERSION= 2.0.4 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ -DISTNAME= ${PORTNAME:S/_//}-apache_${PORTVERSION} +DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} MAINTAINER= dom@happygiraffe.net COMMENT= An intrusion detection and prevention engine |