Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2015 21:18:25 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r400719 - in branches/2015Q4/devel/py-game_sdl2: . files
Message-ID:  <201511032118.tA3LIP3s081816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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