devel/py-game_sdl2, devel/renpy: update to 6.99.4
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-4
This commit is contained in:
parent
d5c48db6b2
commit
1ba7386ad7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388046
4 changed files with 18 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= game_sdl2
|
||||
PORTVERSION= 6.99.2
|
||||
PORTVERSION= 6.99.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
|
||||
GENTOO
|
||||
|
@ -18,7 +18,8 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
|
|||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
PORTSCOUT= skipv:6.99.3 # no changes
|
||||
# Upstream tends to reroll distfiles before moving under /release/
|
||||
PORTSCOUT= site:http://www.renpy.org/dl/release/
|
||||
|
||||
USES= python tar:bz2
|
||||
USE_SDL= image2 mixer2 ttf2
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pygame_sdl2-for-renpy-6.99.2.tar.bz2) = 664cffde49694d8ff02f9f06afad69a2941c91d0656026ffe50135f3b52c255d
|
||||
SIZE (pygame_sdl2-for-renpy-6.99.2.tar.bz2) = 131429
|
||||
SHA256 (pygame_sdl2-for-renpy-6.99.4.tar.bz2) = 737d1d3ec8174a1b2b71bcd929d3e063b392e838807521b5a128f537e3be91f0
|
||||
SIZE (pygame_sdl2-for-renpy-6.99.4.tar.bz2) = 131584
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= renpy
|
||||
PORTVERSION= 6.99.2
|
||||
PORTVERSION= 6.99.4
|
||||
DISTVERSIONSUFFIX=-source
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel games
|
||||
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
|
||||
GENTOO
|
||||
|
@ -26,7 +25,8 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \
|
|||
libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2
|
||||
|
||||
PORTSCOUT= skipv:6.99.3 # only version bump
|
||||
# Upstream tends to reroll distfiles before moving under /release/
|
||||
PORTSCOUT= site:http://www.renpy.org/dl/release/
|
||||
|
||||
USES= python:2.7 shebangfix tar:bz2
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
@ -78,6 +78,12 @@ post-build:
|
|||
${PYTHON_CMD} ${WRKSRC}/renpy.py $$d compile; \
|
||||
done)
|
||||
|
||||
add-plist-post: add-empty-dirs
|
||||
add-empty-dirs:
|
||||
# Keep images directory in templates, see renpy@d81ea29
|
||||
${FIND} ${WRKSRC}/templates -type d ! -name "saves" -empty | \
|
||||
${SED} 's,^${WRKSRC},@dir ${DATADIR},' >>${TMPPLIST}
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \
|
||||
-exec ${STRIP_CMD} {} +
|
||||
|
@ -85,7 +91,8 @@ post-install:
|
|||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} \
|
||||
"${PORTDATA}" ${STAGEDIR}${DATADIR} \
|
||||
"! -name *.orig ! -name *.bak ! -name saves")
|
||||
"! -name *.orig ! -name *.bak \
|
||||
! -name saves ! -name log.txt")
|
||||
${CHMOD} +x ${STAGEDIR}${DATADIR}/renpy.py
|
||||
${CHMOD} -R u+w ${STAGEDIR}${DATADIR}/templates
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (renpy-6.99.2-source.tar.bz2) = 1c2c0f7187b392487359c335deea2307b1ef7df5a3537771f44ec601ed7cb3c4
|
||||
SIZE (renpy-6.99.2-source.tar.bz2) = 23462793
|
||||
SHA256 (renpy-6.99.4-source.tar.bz2) = bb574bb847bc71bc5c507a176235cd074fdd44e2660a999c1c7767c5ed9e1633
|
||||
SIZE (renpy-6.99.4-source.tar.bz2) = 23465980
|
||||
|
|
Loading…
Reference in a new issue