Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2020 11:49:33 +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: r528029 - in head/games: katawa-shoujo renpy renpy6
Message-ID:  <202003081149.028BnXrS066150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Mar  8 11:49:33 2020
New Revision: 528029
URL: https://svnweb.freebsd.org/changeset/ports/528029

Log:
  games/renpy: bump expiration for master port
  
  Upstream is working on Python 3 support for RenPy 7. However, RenPy 6
  may need to be retired, so propagate the warning to the only consumer.

Modified:
  head/games/katawa-shoujo/Makefile   (contents, props changed)
  head/games/renpy/Makefile   (contents, props changed)
  head/games/renpy6/Makefile   (contents, props changed)

Modified: head/games/katawa-shoujo/Makefile
==============================================================================
--- head/games/katawa-shoujo/Makefile	Sun Mar  8 11:46:21 2020	(r528028)
+++ head/games/katawa-shoujo/Makefile	Sun Mar  8 11:49:33 2020	(r528029)
@@ -19,6 +19,9 @@ COMMENT=	Bishoujo-style visual novel about disabled ad
 
 LICENSE=	CC-BY-NC-ND-3.0
 
+DEPRECATED=	Uses deprecated version of RenPy
+EXPIRATION_DATE=	2020-08-15
+
 RUN_DEPENDS=	renpy6<6.99.11:games/renpy6
 
 USES=		tar:bz2

Modified: head/games/renpy/Makefile
==============================================================================
--- head/games/renpy/Makefile	Sun Mar  8 11:46:21 2020	(r528028)
+++ head/games/renpy/Makefile	Sun Mar  8 11:49:33 2020	(r528029)
@@ -16,8 +16,10 @@ LICENSE_NAME_DejaVu=	Bitstream Vera and Arev fonts lic
 LICENSE_FILE_DejaVu=	${WRKSRC}/renpy/common/DejaVuSans.txt
 LICENSE_PERMS_DejaVu=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
+# Extend expiration if lang/python27 is also extended
+# https://github.com/renpy/renpy/issues/2003
+DEPRECATED?=	Uses deprecated version of python
+EXPIRATION_DATE?=	2020-12-31
 
 BUILD_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}game_sdl2>0:devel/py-game_sdl2@${PY_FLAVOR}
 LIB_DEPENDS=	libfribidi.so:converters/fribidi \

Modified: head/games/renpy6/Makefile
==============================================================================
--- head/games/renpy6/Makefile	Sun Mar  8 11:46:21 2020	(r528028)
+++ head/games/renpy6/Makefile	Sun Mar  8 11:49:33 2020	(r528029)
@@ -10,6 +10,9 @@ MASTERDIR=	${.CURDIR}/../renpy
 PATCHDIR=	${.CURDIR}/files
 DISTINFO_FILE=	${.CURDIR}/distinfo
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-08-15
+
 PORTSCOUT=	limit:^6\.18\.*
 
 BUILD_DEPENDS=	${PYGAME}



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