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
This commit is contained in:
Jan Beich 2016-09-06 23:44:44 +00:00
parent b502770289
commit 6314ed6703
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421471
5 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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}/

View File

@ -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

View File

@ -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