From owner-svn-ports-branches@freebsd.org Mon Oct 7 13:13:07 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C64EE12F12B; Mon, 7 Oct 2019 13:13:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46n1BC4tX4z40t8; Mon, 7 Oct 2019 13:13:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AF3DF22E; Mon, 7 Oct 2019 13:13:07 +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 x97DD7Bl028069; Mon, 7 Oct 2019 13:13:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x97DD6D0028062; Mon, 7 Oct 2019 13:13:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201910071313.x97DD6D0028062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Oct 2019 13:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r513944 - in branches/2019Q4: devel/py-game_sdl2 games/renpy X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q4: devel/py-game_sdl2 games/renpy X-SVN-Commit-Revision: 513944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2019 13:13:07 -0000 Author: jbeich Date: Mon Oct 7 13:13:06 2019 New Revision: 513944 URL: https://svnweb.freebsd.org/changeset/ports/513944 Log: MFH: r513574 devel/renpy: update to 7.3.3 Changes: https://www.renpy.org/release/7.3.3 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-3-3 Reported by: portscout Approved by: ports-secteam (miwi) Modified: branches/2019Q4/devel/py-game_sdl2/Makefile branches/2019Q4/devel/py-game_sdl2/distinfo branches/2019Q4/games/renpy/Makefile branches/2019Q4/games/renpy/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/devel/py-game_sdl2/Makefile ============================================================================== --- branches/2019Q4/devel/py-game_sdl2/Makefile Mon Oct 7 12:58:04 2019 (r513943) +++ branches/2019Q4/devel/py-game_sdl2/Makefile Mon Oct 7 13:13:06 2019 (r513944) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 7.3.2 +PORTVERSION= 7.3.3 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO Modified: branches/2019Q4/devel/py-game_sdl2/distinfo ============================================================================== --- branches/2019Q4/devel/py-game_sdl2/distinfo Mon Oct 7 12:58:04 2019 (r513943) +++ branches/2019Q4/devel/py-game_sdl2/distinfo Mon Oct 7 13:13:06 2019 (r513944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562034127 -SHA256 (pygame_sdl2-2.1.0-for-renpy-7.3.2.tar.gz) = decb6f796837875d8a91a46859cb72652dde51cf05bb04bd8d1f9e25f8c7e9b2 -SIZE (pygame_sdl2-2.1.0-for-renpy-7.3.2.tar.gz) = 2683070 +TIMESTAMP = 1569898563 +SHA256 (pygame_sdl2-2.1.0-for-renpy-7.3.3.tar.gz) = 0b22b8530650af85de993ff27834b9e68196509cb6e2e9e62268a99265263549 +SIZE (pygame_sdl2-2.1.0-for-renpy-7.3.3.tar.gz) = 2683075 Modified: branches/2019Q4/games/renpy/Makefile ============================================================================== --- branches/2019Q4/games/renpy/Makefile Mon Oct 7 12:58:04 2019 (r513943) +++ branches/2019Q4/games/renpy/Makefile Mon Oct 7 13:13:06 2019 (r513944) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 7.3.2 +PORTVERSION?= 7.3.3 DISTVERSIONSUFFIX=-sdk -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= games devel MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/ Modified: branches/2019Q4/games/renpy/distinfo ============================================================================== --- branches/2019Q4/games/renpy/distinfo Mon Oct 7 12:58:04 2019 (r513943) +++ branches/2019Q4/games/renpy/distinfo Mon Oct 7 13:13:06 2019 (r513944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562033945 -SHA256 (renpy-7.3.2-sdk.tar.bz2) = 99e0ba23c83d3c260d729d94445f841f3f28abdf5cb88953efa4c3edea68b3e8 -SIZE (renpy-7.3.2-sdk.tar.bz2) = 94814094 +TIMESTAMP = 1569898258 +SHA256 (renpy-7.3.3-sdk.tar.bz2) = 41a15d5bbdb35b0e0ab2bf7d641461d7e33157083f23c7d8e7da86bab12fab99 +SIZE (renpy-7.3.3-sdk.tar.bz2) = 95200758