diff options
-rw-r--r-- | devel/py-game_sdl2/Makefile | 2 | ||||
-rw-r--r-- | devel/py-game_sdl2/distinfo | 6 | ||||
-rw-r--r-- | devel/renpy/Makefile | 10 | ||||
-rw-r--r-- | devel/renpy/distinfo | 6 |
4 files changed, 13 insertions, 11 deletions
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile index 98e0cc434942..1aa5213b4b23 100644 --- a/devel/py-game_sdl2/Makefile +++ b/devel/py-game_sdl2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.12.4 +PORTVERSION= 6.99.13 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO diff --git a/devel/py-game_sdl2/distinfo b/devel/py-game_sdl2/distinfo index eb9082523d33..a5841f090efd 100644 --- a/devel/py-game_sdl2/distinfo +++ b/devel/py-game_sdl2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488338407 -SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.4.tar.gz) = 8e9e101027bfab62d6a4b9a4d5705d168383501af9ba958aaa3135233009bd1d -SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.4.tar.gz) = 2294620 +TIMESTAMP = 1509293105 +SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.13.tar.gz) = 1553ae67a84185fddd84d9f64deaa1a2b1a82438b0f05122895b9f0fa0940c04 +SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.13.tar.gz) = 2295753 diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile index 1e286df5d0ac..6d7ac47b127e 100644 --- a/devel/renpy/Makefile +++ b/devel/renpy/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 6.99.12.4 +PORTVERSION?= 6.99.13 DISTVERSIONSUFFIX=-sdk -PORTREVISION?= 3 +PORTREVISION?= 0 CATEGORIES= devel games MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/ @@ -35,7 +35,9 @@ USE_PYTHON= autoplist distutils USE_SDL?= sdl2 EXCLUDE= gen 'module/*.py[co]' 'renpy/*.py[co]' EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} -SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py +python3_CMD?= ${PYTHON_CMD} +SHEBANG_LANG= python3 +SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py tutorial/recrop.py TARGET_ORDER_OVERRIDE=610:fix-shebang BUILD_WRKSRC= ${WRKSRC}/module INSTALL_WRKSRC= ${BUILD_WRKSRC} @@ -57,7 +59,7 @@ OPTIONS_DEFINE= DOCS DIST EXAMPLES TKINTER DIST_DESC= Distribution runtimes for Windows, OS X, Linux DIST_VARS= LICENSE+="ART20 PSFL" \ PORTDATA+="lib renpy.app renpy.exe renpy.sh" -EXAMPLES_VARS= PORTDATA+="the_question tutorial" +EXAMPLES_VARS= PORTDATA+="oldtutorial the_question tutorial" TKINTER_DESC= Install Tkinter to allow choosing Projects Directory TKINTER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter diff --git a/devel/renpy/distinfo b/devel/renpy/distinfo index 34e834f7c572..c14450698a15 100644 --- a/devel/renpy/distinfo +++ b/devel/renpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488338136 -SHA256 (renpy-6.99.12.4-sdk.tar.bz2) = ee3cd5c014a3d2cc4a7208a6a3812cd5b1614094a7b5548f1a0791b6ec0f07b1 -SIZE (renpy-6.99.12.4-sdk.tar.bz2) = 56908386 +TIMESTAMP = 1509293060 +SHA256 (renpy-6.99.13-sdk.tar.bz2) = 2563297b79eaee67502ab27d0d88aebd9118b34efb331f389a0aaeb8c1827522 +SIZE (renpy-6.99.13-sdk.tar.bz2) = 92668389 |