summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-12-21 05:14:04 +0000
committerjbeich <jbeich@FreeBSD.org>2016-12-21 05:14:04 +0000
commit84491eaac76280688d9ff95b68e0ea0ee5368796 (patch)
tree3f2e99560c4e4fe1531664ec6414a19ffa76fc66
parente152b1b5fa9c8248a9573f92998e972dda89febc (diff)
downloadFreeBSD-ports-84491eaac76280688d9ff95b68e0ea0ee5368796.zip
FreeBSD-ports-84491eaac76280688d9ff95b68e0ea0ee5368796.tar.gz
MFH: r428991
devel/py-game_sdl2, devel/renpy: update to 6.99.12 Changes: http://www.renpy.org/latest.html (see Announcement) Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12 Approved by: ports-secteam (junovitch)
-rw-r--r--devel/py-game_sdl2/Makefile2
-rw-r--r--devel/py-game_sdl2/distinfo6
-rw-r--r--devel/renpy/Makefile9
-rw-r--r--devel/renpy/distinfo6
4 files changed, 12 insertions, 11 deletions
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile
index c8404f3..b721f3c 100644
--- a/devel/py-game_sdl2/Makefile
+++ b/devel/py-game_sdl2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= game_sdl2
-PORTVERSION= 6.99.11
+PORTVERSION= 6.99.12
CATEGORIES= devel python
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
GENTOO
diff --git a/devel/py-game_sdl2/distinfo b/devel/py-game_sdl2/distinfo
index 9bbe807..ac60a82 100644
--- a/devel/py-game_sdl2/distinfo
+++ b/devel/py-game_sdl2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473182080
-SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.11.tar.gz) = c25dfc70e97a4f7de0f0329fac087b78b561338505668bf502d4bb95e3d05270
-SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.11.tar.gz) = 2298606
+TIMESTAMP = 1482204080
+SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.tar.gz) = 1c322a01114397190049eab77f7d4e1b43bc98a5128c62114556376585d2f2c9
+SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.tar.gz) = 2291818
diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile
index ef0ca95..94baba2 100644
--- a/devel/renpy/Makefile
+++ b/devel/renpy/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= renpy
-PORTVERSION?= 6.99.11
+PORTVERSION?= 6.99.12
DISTVERSIONSUFFIX=-sdk
PORTREVISION?= 0
CATEGORIES= devel games
@@ -26,10 +26,8 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}game_sdl2>=${PORTVERSION}:devel/py-game_sdl
CONFLICTS_INSTALL?= ${PORTNAME}6-*
-.ifndef PKGNAMESUFFIX
# Upstream tends to reroll distfiles before moving under /release/
-PORTSCOUT= site:http://www.renpy.org/dl/release/
-.endif
+PORTSCOUT?= site:http://www.renpy.org/dl/release/
USES= python:2.7 shebangfix tar:bz2
USE_GL= glew
@@ -70,6 +68,9 @@ LICENSE_FILE_${lic}= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS_${lic}= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
. endfor
+post-extract:
+ @${FIND} ${WRKSRC}/lib ${WRKSRC}/renpy.app -type d -empty -delete
+
.if !target(post-patch)
post-patch:
@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
diff --git a/devel/renpy/distinfo b/devel/renpy/distinfo
index c922baa..15ffe5c 100644
--- a/devel/renpy/distinfo
+++ b/devel/renpy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473182080
-SHA256 (renpy-6.99.11-sdk.tar.bz2) = 2b3944cf070376de3f053fb2bca7a98e0c048f09dd569ca2bf5bf0d565604869
-SIZE (renpy-6.99.11-sdk.tar.bz2) = 57615217
+TIMESTAMP = 1480999861
+SHA256 (renpy-6.99.12-sdk.tar.bz2) = 8a58d1b133c05243e3d43717253ef72319cffbabf8db207717e9d9e0f45a7a93
+SIZE (renpy-6.99.12-sdk.tar.bz2) = 56689673
OpenPOWER on IntegriCloud