1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Update to 1.7.6 release.

This commit is contained in:
Alex Dupre 2004-03-28 22:06:15 +00:00
parent ba555b2575
commit c5721d7de5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105563
3 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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%%