diff options
author | wxs <wxs@FreeBSD.org> | 2012-07-25 04:50:26 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-07-25 04:50:26 +0800 |
commit | a1a09c686c0e0f20afbb60089f644c0be79cb074 (patch) | |
tree | 7d6c18d13e1fe74755261332d55852054f823f2a /math | |
parent | fccd3cdd2d1c2059129126f884a7ac232cd02bae (diff) | |
download | freebsd-ports-gnome-a1a09c686c0e0f20afbb60089f644c0be79cb074.tar.gz freebsd-ports-gnome-a1a09c686c0e0f20afbb60089f644c0be79cb074.tar.zst freebsd-ports-gnome-a1a09c686c0e0f20afbb60089f644c0be79cb074.zip |
Deprecate these ports as upstream has abandoned them for a while now.
Set expiration date for one month from now.
Diffstat (limited to 'math')
-rw-r--r-- | math/libtommath/Makefile | 3 | ||||
-rw-r--r-- | math/tomsfastmath/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index 7067681409d1..a197d2115f15 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -21,6 +21,9 @@ USE_GMAKE= yes ALL_TARGET= default MAKE_JOBS_SAFE= yes +DEPRECATED= Upstream has abandoned the project. +EXPIRATION_DATE= 2012-08-24 + PLIST_FILES= include/tommath.h include/tommath_class.h \ include/tommath_superclass.h lib/libtommath.a diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 5a18171f38ac..9a1905308a69 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -24,6 +24,9 @@ USE_GMAKE= yes ALL_TARGET= default MAKE_JOBS_SAFE= yes +DEPRECATED= Upstream abandoned this project. +EXPIRATION_DATE= 2012-08-24 + PLIST_FILES= include/tfm.h lib/libtfm.a .include <bsd.port.pre.mk> |