svn commit: r312418 - head/security/py-fail2ban

Ruslan Mahmatkhanov rm at FreeBSD.org
Sun Feb 17 14:44:09 UTC 2013


Author: rm
Date: Sun Feb 17 14:44:08 2013
New Revision: 312418
URL: http://svnweb.freebsd.org/changeset/ports/312418

Log:
  - do not hardcode path to grep utility
  
  PR:		176058
  Submitted by:	Christoph Theis <theis at gmx.at> (maintainer)

Modified:
  head/security/py-fail2ban/Makefile

Modified: head/security/py-fail2ban/Makefile
==============================================================================
--- head/security/py-fail2ban/Makefile	Sun Feb 17 14:22:56 2013	(r312417)
+++ head/security/py-fail2ban/Makefile	Sun Feb 17 14:44:08 2013	(r312418)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fail2ban
 PORTVERSION=	0.8.7.1
-PORTREVISION=   1
+PORTREVISION=	2
 CATEGORIES=	security python
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -39,6 +39,8 @@ FILES=	${WRKSRC}/fail2ban-regex \
 
 post-patch:
 	@${ECHO_CMD} ${FILES} | ${XARGS} ${REINPLACE_CMD} -e 's,/etc/fail2ban,${ETCDIR},g'
+	@${REINPLACE_CMD} -e 's,/bin/grep,grep,g' \
+		${WRKSRC}/config/action.d/sendmail-whois-lines.conf
 
 post-install:
 	@${CAT} ${PKGMESSAGE}


More information about the svn-ports-all mailing list