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

Collapse All | Expand All

(-)b/devel/py-game_sdl2/Makefile (-6 / +7 lines)
Lines 1-11 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=	social@brandongrows.me
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
Lines 16-27 LICENSE_COMB= multi Link Here
16
16
17
LIB_DEPENDS=	libpng.so:graphics/png
17
LIB_DEPENDS=	libpng.so:graphics/png
18
18
19
USES=		jpeg localbase python:3.9+ sdl
20
USE_SDL=	image2 mixer2 ttf2
21
USE_PYTHON=	autoplist distutils cython
22
19
# Upstream tends to reroll distfiles before moving under /release/
23
# Upstream tends to reroll distfiles before moving under /release/
20
PORTSCOUT=	site:http://www.renpy.org/dl/release/
24
PORTSCOUT=	site:http://www.renpy.org/dl/release/
21
25
22
USES=		jpeg localbase python:2.7+ sdl
23
USE_SDL=	image2 mixer2 ttf2
24
USE_PYTHON=	autoplist distutils cython
25
EXCLUDE=	gen gen3 PKG-INFO '*.egg-info'
26
EXCLUDE=	gen gen3 PKG-INFO '*.egg-info'
26
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
27
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
27
28
(-)b/devel/py-game_sdl2/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1638428838
1
TIMESTAMP = 1713324494
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