aboutsummaryrefslogtreecommitdiff
path: root/devel/renpy/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-12-21 05:14:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-12-21 05:14:04 +0000
commitf1e43ce832f7c1a2861087880c7af54b3e42e690 (patch)
tree3f2e99560c4e4fe1531664ec6414a19ffa76fc66 /devel/renpy/Makefile
parent82dcb78387cf81c11eeab498e6242318f5e341e2 (diff)
downloadports-f1e43ce832f7c1a2861087880c7af54b3e42e690.tar.gz
ports-f1e43ce832f7c1a2861087880c7af54b3e42e690.zip
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)
Notes
Notes: svn path=/branches/2016Q4/; revision=429040
Diffstat (limited to 'devel/renpy/Makefile')
-rw-r--r--devel/renpy/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile
index ef0ca95a52c7..94baba26d13a 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},' \