Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/libtomcrypt/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 19 Sep 2006 15:48:07 -0000 1.19 +++ Makefile 6 Jan 2007 19:11:25 -0000 @@ -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 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/libtomcrypt/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 19 Sep 2006 15:48:07 -0000 1.14 +++ distinfo 6 Jan 2007 19:11:25 -0000 @@ -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 Index: files/patch-makefile =================================================================== RCS file: /home/ncvs/ports/security/libtomcrypt/files/patch-makefile,v retrieving revision 1.6 diff -u -r1.6 patch-makefile --- files/patch-makefile 3 Dec 2005 19:30:14 -0000 1.6 +++ files/patch-makefile 6 Jan 2007 19:11:25 -0000 @@ -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