pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/zopeedit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:25:46 UTC 2022

Modified Files:
        pkgsrc/www/zopeedit: Makefile PLIST

Log Message:
zopeedit: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/zopeedit/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/zopeedit/PLIST

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

Modified files:

Index: pkgsrc/www/zopeedit/Makefile
diff -u pkgsrc/www/zopeedit/Makefile:1.28 pkgsrc/www/zopeedit/Makefile:1.29
--- pkgsrc/www/zopeedit/Makefile:1.28   Fri Dec  4 20:45:49 2020
+++ pkgsrc/www/zopeedit/Makefile        Mon Jan 10 22:25:46 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2020/12/04 20:45:49 nia Exp $
-#
+# $NetBSD: Makefile,v 1.29 2022/01/10 22:25:46 wiz Exp $
 
 DISTNAME=      zopeedit-0.7-src
 PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    www
 #MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/0.7/
 EXTRACT_SUFX=  .tgz
@@ -22,6 +21,5 @@ post-install:
 
 EGG_NAME=      zopeedit-0.0.0
 
-.include "../../lang/python/distutils.mk"
-.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/zopeedit/PLIST
diff -u pkgsrc/www/zopeedit/PLIST:1.5 pkgsrc/www/zopeedit/PLIST:1.6
--- pkgsrc/www/zopeedit/PLIST:1.5       Sun Apr  8 20:22:00 2012
+++ pkgsrc/www/zopeedit/PLIST   Mon Jan 10 22:25:46 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:22:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/01/10 22:25:46 wiz Exp $
 bin/zopeedit.py
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 man/man1/zopeedit.1
 share/doc/zopeedit/README.txt



Home | Main Index | Thread Index | Old Index