Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 23:37:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544114 - in head: games/diameter games/funnyboat games/jumpnbump games/kiki games/lightyears games/outerspace graphics/gimp-resynthesizer
Message-ID:  <202008032337.073NbPXe057605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug  3 23:37:25 2020
New Revision: 544114
URL: https://svnweb.freebsd.org/changeset/ports/544114

Log:
  Move deprecation of my python2 ports to September - being on vacation, need some more time to fix them

Modified:
  head/games/diameter/Makefile
  head/games/funnyboat/Makefile
  head/games/jumpnbump/Makefile
  head/games/kiki/Makefile
  head/games/lightyears/Makefile
  head/games/outerspace/Makefile
  head/graphics/gimp-resynthesizer/Makefile

Modified: head/games/diameter/Makefile
==============================================================================
--- head/games/diameter/Makefile	Mon Aug  3 23:28:22 2020	(r544113)
+++ head/games/diameter/Makefile	Mon Aug  3 23:37:25 2020	(r544114)
@@ -11,7 +11,7 @@ MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Arcade-style game with elements of economy and adventure
 
 DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
+EXPIRATION_DATE=	2020-09-15
 
 BROKEN_armv6=		fails to compile: res/3dsloader.cpp:77:15: comparison between pointer and integer ('char *' and 'int')
 BROKEN_armv7=		fails to compile: res/3dsloader.cpp:77:15: comparison between pointer and integer ('char *' and 'int')

Modified: head/games/funnyboat/Makefile
==============================================================================
--- head/games/funnyboat/Makefile	Mon Aug  3 23:28:22 2020	(r544113)
+++ head/games/funnyboat/Makefile	Mon Aug  3 23:37:25 2020	(r544114)
@@ -17,7 +17,7 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSE-CODE.txt
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MEDIA.txt
 
 DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
+EXPIRATION_DATE=	2020-09-15
 
 RUN_DEPENDS=	${PYGAME}
 

Modified: head/games/jumpnbump/Makefile
==============================================================================
--- head/games/jumpnbump/Makefile	Mon Aug  3 23:28:22 2020	(r544113)
+++ head/games/jumpnbump/Makefile	Mon Aug  3 23:37:25 2020	(r544114)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
+EXPIRATION_DATE=	2020-09-15
 
 USES=		compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2
 SHEBANG_FILES=	${WRKSRC}/menu/jumpnbump_menu.py.pre

Modified: head/games/kiki/Makefile
==============================================================================
--- head/games/kiki/Makefile	Mon Aug  3 23:28:22 2020	(r544113)
+++ head/games/kiki/Makefile	Mon Aug  3 23:37:25 2020	(r544114)
@@ -12,7 +12,7 @@ MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Kiki the nanobot is a 3-D puzzle game
 
 DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
+EXPIRATION_DATE=	2020-09-15
 
 BUILD_DEPENDS=	swig:devel/swig
 

Modified: head/games/lightyears/Makefile
==============================================================================
--- head/games/lightyears/Makefile	Mon Aug  3 23:28:22 2020	(r544113)
+++ head/games/lightyears/Makefile	Mon Aug  3 23:37:25 2020	(r544114)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
+EXPIRATION_DATE=	2020-09-15
 
 RUN_DEPENDS=	${PYGAME}
 

Modified: head/games/outerspace/Makefile
==============================================================================
--- head/games/outerspace/Makefile	Mon Aug  3 23:28:22 2020	(r544113)
+++ head/games/outerspace/Makefile	Mon Aug  3 23:37:25 2020	(r544114)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
+EXPIRATION_DATE=	2020-09-15
 
 RUN_DEPENDS=	${PYGAME}
 

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Mon Aug  3 23:28:22 2020	(r544113)
+++ head/graphics/gimp-resynthesizer/Makefile	Mon Aug  3 23:37:25 2020	(r544114)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2+ # though COPYING has GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
+EXPIRATION_DATE=	2020-09-15
 
 RUN_DEPENDS=	${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp
 BUILD_DEPENDS=	intltool-extract:textproc/intltool



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