Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 11:59:41 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459038 - head/devel/renpy
Message-ID:  <201801151159.w0FBxfEW023577@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801151159.w0FBxfEW023577>