pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/fetchmailconf fetchmailconf: Update to 6.4.34



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6aaa760dd1e4
branches:  trunk
changeset: 386870:6aaa760dd1e4
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sun Oct 16 20:35:35 2022 +0000

description:
fetchmailconf: Update to 6.4.34

diffstat:

 mail/fetchmailconf/Makefile |  7 ++++---
 mail/fetchmailconf/PLIST    |  4 +---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 8a63d78fd25a -r 6aaa760dd1e4 mail/fetchmailconf/Makefile
--- a/mail/fetchmailconf/Makefile       Sun Oct 16 20:34:49 2022 +0000
+++ b/mail/fetchmailconf/Makefile       Sun Oct 16 20:35:35 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2022/09/29 19:27:32 triaxx Exp $
+# $NetBSD: Makefile,v 1.119 2022/10/16 20:35:35 triaxx Exp $
 
-DISTNAME=      fetchmail-6.4.33
+DISTNAME=      fetchmail-6.4.34
 PKGNAME=       ${DISTNAME:S/fetchmail/fetchmailconf/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fetchmail/}
@@ -32,11 +32,12 @@
 
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 REPLACE_PYTHON=        fetchmailconf.py
-PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 6.3.22
+PYTHON_VERSIONS_ACCEPTED=      310 39 38 37
 
 post-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${DESTDIR}${PREFIX}/bin/fetchmailconf
        ${LN} -s fetchmail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/fetchmailconf.1
+       ${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/__pycache__/
 
 .include "../../lang/python/application.mk"
 .include "../../security/openssl/buildlink3.mk"
diff -r 8a63d78fd25a -r 6aaa760dd1e4 mail/fetchmailconf/PLIST
--- a/mail/fetchmailconf/PLIST  Sun Oct 16 20:34:49 2022 +0000
+++ b/mail/fetchmailconf/PLIST  Sun Oct 16 20:35:35 2022 +0000
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2007/01/17 14:29:12 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/10/16 20:35:35 triaxx Exp $
 bin/fetchmailconf
 ${PYSITELIB}/fetchmailconf.py
-${PYSITELIB}/fetchmailconf.pyc
-${PYSITELIB}/fetchmailconf.pyo
 man/man1/fetchmailconf.1



Home | Main Index | Thread Index | Old Index