summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authornils <nils@pkgsrc.org>2015-03-11 20:45:52 +0000
committernils <nils@pkgsrc.org>2015-03-11 20:45:52 +0000
commit7245f258b942b027ecb854f9ef12d4098ddcf003 (patch)
tree73da38b3953362ae3135e8f19c7abe1643ce8dc8 /security
parent137228a9fe3302e7fb35662ad8e8a43fe7a29e10 (diff)
downloadpkgsrc-7245f258b942b027ecb854f9ef12d4098ddcf003.tar.gz
Corrected a build problem with py-sphinx-1.2.3nb1 because sphinx-build has
been replaced with sphinx-build${PYVERSSUFFIX} (therefore it depends on at least this version). Corrected maintainer's email address.
Diffstat (limited to 'security')
-rw-r--r--security/fail2ban/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/fail2ban/Makefile b/security/fail2ban/Makefile
index 4116dd6f7a5..2cde184d244 100644
--- a/security/fail2ban/Makefile
+++ b/security/fail2ban/Makefile
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.1 2015/02/09 10:05:25 nils Exp $
+# $NetBSD: Makefile,v 1.2 2015/03/11 20:45:52 nils Exp $
#
DISTNAME= fail2ban-0.9.1
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= -https://github.com/fail2ban/fail2ban/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
EXTRACT_SUFX= .zip
-MAINTAINER= ahp-nils@users.sourceforge.net
+MAINTAINER= nils@netbsd.org
HOMEPAGE= http://www.fail2ban.org/
COMMENT= Scans log files and bans IP that makes too many password failures
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
DEPENDS+= ${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
USE_TOOLS+= make:build
@@ -95,7 +96,7 @@ post-extract:
${CP} ${FILESDIR}/paths-pkgsrc.conf ${WRKSRC}/config/paths-pkgsrc.conf
post-build:
- cd ${WRKSRC}/doc/ && make text
+ cd ${WRKSRC}/doc/ && make SPHINXBUILD=${PREFIX}/bin/sphinx-build${PYVERSSUFFIX} text
post-install:
.for manfile1 in ${MANPAGES1}