pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/getmail



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:22:12 UTC 2022

Modified Files:
        pkgsrc/mail/getmail: Makefile PLIST

Log Message:
getmail: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 pkgsrc/mail/getmail/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/getmail/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/getmail/Makefile
diff -u pkgsrc/mail/getmail/Makefile:1.176 pkgsrc/mail/getmail/Makefile:1.177
--- pkgsrc/mail/getmail/Makefile:1.176  Sun Nov 28 19:51:20 2021
+++ pkgsrc/mail/getmail/Makefile        Mon Jan 10 20:22:12 2022
@@ -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 @@ REPLACE_PYTHON=               *.py getmailcore/*.py
 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"

Index: pkgsrc/mail/getmail/PLIST
diff -u pkgsrc/mail/getmail/PLIST:1.13 pkgsrc/mail/getmail/PLIST:1.14
--- pkgsrc/mail/getmail/PLIST:1.13      Tue Apr  3 03:23:28 2018
+++ pkgsrc/mail/getmail/PLIST   Mon Jan 10 20:22:12 2022
@@ -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/getmaildocs.css
 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