pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/fail2ban



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 14 00:11:27 UTC 2023

Modified Files:
        pkgsrc/security/fail2ban: Makefile

Log Message:
fail2ban: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/fail2ban/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/fail2ban/Makefile
diff -u pkgsrc/security/fail2ban/Makefile:1.26 pkgsrc/security/fail2ban/Makefile:1.27
--- pkgsrc/security/fail2ban/Makefile:1.26      Mon Oct 23 06:37:51 2023
+++ pkgsrc/security/fail2ban/Makefile   Tue Nov 14 00:11:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/10/23 06:37:51 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/11/14 00:11:27 wiz Exp $
 
 DISTNAME=      fail2ban-1.0.2
 PKGREVISION=   2
@@ -13,6 +13,8 @@ LICENSE=      gnu-gpl-v2
 TOOL_DEPENDS+= ${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_TOOLS+=    make:build
 
 USE_LANGUAGES=         # none



Home | Main Index | Thread Index | Old Index