pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/getmail getmail: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3d3ec8b8a63
branches:  trunk
changeset: 371530:f3d3ec8b8a63
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:22:12 2022 +0000

description:
getmail: convert to egg.mk

diffstat:

 mail/getmail/Makefile |  5 +++--
 mail/getmail/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 2156174d3458 -r f3d3ec8b8a63 mail/getmail/Makefile
--- a/mail/getmail/Makefile     Mon Jan 10 20:21:37 2022 +0000
+++ b/mail/getmail/Makefile     Mon Jan 10 20:22:12 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.176 2021/11/28 19:51:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.177 2022/01/10 20:22:12 wiz Exp $
 
 DISTNAME=              getmail-5.16
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}old-versions/
 
@@ -15,5 +16,5 @@
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 4.53.0
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2156174d3458 -r f3d3ec8b8a63 mail/getmail/PLIST
--- a/mail/getmail/PLIST        Mon Jan 10 20:21:37 2022 +0000
+++ b/mail/getmail/PLIST        Mon Jan 10 20:22:12 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2018/04/03 03:23:28 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/01/10 20:22:12 wiz Exp $
 bin/getmail
 bin/getmail-gmail-xoauth-tokens
 bin/getmail_fetch
@@ -24,7 +24,6 @@
 share/doc/getmail/getmailrc-examples
 share/doc/getmail/troubleshooting.html
 share/doc/getmail/troubleshooting.txt
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/getmailcore/__init__.py
 ${PYSITELIB}/getmailcore/__init__.pyc
 ${PYSITELIB}/getmailcore/__init__.pyo



Home | Main Index | Thread Index | Old Index