From owner-svn-ports-all@freebsd.org Tue Dec 20 14:49:39 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 E1636C88801; Tue, 20 Dec 2016 14:49:39 +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 B11446E; Tue, 20 Dec 2016 14:49:39 +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 uBKEnccs009689; Tue, 20 Dec 2016 14:49:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBKEncLQ009685; Tue, 20 Dec 2016 14:49:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612201449.uBKEncLQ009685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 20 Dec 2016 14:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428991 - in head/devel: py-game_sdl2 renpy 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, 20 Dec 2016 14:49:40 -0000 Author: jbeich Date: Tue Dec 20 14:49:38 2016 New Revision: 428991 URL: https://svnweb.freebsd.org/changeset/ports/428991 Log: devel/py-game_sdl2, devel/renpy: update to 6.99.12 Changes: http://www.renpy.org/latest.html (see Announcement) Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12 MFH: 2016Q4 (no consumers apart from bug 195975) 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 Tue Dec 20 14:30:33 2016 (r428990) +++ head/devel/py-game_sdl2/Makefile Tue Dec 20 14:49:38 2016 (r428991) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.11 +PORTVERSION= 6.99.12 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 Dec 20 14:30:33 2016 (r428990) +++ head/devel/py-game_sdl2/distinfo Tue Dec 20 14:49:38 2016 (r428991) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1482204080 +SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.tar.gz) = 1c322a01114397190049eab77f7d4e1b43bc98a5128c62114556376585d2f2c9 +SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.tar.gz) = 2291818 Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Tue Dec 20 14:30:33 2016 (r428990) +++ head/devel/renpy/Makefile Tue Dec 20 14:49:38 2016 (r428991) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 6.99.11 +PORTVERSION?= 6.99.12 DISTVERSIONSUFFIX=-sdk -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= devel games MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ @@ -26,10 +26,8 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}gam CONFLICTS_INSTALL?= ${PORTNAME}6-* -.ifndef PKGNAMESUFFIX # Upstream tends to reroll distfiles before moving under /release/ -PORTSCOUT= site:http://www.renpy.org/dl/release/ -.endif +PORTSCOUT?= site:http://www.renpy.org/dl/release/ USES= python:2.7 shebangfix tar:bz2 USE_GL= glew @@ -70,6 +68,9 @@ LICENSE_FILE_${lic}= ${WRKSRC}/LICENSE.t LICENSE_PERMS_${lic}= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept . endfor +post-extract: + @${FIND} ${WRKSRC}/lib ${WRKSRC}/renpy.app -type d -empty -delete + .if !target(post-patch) post-patch: @${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ Modified: head/devel/renpy/distinfo ============================================================================== --- head/devel/renpy/distinfo Tue Dec 20 14:30:33 2016 (r428990) +++ head/devel/renpy/distinfo Tue Dec 20 14:49:38 2016 (r428991) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473182080 -SHA256 (renpy-6.99.11-sdk.tar.bz2) = 2b3944cf070376de3f053fb2bca7a98e0c048f09dd569ca2bf5bf0d565604869 -SIZE (renpy-6.99.11-sdk.tar.bz2) = 57615217 +TIMESTAMP = 1480999861 +SHA256 (renpy-6.99.12-sdk.tar.bz2) = 8a58d1b133c05243e3d43717253ef72319cffbabf8db207717e9d9e0f45a7a93 +SIZE (renpy-6.99.12-sdk.tar.bz2) = 56689673