pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/fail2ban Demote docs tools to BUILD_DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e902296695e
branches:  trunk
changeset: 649983:8e902296695e
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Apr 14 21:09:48 2015 +0000

description:
Demote docs tools to BUILD_DEPENDS.

sphinx and numpy-doc are not needed at runtime.

diffstat:

 security/fail2ban/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r c591f319dd03 -r 8e902296695e security/fail2ban/Makefile
--- a/security/fail2ban/Makefile        Tue Apr 14 17:46:50 2015 +0000
+++ b/security/fail2ban/Makefile        Tue Apr 14 21:09:48 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2015/03/11 20:45:52 nils Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/14 21:09:48 gdt Exp $
 #
 
 DISTNAME=      fail2ban-0.9.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  -https://github.com/fail2ban/fail2ban/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
 EXTRACT_SUFX=  .zip
@@ -13,8 +13,10 @@
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
-DEPENDS+=      ${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
+
 USE_TOOLS+=    make:build
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index