diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-03-18 01:14:24 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-03-18 01:14:24 +0000 |
commit | b757ccc47e247723b5d7ce82925ce640c05912bc (patch) | |
tree | 8548780bb4cb01e8ad1f95b0dfac1995d9377b40 /math/tomsfastmath | |
parent | fb44932f8b4590d30aa417e264d774072a6b7d08 (diff) | |
download | FreeBSD-ports-b757ccc47e247723b5d7ce82925ce640c05912bc.zip FreeBSD-ports-b757ccc47e247723b5d7ce82925ce640c05912bc.tar.gz |
Libtom* is back online at libtomcrypt.com. Point the ports back at
Tom's web server instead of fetching distfiles from freebsd.org.
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r-- | math/tomsfastmath/Makefile | 3 | ||||
-rw-r--r-- | math/tomsfastmath/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index aeb840f..f3a2654 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -8,8 +8,7 @@ PORTNAME= tomsfastmath PORTVERSION= 0.08 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= cperciva/libtom +MASTER_SITES= http://libtomcrypt.com/tfm/files/ DISTNAME= tfm-${PORTVERSION} MAINTAINER= wxs@csh.rit.edu diff --git a/math/tomsfastmath/pkg-descr b/math/tomsfastmath/pkg-descr index 7621b58..caf7295 100644 --- a/math/tomsfastmath/pkg-descr +++ b/math/tomsfastmath/pkg-descr @@ -1,4 +1,4 @@ TomsFastMath is a portable fixed precision math library designed for very fast exponentiations. -WWW: http://www.libtomcrypt.org/tfm +WWW: http://www.libtomcrypt.com/tfm |