pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/jools jools: convert to egg.mk



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

description:
jools: convert to egg.mk

diffstat:

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

diffs (31 lines):

diff -r 08d84a18671c -r 481e8de996a8 games/jools/Makefile
--- a/games/jools/Makefile      Mon Jan 10 07:47:23 2022 +0000
+++ b/games/jools/Makefile      Mon Jan 10 07:48:08 2022 +0000
@@ -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 @@
        ${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"
diff -r 08d84a18671c -r 481e8de996a8 games/jools/PLIST
--- a/games/jools/PLIST Mon Jan 10 07:47:23 2022 +0000
+++ b/games/jools/PLIST Mon Jan 10 07:48:08 2022 +0000
@@ -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