From owner-svn-ports-all@freebsd.org Tue Sep 6 23:44:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93EC1BCD7A9; Tue, 6 Sep 2016 23:44:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E05E38E; Tue, 6 Sep 2016 23:44:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u86NijgL087107; Tue, 6 Sep 2016 23:44:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86NijDm087102; Tue, 6 Sep 2016 23:44:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609062344.u86NijDm087102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 6 Sep 2016 23:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421471 - in head: devel/py-game_sdl2 devel/renpy games/katawa-shoujo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 23:44:46 -0000 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 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 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