diff options
Diffstat (limited to 'security')
-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 |