svn commit: r436408 - head/devel/freeocl

Gerald Pfeifer gerald at FreeBSD.org
Sat Mar 18 13:39:13 UTC 2017


Author: gerald
Date: Sat Mar 18 13:39:11 2017
New Revision: 436408
URL: https://svnweb.freebsd.org/changeset/ports/436408

Log:
  Also mark DEPRECATED due to this being "dead" and having an actively
  maintainer replacement with lang/pocl.
  
  Pull in EXPIRATION_DATE to 2017-03-31.
  
  PR:		204393
  Approved by:	maintainer (O. Hartmann <ohartmann at walstatt.org>)

Modified:
  head/devel/freeocl/Makefile

Modified: head/devel/freeocl/Makefile
==============================================================================
--- head/devel/freeocl/Makefile	Sat Mar 18 13:29:56 2017	(r436407)
+++ head/devel/freeocl/Makefile	Sat Mar 18 13:39:11 2017	(r436408)
@@ -14,8 +14,8 @@ COMMENT=	Free Open Computing Language (O
 LICENSE=	LGPL3
 
 BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
+DEPRECATED=	Unfetchable for more than six months (google code has gone away); use lang/pocl instead
+EXPIRATION_DATE=	2017-03-31
 
 BROKEN_powerpc64=	Does not build
 


More information about the svn-ports-all mailing list