pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/kye



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 29 18:40:09 UTC 2022

Modified Files:
        pkgsrc/games/kye: Makefile PLIST

Log Message:
kye: switch to egg.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/games/kye/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/kye/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/kye/Makefile
diff -u pkgsrc/games/kye/Makefile:1.76 pkgsrc/games/kye/Makefile:1.77
--- pkgsrc/games/kye/Makefile:1.76      Wed Dec  8 16:04:36 2021
+++ pkgsrc/games/kye/Makefile   Tue Mar 29 18:40:09 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2021/12/08 16:04:36 adam Exp $
+# $NetBSD: Makefile,v 1.77 2022/03/29 18:40:09 wiz Exp $
 
 DISTNAME=              kye-1.0
-PKGREVISION=           37
+PKGREVISION=           38
 CATEGORIES=            games
 MASTER_SITES=          http://games.moria.org.uk/kye/download/
 
@@ -18,7 +18,7 @@ SUBST_SED.prefix=     's|@PREFIX@|${PREFIX}|
 PYTHON_VERSIONS_ACCEPTED=      27 # py-gtk2
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../graphics/librsvg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/kye/PLIST
diff -u pkgsrc/games/kye/PLIST:1.4 pkgsrc/games/kye/PLIST:1.5
--- pkgsrc/games/kye/PLIST:1.4  Sun Jun 14 17:56:50 2009
+++ pkgsrc/games/kye/PLIST      Tue Mar 29 18:40:09 2022
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:56:50 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/03/29 18:40:09 wiz Exp $
 bin/Kye
 bin/Kye-edit
+${PYSITELIB}/${EGG_INFODIR}
 ${PYSITELIB}/kye/__init__.py
 ${PYSITELIB}/kye/__init__.pyc
 ${PYSITELIB}/kye/__init__.pyo



Home | Main Index | Thread Index | Old Index