Update to 1.7.5 release.

This commit is contained in:
Alex Dupre 2004-02-22 12:03:20 +00:00
parent 9cb20302f4
commit df13c80d78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101722
3 changed files with 9 additions and 7 deletions

View file

@ -6,9 +6,10 @@
#
PORTNAME= mod_security
PORTVERSION= 1.7.4
PORTVERSION= 1.7.5
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITES= http://www.modsecurity.org/download/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
MAINTAINER= ale@FreeBSD.org
@ -18,8 +19,8 @@ USE_APACHE= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/apache2/apr.h)
WITH_APACHE2= yes
.if exists(${LOCALBASE}/include/apache2/httpd.h)
WITH_APACHE2= yes
.endif
.if defined(WITH_APACHE2)
@ -32,7 +33,7 @@ PLIST_SUB= APACHE=apache
SO= so
.endif
DOCS= CHANGES INSTALL LICENSE README modsecurity-manual-${PORTVERSION}.pdf
DOCS= CHANGES INSTALL LICENSE README mod_security-manual-${PORTVERSION}.pdf
PLIST_SUB+= VER=${PORTVERSION}
do-build:

View file

@ -1 +1,2 @@
MD5 (mod_security-1.7.4.tar.gz) = 629945812ca7aab4ef2f76ad00172444
MD5 (mod_security-1.7.5.tar.gz) = 413a9b7f93086d296b2d5df9ac731b77
SIZE (mod_security-1.7.5.tar.gz) = 273751

View file

@ -5,7 +5,7 @@ libexec/%%APACHE%%/mod_security.so
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/modsecurity-manual-%%VER%%.pdf
%%PORTDOCS%%%%DOCSDIR%%/mod_security-manual-%%VER%%.pdf
%%EXAMPLESDIR%%/httpd.conf.example-full
%%EXAMPLESDIR%%/httpd.conf.example-minimal
%%PORTDOCS%%@dirrm %%DOCSDIR%%