diff options
author | ale <ale@FreeBSD.org> | 2004-03-28 22:06:15 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-03-28 22:06:15 +0000 |
commit | 68727c46760af22c6f0e84be82dd29434c9722b1 (patch) | |
tree | 93ea7f5c3db1bd9342d7b3d8a173e9a95b5dac00 /www | |
parent | 21cf83d7dc8181fe14f7be52d7210279348e49d9 (diff) | |
download | FreeBSD-ports-68727c46760af22c6f0e84be82dd29434c9722b1.zip FreeBSD-ports-68727c46760af22c6f0e84be82dd29434c9722b1.tar.gz |
Update to 1.7.6 release.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_security/Makefile | 9 | ||||
-rw-r--r-- | www/mod_security/distinfo | 4 | ||||
-rw-r--r-- | www/mod_security/pkg-plist | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index b034e50..cc44c9a 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -6,8 +6,8 @@ # PORTNAME= mod_security -PORTVERSION= 1.7.5 -CATEGORIES= www +PORTVERSION= 1.7.6 +CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} @@ -33,8 +33,9 @@ PLIST_SUB= APACHE=apache SO= so .endif -DOCS= CHANGES INSTALL LICENSE README mod_security-manual-${PORTVERSION}.pdf -PLIST_SUB+= VER=${PORTVERSION} +MANVER= 1.7.4 +DOCS= CHANGES INSTALL LICENSE README modsecurity-manual-${MANVER}.pdf +PLIST_SUB+= VER=${MANVER} do-build: @cd ${APWRKSRC} && ${APXS} -c mod_security.c diff --git a/www/mod_security/distinfo b/www/mod_security/distinfo index 5d3761d..07d74bb 100644 --- a/www/mod_security/distinfo +++ b/www/mod_security/distinfo @@ -1,2 +1,2 @@ -MD5 (mod_security-1.7.5.tar.gz) = 413a9b7f93086d296b2d5df9ac731b77 -SIZE (mod_security-1.7.5.tar.gz) = 273751 +MD5 (mod_security-1.7.6.tar.gz) = 2be3a3a4ac98a95580e5c01d2d5b3b88 +SIZE (mod_security-1.7.6.tar.gz) = 272864 diff --git a/www/mod_security/pkg-plist b/www/mod_security/pkg-plist index c6b57ec..c3f4ce4 100644 --- a/www/mod_security/pkg-plist +++ b/www/mod_security/pkg-plist @@ -5,7 +5,7 @@ libexec/%%APACHE%%/mod_security.so %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/mod_security-manual-%%VER%%.pdf +%%PORTDOCS%%%%DOCSDIR%%/modsecurity-manual-%%VER%%.pdf %%EXAMPLESDIR%%/httpd.conf.example-full %%EXAMPLESDIR%%/httpd.conf.example-minimal %%PORTDOCS%%@dirrm %%DOCSDIR%% |