From owner-svn-ports-head@freebsd.org Mon Oct 30 18:36:02 2017 Return-Path: Delivered-To: svn-ports-head@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 57DABE63873; Mon, 30 Oct 2017 18:36:02 +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 13D936D7CC; Mon, 30 Oct 2017 18:36:02 +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 v9UIa11p008142; Mon, 30 Oct 2017 18:36:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9UIa02U008138; Mon, 30 Oct 2017 18:36:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710301836.v9UIa02U008138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 30 Oct 2017 18:36:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453203 - in head/devel: py-game_sdl2 renpy X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel: py-game_sdl2 renpy X-SVN-Commit-Revision: 453203 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2017 18:36:02 -0000 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