svn commit: r388046 - in head/devel: py-game_sdl2 renpy
Jan Beich
jbeich at FreeBSD.org
Sun May 31 02:26:58 UTC 2015
Author: jbeich
Date: Sun May 31 02:26:56 2015
New Revision: 388046
URL: https://svnweb.freebsd.org/changeset/ports/388046
Log:
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
Modified:
head/devel/py-game_sdl2/Makefile (contents, props changed)
head/devel/py-game_sdl2/distinfo (contents, props changed)
head/devel/renpy/Makefile (contents, props changed)
head/devel/renpy/distinfo (contents, props changed)
Modified: head/devel/py-game_sdl2/Makefile
==============================================================================
--- head/devel/py-game_sdl2/Makefile Sat May 30 23:54:51 2015 (r388045)
+++ head/devel/py-game_sdl2/Makefile Sun May 31 02:26:56 2015 (r388046)
@@ -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/c
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
Modified: head/devel/py-game_sdl2/distinfo
==============================================================================
--- head/devel/py-game_sdl2/distinfo Sat May 30 23:54:51 2015 (r388045)
+++ head/devel/py-game_sdl2/distinfo Sun May 31 02:26:56 2015 (r388046)
@@ -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
Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile Sat May 30 23:54:51 2015 (r388045)
+++ head/devel/renpy/Makefile Sun May 31 02:26:56 2015 (r388046)
@@ -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}/c
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 at d81ea29
+ ${FIND} ${WRKSRC}/templates -type d ! -name "saves" -empty | \
+ ${SED} 's,^${WRKSRC}, at 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}
Modified: head/devel/renpy/distinfo
==============================================================================
--- head/devel/renpy/distinfo Sat May 30 23:54:51 2015 (r388045)
+++ head/devel/renpy/distinfo Sun May 31 02:26:56 2015 (r388046)
@@ -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
More information about the svn-ports-all
mailing list