Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 16:15:37 +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: r371873 - head/games/djgame2
Message-ID:  <201410311615.s9VGFbrL014337@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct 31 16:15:36 2014
New Revision: 371873
URL: https://svnweb.freebsd.org/changeset/ports/371873
QAT: https://qat.redports.org/buildarchive/r371873/

Log:
  - Fix invalid date
  
  Noticed by:	Dan Langille

Modified:
  head/games/djgame2/Makefile

Modified: head/games/djgame2/Makefile
==============================================================================
--- head/games/djgame2/Makefile	Fri Oct 31 16:11:33 2014	(r371872)
+++ head/games/djgame2/Makefile	Fri Oct 31 16:15:36 2014	(r371873)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.GPL
 
 BROKEN=		Online servers gone, game is not playable
 DEPRECATED=	Online servers gone, game is not playable
-EXPIRATION_DATE=2014-11-31
+EXPIRATION_DATE=2014-12-01
 
 USE_QT4=	gui qt3support qmake_build uic_build rcc_build moc_build svg
 USES=		dos2unix zip



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