pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/roundup



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:19:31 UTC 2022

Modified Files:
        pkgsrc/devel/roundup: Makefile PLIST

Log Message:
roundup: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/roundup/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/roundup/PLIST

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

Modified files:

Index: pkgsrc/devel/roundup/Makefile
diff -u pkgsrc/devel/roundup/Makefile:1.61 pkgsrc/devel/roundup/Makefile:1.62
--- pkgsrc/devel/roundup/Makefile:1.61  Fri Dec  4 20:45:13 2020
+++ pkgsrc/devel/roundup/Makefile       Mon Jan 10 22:19:31 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2020/12/04 20:45:13 nia Exp $
+# $NetBSD: Makefile,v 1.62 2022/01/10 22:19:31 wiz Exp $
 
 DISTNAME=      roundup-1.4.19
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/roundup/}
 
@@ -42,6 +42,6 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${ROUNDUPDOCDIR}
        cd ${WRKSRC}/doc && pax -s '/.*\.1//g' -rw -pp -pm . ${DESTDIR}${ROUNDUPDOCDIR}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/roundup/PLIST
diff -u pkgsrc/devel/roundup/PLIST:1.19 pkgsrc/devel/roundup/PLIST:1.20
--- pkgsrc/devel/roundup/PLIST:1.19     Sun Apr  8 20:21:48 2012
+++ pkgsrc/devel/roundup/PLIST  Mon Jan 10 22:19:31 2022
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.19 2012/04/08 20:21:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/01/10 22:19:31 wiz Exp $
 bin/roundup-admin
 bin/roundup-demo
 bin/roundup-gettext
 bin/roundup-mailgw
 bin/roundup-server
 bin/roundup-xmlrpc-server
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/roundup/__init__.py
 ${PYSITELIB}/roundup/__init__.pyc
 ${PYSITELIB}/roundup/__init__.pyo



Home | Main Index | Thread Index | Old Index