diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 21:33:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 21:33:56 +0000 |
commit | 7f6e1abe0e1c1d69ea5286ccc545509cc5873f53 (patch) | |
tree | 34c999043b23d5425249b9c1e75f34a43cec8703 /security/libtomcrypt | |
parent | 1c0fb2f74dab8135ad66589a00fb1d98db8cc775 (diff) | |
download | ports-7f6e1abe0e1c1d69ea5286ccc545509cc5873f53.tar.gz ports-7f6e1abe0e1c1d69ea5286ccc545509cc5873f53.zip |
- Update to 1.16
PR: ports/107627
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=181893
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 5 | ||||
-rw-r--r-- | security/libtomcrypt/distinfo | 6 | ||||
-rw-r--r-- | security/libtomcrypt/files/patch-makefile | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index f867c6f8eafc..e36a175f0307 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -6,9 +6,10 @@ # PORTNAME= libtomcrypt -PORTVERSION= 1.14 +PORTVERSION= 1.16 CATEGORIES= security -MASTER_SITES= http://libtomcrypt.com/files/ +MASTER_SITES= http://libtom.org/files/ \ + http://www.atarininja.org/~wxs/distfiles/ DISTNAME= crypt-${PORTVERSION} MAINTAINER= wxs@atarininja.org diff --git a/security/libtomcrypt/distinfo b/security/libtomcrypt/distinfo index c443b79e2bf1..9bf2f8c77554 100644 --- a/security/libtomcrypt/distinfo +++ b/security/libtomcrypt/distinfo @@ -1,3 +1,3 @@ -MD5 (crypt-1.14.tar.bz2) = a0b190e516270803c8da1a2198f2ad71 -SHA256 (crypt-1.14.tar.bz2) = 32e9b534f880e393e7df3219c787071b2d2ef016027a460b56390371149a6103 -SIZE (crypt-1.14.tar.bz2) = 1404186 +MD5 (crypt-1.16.tar.bz2) = 85fc60bdfa58f7d19e2f391b6b1903aa +SHA256 (crypt-1.16.tar.bz2) = 56295677d521c7ffccb2d974cba41e6b0b3c9fba1c85d6698aa05a58ec2f59df +SIZE (crypt-1.16.tar.bz2) = 1582263 diff --git a/security/libtomcrypt/files/patch-makefile b/security/libtomcrypt/files/patch-makefile index b9473b735fa6..c1c8fa8207d8 100644 --- a/security/libtomcrypt/files/patch-makefile +++ b/security/libtomcrypt/files/patch-makefile @@ -5,7 +5,7 @@ # Compilation flags. Note the += does not write over the user's CFLAGS! -CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE -+CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE ++CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE -D_WCHAR_T # additional warnings (newer GCC 3.4 and higher) ifdef GCC_34 |