svn commit: r421471 - in head: devel/py-game_sdl2 devel/renpy games/katawa-shoujo

Jan Beich jbeich at FreeBSD.org
Tue Sep 6 23:44:46 UTC 2016


Author: jbeich
Date: Tue Sep  6 23:44:44 2016
New Revision: 421471
URL: https://svnweb.freebsd.org/changeset/ports/421471

Log:
  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

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)
  head/games/katawa-shoujo/Makefile   (contents, props changed)

Modified: head/devel/py-game_sdl2/Makefile
==============================================================================
--- head/devel/py-game_sdl2/Makefile	Tue Sep  6 23:44:31 2016	(r421470)
+++ head/devel/py-game_sdl2/Makefile	Tue Sep  6 23:44:44 2016	(r421471)
@@ -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

Modified: head/devel/py-game_sdl2/distinfo
==============================================================================
--- head/devel/py-game_sdl2/distinfo	Tue Sep  6 23:44:31 2016	(r421470)
+++ head/devel/py-game_sdl2/distinfo	Tue Sep  6 23:44:44 2016	(r421471)
@@ -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

Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile	Tue Sep  6 23:44:31 2016	(r421470)
+++ head/devel/renpy/Makefile	Tue Sep  6 23:44:44 2016	(r421471)
@@ -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}/
 

Modified: head/devel/renpy/distinfo
==============================================================================
--- head/devel/renpy/distinfo	Tue Sep  6 23:44:31 2016	(r421470)
+++ head/devel/renpy/distinfo	Tue Sep  6 23:44:44 2016	(r421471)
@@ -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

Modified: head/games/katawa-shoujo/Makefile
==============================================================================
--- head/games/katawa-shoujo/Makefile	Tue Sep  6 23:44:31 2016	(r421470)
+++ head/games/katawa-shoujo/Makefile	Tue Sep  6 23:44:44 2016	(r421471)
@@ -24,6 +24,8 @@ LICENSE_PERMS=	dist-mirror pkg-mirror au
 
 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


More information about the svn-ports-head mailing list