pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/fail2ban fail2ban: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/0fcb14297c41
branches: trunk
changeset: 371408:0fcb14297c41
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 08:14:30 2022 +0000
description:
fail2ban: convert to egg.mk
diffstat:
security/fail2ban/Makefile | 5 +++--
security/fail2ban/PLIST | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r 0aee3896ed2c -r 0fcb14297c41 security/fail2ban/Makefile
--- a/security/fail2ban/Makefile Mon Jan 10 08:12:39 2022 +0000
+++ b/security/fail2ban/Makefile Mon Jan 10 08:14:30 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2021/12/23 22:27:35 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/01/10 08:14:30 wiz Exp $
#
DISTNAME= fail2ban-0.11.2
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=fail2ban/}
@@ -124,6 +125,6 @@
.include "options.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 0aee3896ed2c -r 0fcb14297c41 security/fail2ban/PLIST
--- a/security/fail2ban/PLIST Mon Jan 10 08:12:39 2022 +0000
+++ b/security/fail2ban/PLIST Mon Jan 10 08:14:30 2022 +0000
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.6 2021/10/16 19:37:01 tm Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/01/10 08:14:30 wiz Exp $
bin/fail2ban-client
bin/fail2ban-python
bin/fail2ban-regex
bin/fail2ban-server
bin/fail2ban-testcases
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/fail2ban/__init__.py
${PYSITELIB}/fail2ban/__init__.pyc
${PYSITELIB}/fail2ban/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index