svn commit: r469232 - head/math/freemat

Brooks Davis brooks at FreeBSD.org
Sun May 6 15:49:40 UTC 2018


Author: brooks
Date: Sun May  6 15:49:39 2018
New Revision: 469232
URL: https://svnweb.freebsd.org/changeset/ports/469232

Log:
  Deprecate FreeMAT.
  
  Set the expiration date to just after the 5th anniversary of the last
  release (this should allow it to appear in the 2018Q3 quarterly to allow
  more time for mirgration).
  
  FreeMAT is large and complex software with no sign of upstream
  development (or even list/group traffic).  It is the sole remaining
  dependency on lang/clang33 and devel/llvm33.

Modified:
  head/math/freemat/Makefile

Modified: head/math/freemat/Makefile
==============================================================================
--- head/math/freemat/Makefile	Sun May  6 15:39:46 2018	(r469231)
+++ head/math/freemat/Makefile	Sun May  6 15:49:39 2018	(r469232)
@@ -13,6 +13,9 @@ COMMENT=	Numerical computing environment
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Complex, unmaintained software with obsolete dependencies
+EXPIRATION_DATE=	2018-07-01
+
 BUILD_DEPENDS=	${LOCALBASE}/share/llvm33/cmake/LLVMConfig.cmake:devel/llvm33 \
 		${LOCALBASE}/llvm33/lib/libclang.a:lang/clang33
 LIB_DEPENDS=	libarpack.so:math/arpack			\


More information about the svn-ports-all mailing list