diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-13 14:59:16 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-13 14:59:16 +0000 |
commit | c5da8e38b6f7a07d8cfdd3bf545e654ad1e9c7b1 (patch) | |
tree | 4820348e99323643c21a769f1b6790a7c57dbc18 /security | |
parent | 56e35e1035fabbeb57189442b75ec441e69c3053 (diff) | |
download | ports-c5da8e38b6f7a07d8cfdd3bf545e654ad1e9c7b1.tar.gz ports-c5da8e38b6f7a07d8cfdd3bf545e654ad1e9c7b1.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/libtomcrypt/Makefile | 4 | ||||
-rw-r--r-- | security/libtomcrypt/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 711a190502b5..7feea77216dc 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtomcrypt -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= security MASTER_SITES= http://libtomcrypt.com/files/ DISTNAME= crypt-${PORTVERSION} @@ -32,7 +32,7 @@ OPTIONS= DOCS "build documentation (depends on teTeX)" off \ .include <bsd.port.pre.mk> .if defined(WITHOUT_LIBTOMMATH) && !defined(WITH_TOMSFASTMATH) && !defined(WITH_GMP) -IGNORE= you must choose at least LibTomMath, TomsFastMath, or GMP (or all three) +IGNORE= requires LibTomMath, TomsFastMath, or GMP (or all three) .endif .if !defined(WITHOUT_LIBTOMMATH) diff --git a/security/libtomcrypt/distinfo b/security/libtomcrypt/distinfo index 8de998b39e9e..d5d831b346ee 100644 --- a/security/libtomcrypt/distinfo +++ b/security/libtomcrypt/distinfo @@ -1,3 +1,3 @@ -MD5 (crypt-1.12.tar.bz2) = 0a018c0a84deea104bbc21d566f142fc -SHA256 (crypt-1.12.tar.bz2) = 3001f79f26d3e70ae52e3f752c506aec1159c5efdcc43ca970cbfc7904c50907 -SIZE (crypt-1.12.tar.bz2) = 1393191 +MD5 (crypt-1.13.tar.bz2) = 88f8501f9679e8f27f52a5d459b0737b +SHA256 (crypt-1.13.tar.bz2) = 964ae6d306c1d562413b4b6d1593903e1ff5d3e90a29ffc6dc74f3e0cedee5e0 +SIZE (crypt-1.13.tar.bz2) = 1396963 |