svn commit: r400719 - in branches/2015Q4/devel/py-game_sdl2: . files

Jan Beich jbeich at FreeBSD.org
Tue Nov 3 21:18:26 UTC 2015


Author: jbeich
Date: Tue Nov  3 21:18:24 2015
New Revision: 400719
URL: https://svnweb.freebsd.org/changeset/ports/400719

Log:
  MFH: r400715
  
  devel/py-game_sdl2: backport 32bit runtime fix after r394876
  
  With cython-0.23 named enums maybe promoted to PyLong which can break
  py-game_sdl2 consumers e.g.,
  
    $ renpy
    TypeError("'long' object is not iterable",)
  
  GitHub:		renpy/renpy#778
  Approved by:	ports-secteam (feld)

Added:
  branches/2015Q4/devel/py-game_sdl2/files/
     - copied from r400715, head/devel/py-game_sdl2/files/
Modified:
  branches/2015Q4/devel/py-game_sdl2/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/devel/py-game_sdl2/Makefile
==============================================================================
--- branches/2015Q4/devel/py-game_sdl2/Makefile	Tue Nov  3 21:13:35 2015	(r400718)
+++ branches/2015Q4/devel/py-game_sdl2/Makefile	Tue Nov  3 21:18:24 2015	(r400719)
@@ -2,6 +2,7 @@
 
 PORTNAME=	game_sdl2
 PORTVERSION=	6.99.6
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/ \
 		GENTOO


More information about the svn-ports-all mailing list