View | Details | Raw Unified | Return to bug 278275 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-game_sdl2/Makefile (-5 / +5 lines)
Lines 1-13 Link Here
1
PORTNAME=	game_sdl2
1
PORTNAME=	game_sdl2
2
PORTVERSION=	7.4.11
2
PORTVERSION=	8.2.1
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	devel python
4
CATEGORIES=	devel python
5
MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/ \
5
MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/ \
6
		GENTOO
6
		GENTOO
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
DISTNAME=	py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION}
8
DISTNAME=	py${PORTNAME}-2.1.0+renpy${DISTVERSION}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	social@brandongrows.me
11
COMMENT=	Reimplementation of portions of the pygame API using SDL2
11
COMMENT=	Reimplementation of portions of the pygame API using SDL2
12
WWW=		https://github.com/renpy/pygame_sdl2
12
WWW=		https://github.com/renpy/pygame_sdl2
13
13
Lines 19-25 LIB_DEPENDS= libpng.so:graphics/png Link Here
19
# Upstream tends to reroll distfiles before moving under /release/
19
# Upstream tends to reroll distfiles before moving under /release/
20
PORTSCOUT=	site:http://www.renpy.org/dl/release/
20
PORTSCOUT=	site:http://www.renpy.org/dl/release/
21
21
22
USES=		jpeg localbase python:2.7+ sdl
22
USES=		jpeg localbase python:3.9+ sdl
23
USE_SDL=	image2 mixer2 ttf2
23
USE_SDL=	image2 mixer2 ttf2
24
USE_PYTHON=	autoplist distutils cython
24
USE_PYTHON=	autoplist distutils cython
25
EXCLUDE=	gen gen3 PKG-INFO '*.egg-info'
25
EXCLUDE=	gen gen3 PKG-INFO '*.egg-info'
(-)b/devel/py-game_sdl2/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1638428838
1
TIMESTAMP = 1712368771
2
SHA256 (pygame_sdl2-2.1.0-for-renpy-7.4.11.tar.gz) = ff497cb2f2406b08d99a4e720cab0f42b31e714e427b70b5e93225618262bb5b
2
SHA256 (pygame_sdl2-2.1.0+renpy8.2.1.tar.gz) = 6626f7f4dc90d691950963eb2b9fd3977740ca552598a64ac54f297fe3a901d6
3
SIZE (pygame_sdl2-2.1.0-for-renpy-7.4.11.tar.gz) = 3969064
3
SIZE (pygame_sdl2-2.1.0+renpy8.2.1.tar.gz) = 4256982
4
- 

Return to bug 278275