aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2006-03-18 01:14:24 +0000
committerColin Percival <cperciva@FreeBSD.org>2006-03-18 01:14:24 +0000
commit7a6bd03a3e055dc8d2bc06d34a9f7e150136be60 (patch)
tree1bc3d426bdc33ef65656705c28d66e0507d56e29
parentf9cad2357532d6764112da01f9a3d9b1aa48c2a6 (diff)
downloadports-7a6bd03a3e055dc8d2bc06d34a9f7e150136be60.tar.gz
ports-7a6bd03a3e055dc8d2bc06d34a9f7e150136be60.zip
Notes
-rw-r--r--math/libtommath/Makefile3
-rw-r--r--math/libtommath/pkg-descr2
-rw-r--r--math/tomsfastmath/Makefile3
-rw-r--r--math/tomsfastmath/pkg-descr2
-rw-r--r--security/libtomcrypt/Makefile6
-rw-r--r--security/libtomcrypt/pkg-descr2
6 files changed, 7 insertions, 11 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
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile
index aeb840f2e77f..f3a265424f38 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 7621b58a7529..caf72953f400 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
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile
index e1a8dcdc948a..4247af085a12 100644
--- a/security/libtomcrypt/Makefile
+++ b/security/libtomcrypt/Makefile
@@ -8,12 +8,10 @@
PORTNAME= libtomcrypt
PORTVERSION= 1.09
CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= cperciva/libtom
+MASTER_SITES= http://libtomcrypt.com/files/
DISTNAME= crypt-${PORTVERSION}
-PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR= cperciva/libtom
+PATCH_SITES= http://libtomcrypt.com/files/patch-1.09/
PATCHFILES= lrw_process.c.patch
MAINTAINER= wxs@csh.rit.edu
diff --git a/security/libtomcrypt/pkg-descr b/security/libtomcrypt/pkg-descr
index 4bacfafe18de..52c0462edb26 100644
--- a/security/libtomcrypt/pkg-descr
+++ b/security/libtomcrypt/pkg-descr
@@ -2,4 +2,4 @@ LibTomCrypt is a portable ANSI C cryptographic library that supports symmetric
ciphers, one-way hashes, pseudo-random number generators, public key
cryptography (via RSA,DH or ECC/DH) and a plethora of support routines.
-WWW: http://www.libtomcrypt.org
+WWW: http://www.libtomcrypt.com