diff options
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 f8ad2d5ee596..b96be0ddfbe6 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 9cd70bdc45e5..8aa3acc3c70d 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 |