pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/fail2ban Corrected a build problem with py-sp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91564deb9bd6
branches: trunk
changeset: 648108:91564deb9bd6
user: nils <nils%pkgsrc.org@localhost>
date: Wed Mar 11 20:45:52 2015 +0000
description:
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:
security/fail2ban/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r d574e34cb983 -r 91564deb9bd6 security/fail2ban/Makefile
--- a/security/fail2ban/Makefile Wed Mar 11 19:39:57 2015 +0000
+++ b/security/fail2ban/Makefile Wed Mar 11 20:45:52 2015 +0000
@@ -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@localhost
+MAINTAINER= nils%netbsd.org@localhost
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 @@
${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}
Home |
Main Index |
Thread Index |
Old Index