diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-28 22:06:15 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-28 22:06:15 +0000 |
commit | c5721d7de53b6c3feec1101a30c309a77b77ef32 (patch) | |
tree | 3571cffabbc87e41f6802948ae0d4bfdf20f0fbf /www | |
parent | ba555b2575178d0cf1a210773c8c594e239ef124 (diff) | |
download | ports-c5721d7de53b6c3feec1101a30c309a77b77ef32.tar.gz ports-c5721d7de53b6c3feec1101a30c309a77b77ef32.zip |
Notes
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 b034e50d9db9..cc44c9ab22c2 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 5d3761d60095..07d74bb074ea 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 c6b57ec6fff8..c3f4ce4ec027 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%% |