1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- security/libtomcrypt is up to 1.13 now. The attached patch updates the

port and makes the IGNORE string read properly.

PR:		ports/100210
Submitted by:	maintainer (Wesley Shields)
This commit is contained in:
Cheng-Lung Sung 2006-07-13 14:59:16 +00:00
parent 56e35e1035
commit c5da8e38b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167694
2 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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