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:           Thu Oct  9 09:05:58 UTC 2025

Modified Files:
        pkgsrc/security/fail2ban: Makefile

Log Message:
fail2ban: fix pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/security/fail2ban/Makefile:1.33
--- pkgsrc/security/fail2ban/Makefile:1.32      Thu Oct  9 09:05:41 2025
+++ pkgsrc/security/fail2ban/Makefile   Thu Oct  9 09:05:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2025/10/09 09:05:41 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/10/09 09:05:58 wiz 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_ACCEPTED=      311 312 # needs 2to3 and sphinx
+PYTHON_VERSIONS_ACCEPTED=      312 311 # needs 2to3 and sphinx
 
 USE_TOOLS+=    make:build
 



Home | Main Index | Thread Index | Old Index