diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2006-03-18 09:14:24 +0800 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2006-03-18 09:14:24 +0800 |
commit | 7a6bd03a3e055dc8d2bc06d34a9f7e150136be60 (patch) | |
tree | 1bc3d426bdc33ef65656705c28d66e0507d56e29 /security/libtomcrypt | |
parent | f9cad2357532d6764112da01f9a3d9b1aa48c2a6 (diff) | |
download | freebsd-ports-gnome-7a6bd03a3e055dc8d2bc06d34a9f7e150136be60.tar.gz freebsd-ports-gnome-7a6bd03a3e055dc8d2bc06d34a9f7e150136be60.tar.zst freebsd-ports-gnome-7a6bd03a3e055dc8d2bc06d34a9f7e150136be60.zip |
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 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 6 | ||||
-rw-r--r-- | security/libtomcrypt/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
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 |