diff options
author | nork <nork@FreeBSD.org> | 2004-01-08 00:34:00 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-01-08 00:34:00 +0800 |
commit | 95559a717e9ce1b938dae3f81e6bc938dcdc0f2f (patch) | |
tree | 177d3a8cd9b5b6c3c7f05af3d1ef9046bff468fc /www | |
parent | c2ebb5e46f691d7f44500fa692ba4bc6facd01f1 (diff) | |
download | freebsd-ports-gnome-95559a717e9ce1b938dae3f81e6bc938dcdc0f2f.tar.gz freebsd-ports-gnome-95559a717e9ce1b938dae3f81e6bc938dcdc0f2f.tar.zst freebsd-ports-gnome-95559a717e9ce1b938dae3f81e6bc938dcdc0f2f.zip |
Update to 1.7.4 release.
PR: ports/61017
Submitted by: ale (maintainer)
Diffstat (limited to 'www')
-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 |