Date: Sun, 6 May 2018 15:49:39 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469232 - head/math/freemat Message-ID: <201805061549.w46Fnd76041170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805061549.w46Fnd76041170>