summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-09-06 23:44:44 +0000
committerjbeich <jbeich@FreeBSD.org>2016-09-06 23:44:44 +0000
commit762e83725ff5305f5153965a97371e772a3af674 (patch)
treeda5d110d41d5eed475573f29942b9526855e31ed
parentfc4e30781c28dc28eff6af0c2bf10d2fd1b84e51 (diff)
downloadFreeBSD-ports-762e83725ff5305f5153965a97371e772a3af674.zip
FreeBSD-ports-762e83725ff5305f5153965a97371e772a3af674.tar.gz
devel/renpy: update to 6.99.11
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-11 Temporarily mark games/katawa-shoujo as BROKEN. Other games may work fine. $ katawa-shoujo ValueError('list.remove(x): x not in list',) Full traceback: File "game/ui_settings.rpy", line 2, in script File "/usr/local/share/renpy/renpy/ast.py", line 805, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/usr/local/share/renpy/renpy/python.py", line 1641, in py_exec_bytecode exec bytecode in globals, locals File "game/ui_settings.rpy", line 21, in <module> File "/usr/local/share/renpy/renpy/defaultstore.py", line 91, in __setattr__ renpy.store._set_script_version(value) # E1101 @UndefinedVariable File "renpy/common/00compat.rpy", line 134, in _set_script_version config.window_auto_hide.remove("call screen") File "/usr/local/share/renpy/renpy/python.py", line 568, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list While running game code: File "game/ui_settings.rpy", line 2, in script File "game/ui_settings.rpy", line 21, in <module> File "renpy/common/00compat.rpy", line 134, in _set_script_version config.window_auto_hide.remove("call screen") ValueError: list.remove(x): x not in list
-rw-r--r--devel/py-game_sdl2/Makefile2
-rw-r--r--devel/py-game_sdl2/distinfo5
-rw-r--r--devel/renpy/Makefile4
-rw-r--r--devel/renpy/distinfo5
-rw-r--r--games/katawa-shoujo/Makefile2
5 files changed, 11 insertions, 7 deletions
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile
index 19c8e72..c8404f3 100644
--- a/devel/py-game_sdl2/Makefile
+++ b/devel/py-game_sdl2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= game_sdl2
-PORTVERSION= 6.99.10
+PORTVERSION= 6.99.11
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 c21cb72..9bbe807 100644
--- a/devel/py-game_sdl2/distinfo
+++ b/devel/py-game_sdl2/distinfo
@@ -1,2 +1,3 @@
-SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.10.tar.gz) = 495e175026f3e7e41f8495d72d123337323eddadd8c8816b732819e90702243d
-SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.10.tar.gz) = 2298302
+TIMESTAMP = 1473182080
+SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.11.tar.gz) = c25dfc70e97a4f7de0f0329fac087b78b561338505668bf502d4bb95e3d05270
+SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.11.tar.gz) = 2298606
diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile
index f2b4a40..37393e1 100644
--- a/devel/renpy/Makefile
+++ b/devel/renpy/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= renpy
-PORTVERSION= 6.99.10
+PORTVERSION= 6.99.11
DISTVERSIONSUFFIX=-sdk
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= devel games
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/
diff --git a/devel/renpy/distinfo b/devel/renpy/distinfo
index f29c3f8..c922baa 100644
--- a/devel/renpy/distinfo
+++ b/devel/renpy/distinfo
@@ -1,2 +1,3 @@
-SHA256 (renpy-6.99.10-sdk.tar.bz2) = 2a0d56eb008f14b11d06b19fe89eb713136ff5fa6d9859c4cdaa26dda63a93a6
-SIZE (renpy-6.99.10-sdk.tar.bz2) = 56411727
+TIMESTAMP = 1473182080
+SHA256 (renpy-6.99.11-sdk.tar.bz2) = 2b3944cf070376de3f053fb2bca7a98e0c048f09dd569ca2bf5bf0d565604869
+SIZE (renpy-6.99.11-sdk.tar.bz2) = 57615217
diff --git a/games/katawa-shoujo/Makefile b/games/katawa-shoujo/Makefile
index 7f0d246..60ce0ff 100644
--- a/games/katawa-shoujo/Makefile
+++ b/games/katawa-shoujo/Makefile
@@ -24,6 +24,8 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
RUN_DEPENDS= renpy:devel/renpy
+BROKEN= game/ui_settings.rpy:2: ValueError('list.remove(x): x not in list',)
+
USES= tar:bz2
NO_ARCH= yes
NO_BUILD= yes
OpenPOWER on IntegriCloud