From owner-svn-ports-all@freebsd.org Tue Nov 3 21:18:26 2015 Return-Path: Delivered-To: svn-ports-all@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 649FBA25FED; Tue, 3 Nov 2015 21:18:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2C4D51949; Tue, 3 Nov 2015 21:18:26 +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 tA3LIPvb081817; Tue, 3 Nov 2015 21:18:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA3LIP3s081816; Tue, 3 Nov 2015 21:18:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511032118.tA3LIP3s081816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Nov 2015 21:18:25 +0000 (UTC) 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 X-SVN-Group: ports-branches 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.20 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: Tue, 03 Nov 2015 21:18:26 -0000 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