pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/kye kye: switch to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76510907a9da
branches:  trunk
changeset: 375913:76510907a9da
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 29 18:40:09 2022 +0000

description:
kye: switch to egg.mk

Bump PKGREVISION.

diffstat:

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

diffs (34 lines):

diff -r f2e63ad34c14 -r 76510907a9da games/kye/Makefile
--- a/games/kye/Makefile        Tue Mar 29 18:38:06 2022 +0000
+++ b/games/kye/Makefile        Tue Mar 29 18:40:09 2022 +0000
@@ -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 @@
 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"
diff -r f2e63ad34c14 -r 76510907a9da games/kye/PLIST
--- a/games/kye/PLIST   Tue Mar 29 18:38:06 2022 +0000
+++ b/games/kye/PLIST   Tue Mar 29 18:40:09 2022 +0000
@@ -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