diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-19 06:49:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-19 06:49:46 +0000 |
commit | 8f71b027090261bc289fd45e46d09b14b5098854 (patch) | |
tree | 808ff333741bea0108560e30f6a03d3bf3a3c57f /www | |
parent | 424b750943048931d71455f244ff708409588f75 (diff) | |
download | ports-8f71b027090261bc289fd45e46d09b14b5098854.tar.gz ports-8f71b027090261bc289fd45e46d09b14b5098854.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_security/Makefile | 8 | ||||
-rw-r--r-- | www/mod_security/distinfo | 2 | ||||
-rw-r--r-- | www/mod_security/pkg-plist | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 18c07be9dc79..a0603d470021 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -6,11 +6,9 @@ # PORTNAME= mod_security -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mod-security -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= http://www.modsecurity.org/download/ MAINTAINER= sysadmin@alexdupre.com COMMENT= An intrusion detection and prevention engine @@ -37,7 +35,7 @@ SO= so BUILD_DEPENDS+= ${APXS}:${APACHE_PORT} RUN_DEPENDS+= ${APXS}:${APACHE_PORT} -DOCS= CHANGES INSTALL LICENSE README modsecurity-manual-v1.5.pdf +DOCS= CHANGES INSTALL LICENSE README modsecurity-manual-v1.5.1.pdf do-build: @cd ${APWRKSRC} && ${APXS} -c mod_security.c diff --git a/www/mod_security/distinfo b/www/mod_security/distinfo index 3fd8da66514f..9262b0ffac15 100644 --- a/www/mod_security/distinfo +++ b/www/mod_security/distinfo @@ -1 +1 @@ -MD5 (mod_security_1.5.tar.gz) = fc08325ed088c147d093ffb0a73eb44e +MD5 (mod_security-1.5.1.tar.gz) = 05ef8cc89a1b4d291bf694b0d77a2f5b diff --git a/www/mod_security/pkg-plist b/www/mod_security/pkg-plist index 16d43e24a148..4a8817783509 100644 --- a/www/mod_security/pkg-plist +++ b/www/mod_security/pkg-plist @@ -5,7 +5,7 @@ libexec/%%APACHE%%/mod_security.so %%PORTDOCS%%share/doc/mod_security/INSTALL %%PORTDOCS%%share/doc/mod_security/LICENSE %%PORTDOCS%%share/doc/mod_security/README -%%PORTDOCS%%share/doc/mod_security/modsecurity-manual-v1.5.pdf +%%PORTDOCS%%share/doc/mod_security/modsecurity-manual-v1.5.1.pdf share/examples/mod_security/httpd.conf.example-full share/examples/mod_security/httpd.conf.example-minimal %%PORTDOCS%%@dirrm share/doc/mod_security |