aboutsummaryrefslogtreecommitdiff
path: root/www/mod_evasive/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2008-05-17 15:40:10 +0000
committerBrad Davis <brd@FreeBSD.org>2008-05-17 15:40:10 +0000
commitb049d148dac3348624a4810a782f800abe54a001 (patch)
treeeb08661007bf3a6c2368945588044f21124c661c /www/mod_evasive/Makefile
parent30151d6fd4427fffc004d9def0e707e68e1e4541 (diff)
- Update www/mod_evasive to 1.10.1
- Remove the old port PR: ports/122781
Notes
Notes: svn path=/head/; revision=213202
Diffstat (limited to 'www/mod_evasive/Makefile')
-rw-r--r--www/mod_evasive/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/www/mod_evasive/Makefile b/www/mod_evasive/Makefile
index 6ab3fbc01497..a080f48ad7e6 100644
--- a/www/mod_evasive/Makefile
+++ b/www/mod_evasive/Makefile
@@ -5,24 +5,23 @@
# $FreeBSD$
#
-PORTNAME= mod_dosevasive20
-PORTVERSION= 1.10
-PORTREVISION= 1
+PORTNAME= mod_evasive
+PORTVERSION= 1.10.1
CATEGORIES= www security
-MASTER_SITES= http://www.nuclearelephant.com/projects/dosevasive/ \
+MASTER_SITES= http://www.zdziarski.com/projects/mod_evasive/ \
ftp://ftp.oav.net/pkg_freebsd/distfiles/
-DISTNAME= mod_dosevasive_${PORTVERSION}
+DISTNAME= mod_evasive_${PORTVERSION}
DIST_SUBDIR= apache2
MAINTAINER= kiwi@oav.net
-COMMENT= An Apache 2 module to try to protect HTTP DoS or DDoS attacks
+COMMENT= An Apache module to try to protect the HTTP Server from DoS/DDoS attacks
WRKSRC= ${WRKDIR}/${PORTNAME}
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
-WRKSRC= ${WRKDIR}/mod_dosevasive
+WRKSRC= ${WRKDIR}/mod_evasive
PORTDOCS= LICENSE README test.pl
@@ -31,8 +30,8 @@ PORTDOCS= LICENSE README test.pl
post-patch:
@${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \
- ${WRKSRC}/mod_dosevasive.c ${WRKSRC}/mod_dosevasive20.c \
- ${WRKSRC}/mod_dosevasiveNSAPI.c
+ ${WRKSRC}/mod_evasive.c ${WRKSRC}/mod_evasive20.c \
+ ${WRKSRC}/mod_evasiveNSAPI.c
post-install:
.if !defined (NOPORTDOCS)