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:   adam
Date:           Sat Aug 10 06:59:09 UTC 2024

Modified Files:
        pkgsrc/security/fail2ban: Makefile

Log Message:
fail2ban: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/security/fail2ban/Makefile:1.28
--- pkgsrc/security/fail2ban/Makefile:1.27      Tue Nov 14 00:11:27 2023
+++ pkgsrc/security/fail2ban/Makefile   Sat Aug 10 06:59:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/11/14 00:11:27 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2024/08/10 06:59:09 adam Exp $
 
 DISTNAME=      fail2ban-1.0.2
 PKGREVISION=   2
@@ -13,7 +13,7 @@ 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
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 USE_TOOLS+=    make:build
 



Home | Main Index | Thread Index | Old Index