pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/gemrb



Module Name:    pkgsrc
Committed By:   yhardy
Date:           Thu Jul 22 21:48:03 UTC 2021

Modified Files:
        pkgsrc/games/gemrb: Makefile

Log Message:
games/gemrb: Makefile: note another issue for python3

This issue will (hopefully) be addressed in 0.9.1, and then we
can switch the package to python3.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/gemrb/Makefile

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

Modified files:

Index: pkgsrc/games/gemrb/Makefile
diff -u pkgsrc/games/gemrb/Makefile:1.9 pkgsrc/games/gemrb/Makefile:1.10
--- pkgsrc/games/gemrb/Makefile:1.9     Thu Jul 22 21:19:43 2021
+++ pkgsrc/games/gemrb/Makefile Thu Jul 22 21:48:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/07/22 21:19:43 yhardy Exp $
+# $NetBSD: Makefile,v 1.10 2021/07/22 21:48:03 yhardy Exp $
 
 DISTNAME=      gemrb-0.9.0
 CATEGORIES=    games
@@ -30,7 +30,8 @@ CONFIGURE_DIRS=       build
 
 REPLACE_PYTHON=        admin/extend2da.py
 
-# https://github.com/gemrb/gemrb/issues/101
+# https://github.com/gemrb/gemrb/issues/101 (closed)
+# https://github.com/gemrb/gemrb/issues/1289
 PYTHON_VERSIONS_ACCEPTED=      27
 
 pre-configure:



Home | Main Index | Thread Index | Old Index