pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-sendmail-admin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:46:42 UTC 2022

Modified Files:
        pkgsrc/mail/py-sendmail-admin: Makefile PLIST

Log Message:
py-sendmail-admin: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/py-sendmail-admin/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/py-sendmail-admin/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/py-sendmail-admin/Makefile
diff -u pkgsrc/mail/py-sendmail-admin/Makefile:1.10 pkgsrc/mail/py-sendmail-admin/Makefile:1.11
--- pkgsrc/mail/py-sendmail-admin/Makefile:1.10 Wed Dec 31 13:57:28 2014
+++ pkgsrc/mail/py-sendmail-admin/Makefile      Mon Jan 10 20:46:42 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2014/12/31 13:57:28 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/10 20:46:42 wiz Exp $
 
 VER=           1.0
 DISTNAME=      sendmail-admin-${VER}
 PKGNAME=       ${PYPKGPREFIX}-sendmail-admin-${VER}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail python
 MASTER_SITES=  http://www.clapper.org/software/python/sendmail-admin/
 
@@ -16,6 +16,6 @@ PYTHON_SELF_CONFLICT=         yes
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/py-sendmail-admin/PLIST
diff -u pkgsrc/mail/py-sendmail-admin/PLIST:1.3 pkgsrc/mail/py-sendmail-admin/PLIST:1.4
--- pkgsrc/mail/py-sendmail-admin/PLIST:1.3     Sun Apr  8 20:21:51 2012
+++ pkgsrc/mail/py-sendmail-admin/PLIST Mon Jan 10 20:46:42 2022
@@ -1,4 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 20:46:42 wiz Exp $
 bin/mailqs
 bin/rmmq
-${PYSITELIB}/${EGG_FILE}
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index