summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2012-07-31 02:22:22 +0000
committerWesley Shields <wxs@FreeBSD.org>2012-07-31 02:22:22 +0000
commitd24c720e93f43b9573acf3987bec3671201e71f7 (patch)
treeea0b7e0b8f3365a530a2654f1032bafcb5ea26d6 /math
parent- Update to 0.4.7 (diff)
Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online.
Notes
Notes: svn path=/head/; revision=301772
Diffstat (limited to 'math')
-rw-r--r--math/libtommath/Makefile3
-rw-r--r--math/tomsfastmath/Makefile7
2 files changed, 1 insertions, 9 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index a197d2115f15..7067681409d1 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -21,9 +21,6 @@ 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 9a1905308a69..1e4e7ff651c2 100644
--- a/math/tomsfastmath/Makefile
+++ b/math/tomsfastmath/Makefile
@@ -8,9 +8,7 @@
PORTNAME= tomsfastmath
PORTVERSION= 0.12
CATEGORIES= math
-MASTER_SITES= http://libtom.org/files/ \
- http://www.atarininja.org/~wxs/distfiles/ \
- ${MASTER_SITE_LOCAL}
+MASTER_SITES= http://libtom.org/files/
MASTER_SITE_SUBDIR= miwi
DISTNAME= tfm-${PORTVERSION}
@@ -24,9 +22,6 @@ 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>