Fix path to /usr/bin/mail

Bump PORTREVISION

PR:		89192
Noticed by:	Frank Steinborn
Approved by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
This commit is contained in:
Marcus Alves Grando 2005-11-17 18:37:38 +00:00
parent 5d32a1c847
commit 7e40131318
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148644
3 changed files with 21 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= mod_dosevasive20
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= www security
MASTER_SITES= http://www.nuclearelephant.com/projects/dosevasive/ \
ftp://ftp.oav.net/pkg_freebsd/distfiles/
@ -18,6 +19,7 @@ COMMENT= An Apache 2 module to try to protect HTTP DoS or DDoS attacks
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
@ -28,6 +30,11 @@ PORTDOCS= LICENSE README test.pl
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
post-patch:
@${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \
${WRKSRC}/mod_dosevasive.c ${WRKSRC}/mod_dosevasive20.c \
${WRKSRC}/mod_dosevasiveNSAPI.c
post-install:
.if !defined (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -7,6 +7,7 @@
PORTNAME= mod_dosevasive20
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= www security
MASTER_SITES= http://www.nuclearelephant.com/projects/dosevasive/ \
ftp://ftp.oav.net/pkg_freebsd/distfiles/
@ -18,6 +19,7 @@ COMMENT= An Apache 2 module to try to protect HTTP DoS or DDoS attacks
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
@ -28,6 +30,11 @@ PORTDOCS= LICENSE README test.pl
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
post-patch:
@${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \
${WRKSRC}/mod_dosevasive.c ${WRKSRC}/mod_dosevasive20.c \
${WRKSRC}/mod_dosevasiveNSAPI.c
post-install:
.if !defined (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -7,6 +7,7 @@
PORTNAME= mod_dosevasive20
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= www security
MASTER_SITES= http://www.nuclearelephant.com/projects/dosevasive/ \
ftp://ftp.oav.net/pkg_freebsd/distfiles/
@ -18,6 +19,7 @@ COMMENT= An Apache 2 module to try to protect HTTP DoS or DDoS attacks
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
@ -28,6 +30,11 @@ PORTDOCS= LICENSE README test.pl
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
post-patch:
@${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \
${WRKSRC}/mod_dosevasive.c ${WRKSRC}/mod_dosevasive20.c \
${WRKSRC}/mod_dosevasiveNSAPI.c
post-install:
.if !defined (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}