Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2016 01:48:03 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410677 - in head/devel: py-game_sdl2 renpy renpy/files
Message-ID:  <201603090148.u291m3Vf009493@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Mar  9 01:48:03 2016
New Revision: 410677
URL: https://svnweb.freebsd.org/changeset/ports/410677

Log:
  devel/py-game_sdl2, devel/renpy: update to 6.99.9
  
  Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-9

Added:
  head/devel/renpy/files/patch-issue869   (contents, props changed)
Deleted:
  head/devel/renpy/files/patch-module_ffdecode.c
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	Wed Mar  9 01:47:19 2016	(r410676)
+++ head/devel/py-game_sdl2/Makefile	Wed Mar  9 01:48:03 2016	(r410677)
@@ -1,12 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	game_sdl2
-PORTVERSION=	6.99.8
+PORTVERSION=	6.99.9
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/ \
 		GENTOO
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	py${PORTNAME}-for-renpy-${DISTVERSION}
+DISTNAME=	py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION}
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Reimplementation of portions of the pygame API using SDL2
@@ -20,10 +20,11 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 # Upstream tends to reroll distfiles before moving under /release/
 PORTSCOUT=	site:http://www.renpy.org/dl/release/
 
-USES=		jpeg python tar:bz2
+USES=		jpeg python
 USE_SDL=	image2 mixer2 ttf2
 USE_PYTHON=	autoplist distutils
-WRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/}
+EXCLUDE=	gen gen3 PKG-INFO '*.egg-info'
+EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
 
 post-install:
 	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \

Modified: head/devel/py-game_sdl2/distinfo
==============================================================================
--- head/devel/py-game_sdl2/distinfo	Wed Mar  9 01:47:19 2016	(r410676)
+++ head/devel/py-game_sdl2/distinfo	Wed Mar  9 01:48:03 2016	(r410677)
@@ -1,2 +1,2 @@
-SHA256 (pygame_sdl2-for-renpy-6.99.8.tar.bz2) = cf6c5acd21af92554c404a24d66af9292f126e10d0d8eea1f7d44432e80b0942
-SIZE (pygame_sdl2-for-renpy-6.99.8.tar.bz2) = 133690
+SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.9.tar.gz) = 193c62052c55ed5fb3b6b889628259c07d2c13762cb06513ff499937285bac09
+SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.9.tar.gz) = 2297734

Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile	Wed Mar  9 01:47:19 2016	(r410676)
+++ head/devel/renpy/Makefile	Wed Mar  9 01:48:03 2016	(r410677)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	renpy
-PORTVERSION=	6.99.8
+PORTVERSION=	6.99.9
 DISTVERSIONSUFFIX=-sdk
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	devel games
 MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/
 

Modified: head/devel/renpy/distinfo
==============================================================================
--- head/devel/renpy/distinfo	Wed Mar  9 01:47:19 2016	(r410676)
+++ head/devel/renpy/distinfo	Wed Mar  9 01:48:03 2016	(r410677)
@@ -1,2 +1,2 @@
-SHA256 (renpy-6.99.8-sdk.tar.bz2) = 5745413ed2308ad73cd787d26ee684f6d214969cd5ff22f4a66d98ec7cad8f94
-SIZE (renpy-6.99.8-sdk.tar.bz2) = 53156812
+SHA256 (renpy-6.99.9-sdk.tar.bz2) = 32259ad6850068dca7cf274b0b8f14977206712ade039534b8b08c678e67318b
+SIZE (renpy-6.99.9-sdk.tar.bz2) = 56351338

Added: head/devel/renpy/files/patch-issue869
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/renpy/files/patch-issue869	Wed Mar  9 01:48:03 2016	(r410677)
@@ -0,0 +1,11 @@
+Restore shebang before ecd36ec.
+
+--- renpy.py.orig	2016-01-27 03:31:10 UTC
++++ renpy.py
+@@ -1,4 +1,5 @@
+-#!/usr/bin/env python #@PydevCodeAnalysisIgnore
++#!/usr/bin/env python
++#@PydevCodeAnalysisIgnore
+ 
+ # This file is part of Ren'Py. The license below applies to Ren'Py only.
+ # Games and other projects that use Ren'Py may use a different license.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603090148.u291m3Vf009493>