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 /security/libtomcrypt | |
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 '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 e1a8dcd..4247af0 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 4bacfaf..52c0462 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 |