From owner-svn-ports-all@freebsd.org Sat Jun 2 18:25:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FFCFFCA897; Sat, 2 Jun 2018 18:25:34 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D7C070C5B; Sat, 2 Jun 2018 18:25:34 +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 2E624136B8; Sat, 2 Jun 2018 18:25:34 +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 w52IPXnj008619; Sat, 2 Jun 2018 18:25:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w52IPXBG008613; Sat, 2 Jun 2018 18:25:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806021825.w52IPXBG008613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 2 Jun 2018 18:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471390 - in branches/2018Q2/devel: py-game_sdl2 renpy renpy6 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/devel: py-game_sdl2 renpy renpy6 X-SVN-Commit-Revision: 471390 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.26 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: Sat, 02 Jun 2018 18:25:35 -0000 Author: jbeich Date: Sat Jun 2 18:25:32 2018 New Revision: 471390 URL: https://svnweb.freebsd.org/changeset/ports/471390 Log: MFH: r471376 devel/renpy: update to 7.0.0 Changes: https://www.renpy.org/release/7.0 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-0 Approved by: ports-secteam (miwi) Modified: branches/2018Q2/devel/py-game_sdl2/Makefile branches/2018Q2/devel/py-game_sdl2/distinfo branches/2018Q2/devel/renpy/Makefile branches/2018Q2/devel/renpy/distinfo branches/2018Q2/devel/renpy6/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/py-game_sdl2/Makefile ============================================================================== --- branches/2018Q2/devel/py-game_sdl2/Makefile Sat Jun 2 18:01:03 2018 (r471389) +++ branches/2018Q2/devel/py-game_sdl2/Makefile Sat Jun 2 18:25:32 2018 (r471390) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.14.3 +PORTVERSION= 7.0.0 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO Modified: branches/2018Q2/devel/py-game_sdl2/distinfo ============================================================================== --- branches/2018Q2/devel/py-game_sdl2/distinfo Sat Jun 2 18:01:03 2018 (r471389) +++ branches/2018Q2/devel/py-game_sdl2/distinfo Sat Jun 2 18:25:32 2018 (r471390) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522810845 -SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.14.3.tar.gz) = 21ac604287b8aa295c4811b229de5f063c712219258fdda6dac544e46ecfb94e -SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.14.3.tar.gz) = 2573293 +TIMESTAMP = 1527821357 +SHA256 (pygame_sdl2-2.1.0-for-renpy-7.0.0.tar.gz) = 7eba0b990d613868daa077943bf89ce542e2945ed005e130cfa85f9819944437 +SIZE (pygame_sdl2-2.1.0-for-renpy-7.0.0.tar.gz) = 2573001 Modified: branches/2018Q2/devel/renpy/Makefile ============================================================================== --- branches/2018Q2/devel/renpy/Makefile Sat Jun 2 18:01:03 2018 (r471389) +++ branches/2018Q2/devel/renpy/Makefile Sat Jun 2 18:25:32 2018 (r471390) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 6.99.14.3 +PORTVERSION?= 7.0.0 DISTVERSIONSUFFIX=-sdk PORTREVISION?= 0 CATEGORIES= devel games @@ -39,10 +39,8 @@ TARGET_ORDER_OVERRIDE=610:fix-shebang BUILD_WRKSRC= ${WRKSRC}/module INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV+= RENPY_DEPS_INSTALL="${LOCALBASE}" -PORTDATA= launcher renpy renpy.py templates -.ifndef PKGNAMESUFFIX -PORTDATA+= gui -.endif +PORTDATA?= gui +PORTDATA+= launcher renpy renpy.py PORTDOCS= * PLIST_FILES= bin/${PORTNAME} @@ -95,7 +93,8 @@ add-empty-dirs: ! \( -name "saves" -or -name "pysdlsound" \) | \ ${SED} 's,^${WRKSRC},@dir ${DATADIR},' >>${TMPPLIST} -post-install: +post-install: common-post-install +common-post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \ -exec ${STRIP_CMD} {} + ${LN} -fs ../${DATADIR_REL}/renpy.py \ @@ -105,7 +104,6 @@ post-install: "! -name *.orig ! -name *.bak \ ! -name saves ! -name log.txt") ${CHMOD} +x ${STAGEDIR}${DATADIR}/renpy.py - ${CHMOD} -R u+w ${STAGEDIR}${DATADIR}/templates post-install-DOCS-on: (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \ Modified: branches/2018Q2/devel/renpy/distinfo ============================================================================== --- branches/2018Q2/devel/renpy/distinfo Sat Jun 2 18:01:03 2018 (r471389) +++ branches/2018Q2/devel/renpy/distinfo Sat Jun 2 18:25:32 2018 (r471390) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522810708 -SHA256 (renpy-6.99.14.3-sdk.tar.bz2) = 5cbeea134a1907e8a14458248013e37f39f0c2d023c7b68f6ee2bee574f7a381 -SIZE (renpy-6.99.14.3-sdk.tar.bz2) = 101048525 +TIMESTAMP = 1527821217 +SHA256 (renpy-7.0.0-sdk.tar.bz2) = 548561684b4e800c5aa349f9fae0371789c462dc3ede4ffd60ef45d3df1cc384 +SIZE (renpy-7.0.0-sdk.tar.bz2) = 92106485 Modified: branches/2018Q2/devel/renpy6/Makefile ============================================================================== --- branches/2018Q2/devel/renpy6/Makefile Sat Jun 2 18:01:03 2018 (r471389) +++ branches/2018Q2/devel/renpy6/Makefile Sat Jun 2 18:25:32 2018 (r471390) @@ -16,9 +16,13 @@ BUILD_DEPENDS= ${PYGAME} RUN_DEPENDS= ${PYGAME} USE_SDL= sdl +PORTDATA= templates post-patch: @${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ ${WRKSRC}/launcher/game/project.rpy + +post-install: + ${CHMOD} -R u+w ${STAGEDIR}${DATADIR}/templates .include "${MASTERDIR}/Makefile"