From owner-svn-ports-all@freebsd.org Wed Oct 9 06:26:19 2019 Return-Path: Delivered-To: svn-ports-all@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 292211424BF; Wed, 9 Oct 2019 06:26:19 +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 46p43v0Ks4z41HW; Wed, 9 Oct 2019 06:26:19 +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 CAC33C707; Wed, 9 Oct 2019 06:26:18 +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 x996QIaW000492; Wed, 9 Oct 2019 06:26:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x996QIl3000488; Wed, 9 Oct 2019 06:26:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201910090626.x996QIl3000488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Oct 2019 06:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514120 - in head: devel/py-game_sdl2 games/renpy X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: devel/py-game_sdl2 games/renpy X-SVN-Commit-Revision: 514120 X-SVN-Commit-Repository: ports 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.29 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: Wed, 09 Oct 2019 06:26:19 -0000 Author: jbeich Date: Wed Oct 9 06:26:17 2019 New Revision: 514120 URL: https://svnweb.freebsd.org/changeset/ports/514120 Log: devel/renpy: update to 7.3.4 Changes: https://www.renpy.org/release/7.3.4 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-3-4 Reported by: portscout MFH: 2019Q4 Modified: head/devel/py-game_sdl2/Makefile (contents, props changed) head/devel/py-game_sdl2/distinfo (contents, props changed) head/games/renpy/Makefile (contents, props changed) head/games/renpy/distinfo (contents, props changed) Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Wed Oct 9 06:26:08 2019 (r514119) +++ head/devel/py-game_sdl2/Makefile Wed Oct 9 06:26:17 2019 (r514120) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 7.3.3 +PORTVERSION= 7.3.4 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 Wed Oct 9 06:26:08 2019 (r514119) +++ head/devel/py-game_sdl2/distinfo Wed Oct 9 06:26:17 2019 (r514120) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1570506068 +SHA256 (pygame_sdl2-2.1.0-for-renpy-7.3.4.tar.gz) = 1b4226f87467f17ae4fe82c9abdf4282c31a4788f4cf8b3129e495f21bf7d156 +SIZE (pygame_sdl2-2.1.0-for-renpy-7.3.4.tar.gz) = 2683068 Modified: head/games/renpy/Makefile ============================================================================== --- head/games/renpy/Makefile Wed Oct 9 06:26:08 2019 (r514119) +++ head/games/renpy/Makefile Wed Oct 9 06:26:17 2019 (r514120) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 7.3.3 +PORTVERSION?= 7.3.4 DISTVERSIONSUFFIX=-sdk PORTREVISION?= 0 CATEGORIES= games devel Modified: head/games/renpy/distinfo ============================================================================== --- head/games/renpy/distinfo Wed Oct 9 06:26:08 2019 (r514119) +++ head/games/renpy/distinfo Wed Oct 9 06:26:17 2019 (r514120) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569898258 -SHA256 (renpy-7.3.3-sdk.tar.bz2) = 41a15d5bbdb35b0e0ab2bf7d641461d7e33157083f23c7d8e7da86bab12fab99 -SIZE (renpy-7.3.3-sdk.tar.bz2) = 95200758 +TIMESTAMP = 1570505755 +SHA256 (renpy-7.3.4-sdk.tar.bz2) = ba655437039f18b1921cf02186fdfb5a744a253e84d2020371fe11863e2e5544 +SIZE (renpy-7.3.4-sdk.tar.bz2) = 95148048