svn commit: r453203 - in head/devel: py-game_sdl2 renpy
Jan Beich
jbeich at FreeBSD.org
Mon Oct 30 18:36:02 UTC 2017
Author: jbeich
Date: Mon Oct 30 18:36:00 2017
New Revision: 453203
URL: https://svnweb.freebsd.org/changeset/ports/453203
Log:
devel/renpy: update to 6.99.13
Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-13
Modified:
head/devel/py-game_sdl2/Makefile (contents, props changed)
head/devel/py-game_sdl2/distinfo (contents, props changed)
head/devel/renpy/Makefile (contents, props changed)
head/devel/renpy/distinfo (contents, props changed)
Modified: head/devel/py-game_sdl2/Makefile
==============================================================================
--- head/devel/py-game_sdl2/Makefile Mon Oct 30 18:07:18 2017 (r453202)
+++ head/devel/py-game_sdl2/Makefile Mon Oct 30 18:36:00 2017 (r453203)
@@ -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
Modified: head/devel/py-game_sdl2/distinfo
==============================================================================
--- head/devel/py-game_sdl2/distinfo Mon Oct 30 18:07:18 2017 (r453202)
+++ head/devel/py-game_sdl2/distinfo Mon Oct 30 18:36:00 2017 (r453203)
@@ -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
Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile Mon Oct 30 18:07:18 2017 (r453202)
+++ head/devel/renpy/Makefile Mon Oct 30 18:36:00 2017 (r453203)
@@ -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
Modified: head/devel/renpy/distinfo
==============================================================================
--- head/devel/renpy/distinfo Mon Oct 30 18:07:18 2017 (r453202)
+++ head/devel/renpy/distinfo Mon Oct 30 18:36:00 2017 (r453203)
@@ -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
More information about the svn-ports-head
mailing list