pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/jools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 07:48:08 UTC 2022

Modified Files:
        pkgsrc/games/jools: Makefile PLIST

Log Message:
jools: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/jools/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/jools/PLIST

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

Modified files:

Index: pkgsrc/games/jools/Makefile
diff -u pkgsrc/games/jools/Makefile:1.21 pkgsrc/games/jools/Makefile:1.22
--- pkgsrc/games/jools/Makefile:1.21    Fri Dec  4 20:45:19 2020
+++ pkgsrc/games/jools/Makefile Mon Jan 10 07:48:08 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2020/12/04 20:45:19 nia Exp $
+# $NetBSD: Makefile,v 1.22 2022/01/10 07:48:08 wiz Exp $
 
 DISTNAME=              jools-0.20
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            games
 #MASTER_SITES=         http://pessimization.com/software/jools/
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} jools-musicpack-1.0.tar.gz
@@ -22,5 +22,5 @@ post-install:
        ${INSTALL_DATA} ${WRKDIR}/untimed/* ${DESTDIR}${PREFIX}/share/jools/music/untimed
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/jools/PLIST
diff -u pkgsrc/games/jools/PLIST:1.3 pkgsrc/games/jools/PLIST:1.4
--- pkgsrc/games/jools/PLIST:1.3        Thu Jan 23 17:24:44 2014
+++ pkgsrc/games/jools/PLIST    Mon Jan 10 07:48:08 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2014/01/23 17:24:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 07:48:08 wiz Exp $
 bin/jools
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/jools/__init__.py
 ${PYSITELIB}/jools/__init__.pyc
 ${PYSITELIB}/jools/__init__.pyo



Home | Main Index | Thread Index | Old Index