diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-07-24 20:50:26 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-07-24 20:50:26 +0000 |
commit | 6332f8daa0206598d40bb61e5b3277094718cc2f (patch) | |
tree | 7d6c18d13e1fe74755261332d55852054f823f2a /math | |
parent | Update to 3.13.13: (diff) |
Deprecate these ports as upstream has abandoned them for a while now.
Set expiration date for one month from now.
Notes
Notes:
svn path=/head/; revision=301493
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> |