pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4289df1b6118
branches:  trunk
changeset: 371405:4289df1b6118
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:10:07 2022 +0000

description:
archivemail: convert to egg.mk

diffstat:

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

diffs (31 lines):

diff -r 3e697a054888 -r 4289df1b6118 mail/archivemail/Makefile
--- a/mail/archivemail/Makefile Mon Jan 10 08:09:06 2022 +0000
+++ b/mail/archivemail/Makefile Mon Jan 10 08:10:07 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2020/12/04 20:45:27 nia Exp $
+# $NetBSD: Makefile,v 1.29 2022/01/10 08:10:07 wiz Exp $
 
 DISTNAME=              archivemail-0.9.0
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=archivemail/}
 
@@ -24,5 +24,5 @@
 do-test:
        ${RUN}cd ${WRKSRC};${SETENV} ${TEST_ENV} ${PYTHONBIN} test_archivemail
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3e697a054888 -r 4289df1b6118 mail/archivemail/PLIST
--- a/mail/archivemail/PLIST    Mon Jan 10 08:09:06 2022 +0000
+++ b/mail/archivemail/PLIST    Mon Jan 10 08:10:07 2022 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 08:10:07 wiz Exp $
 bin/archivemail
-${PYSITELIB}/${EGG_FILE}
 man/man1/archivemail.1
 share/archivemail/CHANGELOG
 share/archivemail/FAQ



Home | Main Index | Thread Index | Old Index