diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile index 0f2f09b94eef..4f0a0e542f8b 100644 --- a/devel/py-game_sdl2/Makefile +++ b/devel/py-game_sdl2/Makefile @@ -1,32 +1,32 @@ PORTNAME= game_sdl2 PORTVERSION= 7.4.11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION} MAINTAINER= social@brandongrows.me COMMENT= Reimplementation of portions of the pygame API using SDL2 WWW= https://github.com/renpy/pygame_sdl2 LICENSE= LGPL21+ ZLIB LICENSE_COMB= multi LIB_DEPENDS= libpng.so:graphics/png USES= jpeg localbase python:2.7+ sdl USE_PYTHON= autoplist cython0 distutils USE_SDL= image2 mixer2 ttf2 BINARY_ALIAS= cython=cython-${PYTHON_VER} EXCLUDE= gen gen3 PKG-INFO '*.egg-info' EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} # Upstream tends to reroll distfiles before moving under /release/ PORTSCOUT= site:http://www.renpy.org/dl/release/ post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \ -exec ${STRIP_CMD} {} + .include diff --git a/devel/py-game_sdl2/files/patch-setup.cfg b/devel/py-game_sdl2/files/patch-setup.cfg new file mode 100644 index 000000000000..1396a44265fa --- /dev/null +++ b/devel/py-game_sdl2/files/patch-setup.cfg @@ -0,0 +1,8 @@ +--- setup.cfg.orig 2026-04-11 01:34:18 UTC ++++ setup.cfg +@@ -1,4 +1,4 @@ + [egg_info] +-tag_build = -for-renpy-7.4.11 ++tag_build = +for-renpy-7.4.11 + tag_date = 0 +