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

Adam Weinberger adamw at FreeBSD.org
Tue May 13 18:30:23 UTC 2014


Author: adamw
Date: Tue May 13 18:30:23 2014
New Revision: 353977
URL: http://svnweb.freebsd.org/changeset/ports/353977
QAT: https://qat.redports.org/buildarchive/r353977/

Log:
  Formally create the /var/run/fail2ban directory

Modified:
  head/security/py-fail2ban/Makefile

Modified: head/security/py-fail2ban/Makefile
==============================================================================
--- head/security/py-fail2ban/Makefile	Tue May 13 18:28:55 2014	(r353976)
+++ head/security/py-fail2ban/Makefile	Tue May 13 18:30:23 2014	(r353977)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fail2ban
 PORTVERSION=	0.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -47,7 +47,7 @@ post-patch:
 		${WRKSRC}/config/fail2ban.conf
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${FAIL2BAN_DBDIR}
+	@${MKDIR} ${STAGEDIR}${FAIL2BAN_DBDIR} ${STAGEDIR}/var/run/fail2ban
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
 .for file in fail2ban-client fail2ban-regex fail2ban-server fail2ban


More information about the svn-ports-all mailing list