pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/py-renpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 21:34:30 UTC 2022

Modified Files:
        pkgsrc/games/py-renpy: Makefile PLIST

Log Message:
py-renpy: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/py-renpy/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/py-renpy/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/py-renpy/Makefile
diff -u pkgsrc/games/py-renpy/Makefile:1.26 pkgsrc/games/py-renpy/Makefile:1.27
--- pkgsrc/games/py-renpy/Makefile:1.26 Mon Aug 17 20:18:51 2020
+++ pkgsrc/games/py-renpy/Makefile      Mon Jan 10 21:34:30 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2020/08/17 20:18:51 leot Exp $
+# $NetBSD: Makefile,v 1.27 2022/01/10 21:34:30 wiz Exp $
 
 DISTNAME=      renpy-6.18.3-source
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-source//}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    games
 MASTER_SITES=  https://www.renpy.org/dl/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.bz2
@@ -50,6 +50,6 @@ post-install:
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../multimedia/ffmpeg2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/py-renpy/PLIST
diff -u pkgsrc/games/py-renpy/PLIST:1.3 pkgsrc/games/py-renpy/PLIST:1.4
--- pkgsrc/games/py-renpy/PLIST:1.3     Sat Jun 24 19:39:47 2017
+++ pkgsrc/games/py-renpy/PLIST Mon Jan 10 21:34:30 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2017/06/24 19:39:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 21:34:30 wiz Exp $
 bin/renpy.py
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/_renpy.so
 ${PYSITELIB}/_renpybidi.so
 ${PYSITELIB}/pysdlsound/__init__.py



Home | Main Index | Thread Index | Old Index