pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/polysh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:23:36 UTC 2022

Modified Files:
        pkgsrc/sysutils/polysh: Makefile PLIST

Log Message:
polysh: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/polysh/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/polysh/PLIST

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

Modified files:

Index: pkgsrc/sysutils/polysh/Makefile
diff -u pkgsrc/sysutils/polysh/Makefile:1.14 pkgsrc/sysutils/polysh/Makefile:1.15
--- pkgsrc/sysutils/polysh/Makefile:1.14        Fri Dec  4 20:45:42 2020
+++ pkgsrc/sysutils/polysh/Makefile     Mon Jan 10 20:23:36 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2020/12/04 20:45:42 nia Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/10 20:23:36 wiz Exp $
 
 DISTNAME=      polysh-0.4
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    sysutils
 MASTER_SITES=  http://guichaz.free.fr/polysh/files/
 EXTRACT_SUFX=  .tar.bz2
@@ -22,5 +22,5 @@ SUBST_FILES.setup=    setup.py
 SUBST_SED.setup+=      -e 's,share/man,${PKGMANDIR},'
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/polysh/PLIST
diff -u pkgsrc/sysutils/polysh/PLIST:1.2 pkgsrc/sysutils/polysh/PLIST:1.3
--- pkgsrc/sysutils/polysh/PLIST:1.2    Thu Jan 23 18:30:20 2014
+++ pkgsrc/sysutils/polysh/PLIST        Mon Jan 10 20:23:36 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/23 18:30:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 20:23:36 wiz Exp $
 bin/polysh
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/polysh/__init__.py
 ${PYSITELIB}/polysh/__init__.pyc
 ${PYSITELIB}/polysh/__init__.pyo



Home | Main Index | Thread Index | Old Index