diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-07 16:34:00 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-07 16:34:00 +0000 |
commit | 8193653fefb45d7208f59f7b0bf93015f39637b5 (patch) | |
tree | b3362d9405cc355882c89cfd29ee2a5e0506ee85 /www/mod_security | |
parent | cfdc13a29ae462e3c1b138e3708a8263026fb016 (diff) | |
download | ports-8193653fefb45d7208f59f7b0bf93015f39637b5.tar.gz ports-8193653fefb45d7208f59f7b0bf93015f39637b5.zip |
Notes
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 7 | ||||
-rw-r--r-- | www/mod_security/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 4c1c1f2b4139..3f96fce4a7ee 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mod_security -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sysadmin@alexdupre.com COMMENT= An intrusion detection and prevention engine @@ -33,8 +32,8 @@ PLIST_SUB= APACHE=apache SO= so .endif -DOCS= CHANGES INSTALL LICENSE README modsecurity-manual-1.7.pdf -PLIST_SUB+= VER=1.7 +DOCS= CHANGES INSTALL LICENSE README modsecurity-manual-${PORTVERSION}.pdf +PLIST_SUB+= VER=${PORTVERSION} do-build: @cd ${APWRKSRC} && ${APXS} -c mod_security.c diff --git a/www/mod_security/distinfo b/www/mod_security/distinfo index 96c8f078e8fe..ec9a7229bc82 100644 --- a/www/mod_security/distinfo +++ b/www/mod_security/distinfo @@ -1 +1 @@ -MD5 (mod_security_1.7.3.tar.gz) = 2ea27b2b246d1b0c5afdd50011f3747d +MD5 (mod_security-1.7.4.tar.gz) = 629945812ca7aab4ef2f76ad00172444 |