svn commit: r452579 - head/games/linux-rtcw

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 21 09:12:26 UTC 2017


Author: tobik
Date: Sat Oct 21 09:12:24 2017
New Revision: 452579
URL: https://svnweb.freebsd.org/changeset/ports/452579

Log:
  Mark games/linux-rtcw as deprecated.
  
  It doesn't work correctly [1] and we have a native version in games/iortcw.
  
  [1] https://forums.freebsd.org/threads/61621/

Modified:
  head/games/linux-rtcw/Makefile

Modified: head/games/linux-rtcw/Makefile
==============================================================================
--- head/games/linux-rtcw/Makefile	Sat Oct 21 09:04:24 2017	(r452578)
+++ head/games/linux-rtcw/Makefile	Sat Oct 21 09:12:24 2017	(r452579)
@@ -13,6 +13,9 @@ EXTRACT_SUFX=	.run
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Return to Castle Wolfenstein (Linux version)
 
+DEPRECATED=	Use the native and open source games/iortcw instead
+EXPIRATION_DATE=	2017-11-30
+
 USES=		linux makeself
 USE_LINUX=	dri xorglibs
 NO_WRKSUBDIR=	yes


More information about the svn-ports-all mailing list