svn commit: r459038 - head/devel/renpy
Jan Beich
jbeich at FreeBSD.org
Mon Jan 15 11:59:42 UTC 2018
Author: jbeich
Date: Mon Jan 15 11:59:41 2018
New Revision: 459038
URL: https://svnweb.freebsd.org/changeset/ports/459038
Log:
devel/renpy: drop oldtutorial in favor of renpy6
It's not shown in the launcher, anyway.
Modified:
head/devel/renpy/Makefile (contents, props changed)
Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile Mon Jan 15 11:58:56 2018 (r459037)
+++ head/devel/renpy/Makefile Mon Jan 15 11:59:41 2018 (r459038)
@@ -3,7 +3,7 @@
PORTNAME= renpy
PORTVERSION?= 6.99.14
DISTVERSIONSUFFIX=-sdk
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel games
MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/
@@ -60,9 +60,6 @@ DIST_DESC= Distribution runtimes for Windows, OS X, Li
DIST_VARS= LICENSE+="ART20 PSFL" \
PORTDATA+="lib renpy.app renpy.exe renpy.sh"
EXAMPLES_VARS= PORTDATA+="the_question tutorial"
-.ifndef PKGNAMESUFFIX
-EXAMPLES_VARS+= PORTDATA+="oldtutorial"
-.endif
TKINTER_DESC= Install Tkinter to allow choosing Projects Directory
TKINTER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${FLAVOR}
More information about the svn-ports-all
mailing list