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/libtommath | |
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/libtommath')
-rw-r--r-- | math/libtommath/Makefile | 3 | ||||
-rw-r--r-- | math/libtommath/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index f8ad2d5..b96be0d 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -8,8 +8,7 @@ PORTNAME= libtommath PORTVERSION= 0.38 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= cperciva/libtom +MASTER_SITES= http://math.libtomcrypt.com/files/ DISTNAME= ltm-${PORTVERSION} MAINTAINER= wxs@csh.rit.edu diff --git a/math/libtommath/pkg-descr b/math/libtommath/pkg-descr index 9cd70bd..8aa3acc 100644 --- a/math/libtommath/pkg-descr +++ b/math/libtommath/pkg-descr @@ -2,4 +2,4 @@ LibTomMath provides highly optimized and portable routines for a vast majority of integer based number theoretic applications (including public key cryptography). -WWW: http://math.libtomcrypt.org +WWW: http://math.libtomcrypt.com |