From owner-svn-ports-head@freebsd.org Tue Sep 15 23:57:30 2015 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 B9D7B9C2FC0; Tue, 15 Sep 2015 23:57:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 AA2D31F6D; Tue, 15 Sep 2015 23:57:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8FNvUS4064913; Tue, 15 Sep 2015 23:57:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8FNvT1q064906; Tue, 15 Sep 2015 23:57:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509152357.t8FNvT1q064906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 15 Sep 2015 23:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397031 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 15 Sep 2015 23:57:30 -0000 Author: jbeich Date: Tue Sep 15 23:57:28 2015 New Revision: 397031 URL: https://svnweb.freebsd.org/changeset/ports/397031 Log: devel/py-game_sdl2, devel/renpy: update to 6.99.6 Python C module build only requires pygame_sdl2 headers and they haven't changed since initial release, so drop version from BUILD_DEPENDS. Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-6 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 Sep 15 23:57:04 2015 (r397030) +++ head/devel/py-game_sdl2/Makefile Tue Sep 15 23:57:28 2015 (r397031) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.5 +PORTVERSION= 6.99.6 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 Sep 15 23:57:04 2015 (r397030) +++ head/devel/py-game_sdl2/distinfo Tue Sep 15 23:57:28 2015 (r397031) @@ -1,2 +1,2 @@ -SHA256 (pygame_sdl2-for-renpy-6.99.5.tar.bz2) = 3cfe05da83fa115c7fa10ae7aac88979ba9b5ba73986205b89b3bb25c4687230 -SIZE (pygame_sdl2-for-renpy-6.99.5.tar.bz2) = 131886 +SHA256 (pygame_sdl2-for-renpy-6.99.6.tar.bz2) = a3939d753a7481b7316d6fefe4ab3e777a52e4267ba518bf2ae91d50c7de63ec +SIZE (pygame_sdl2-for-renpy-6.99.6.tar.bz2) = 133525 Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Tue Sep 15 23:57:04 2015 (r397030) +++ head/devel/renpy/Makefile Tue Sep 15 23:57:28 2015 (r397031) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION= 6.99.5 +PORTVERSION= 6.99.6 DISTVERSIONSUFFIX=-sdk -PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ @@ -16,14 +15,14 @@ LICENSE_NAME_DejaVu= Bitstream Vera and LICENSE_FILE_DejaVu= ${WRKSRC}/renpy/common/DejaVuSans.txt LICENSE_PERMS_DejaVu= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>=6.99.5:${PORTSDIR}/devel/py-game_sdl2 \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2 \ cython:${PORTSDIR}/lang/cython LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ libGLEW.so:${PORTSDIR}/graphics/glew \ libpng.so:${PORTSDIR}/graphics/png \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libfreetype.so:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>=6.99.5:${PORTSDIR}/devel/py-game_sdl2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>=6.99.6:${PORTSDIR}/devel/py-game_sdl2 # Upstream tends to reroll distfiles before moving under /release/ PORTSCOUT= site:http://www.renpy.org/dl/release/ Modified: head/devel/renpy/distinfo ============================================================================== --- head/devel/renpy/distinfo Tue Sep 15 23:57:04 2015 (r397030) +++ head/devel/renpy/distinfo Tue Sep 15 23:57:28 2015 (r397031) @@ -1,2 +1,2 @@ -SHA256 (renpy-6.99.5-sdk.tar.bz2) = fef030f4fc6d3b1f9f6fb634005721acbc12a54bf6064ebf7c7458bb977267e6 -SIZE (renpy-6.99.5-sdk.tar.bz2) = 52888481 +SHA256 (renpy-6.99.6-sdk.tar.bz2) = 2eb09be242147d36e8b0eeeb9d4c884641a6a9d5d4f4e72a771463f15d9484a3 +SIZE (renpy-6.99.6-sdk.tar.bz2) = 53244272