diff options
author | brooks <brooks@FreeBSD.org> | 2018-05-06 23:49:39 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2018-05-06 23:49:39 +0800 |
commit | 0238557edfaa2bccf6c19b470cf4a4540ab8a2d2 (patch) | |
tree | 8ab158bdc1e77721711573a3c7419842f7c9fdd4 /math/freemat | |
parent | 29fa3acd9cdba460fd260a5abd11c0cc17223e38 (diff) | |
download | freebsd-ports-gnome-0238557edfaa2bccf6c19b470cf4a4540ab8a2d2.tar.gz freebsd-ports-gnome-0238557edfaa2bccf6c19b470cf4a4540ab8a2d2.tar.zst freebsd-ports-gnome-0238557edfaa2bccf6c19b470cf4a4540ab8a2d2.zip |
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.
Diffstat (limited to 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 1649d425f243..3456fb92e5ad 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -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 \ |