svn commit: r540881 - head/games/gemrb

Tobias Kortkamp tobik at FreeBSD.org
Tue Jun 30 09:47:04 UTC 2020


Author: tobik
Date: Tue Jun 30 09:47:03 2020
New Revision: 540881
URL: https://svnweb.freebsd.org/changeset/ports/540881

Log:
  games/gemrb: Set a more reasonable expiration date
  
  This is a leaf port that rmport can trivially remove.  No need to
  do it too early.

Modified:
  head/games/gemrb/Makefile

Modified: head/games/gemrb/Makefile
==============================================================================
--- head/games/gemrb/Makefile	Tue Jun 30 09:46:11 2020	(r540880)
+++ head/games/gemrb/Makefile	Tue Jun 30 09:47:03 2020	(r540881)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
+EXPIRATION_DATE=	2020-12-15
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis \


More information about the svn-ports-all mailing list