diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-08-09 22:57:44 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-08-09 22:57:44 +0000 |
commit | bf026995fe085940b785ee5e23b7f44dd5a92e90 (patch) | |
tree | efb52cfbf20fcd685f13f1d16e3ea2423cf585a3 /math/libtommath | |
parent | b609d3f225b9f8fea870ee980f3ee73ff4814db5 (diff) | |
download | ports-bf026995fe085940b785ee5e23b7f44dd5a92e90.tar.gz ports-bf026995fe085940b785ee5e23b7f44dd5a92e90.zip |
- Update to 0.42.0.
PR: ports/149102
Submitted by: Frederic Culot <frederic@culot.org>
Notes
Notes:
svn path=/head/; revision=259029
Diffstat (limited to 'math/libtommath')
-rw-r--r-- | math/libtommath/Makefile | 5 | ||||
-rw-r--r-- | math/libtommath/distinfo | 6 | ||||
-rw-r--r-- | math/libtommath/files/patch-makefile | 8 | ||||
-rw-r--r-- | math/libtommath/pkg-descr | 2 |
4 files changed, 10 insertions, 11 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index fd06b01442e5..7067681409d1 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -6,10 +6,9 @@ # PORTNAME= libtommath -PORTVERSION= 0.41 +PORTVERSION= 0.42.0 CATEGORIES= math -MASTER_SITES= http://libtom.org/files/ \ - http://www.atarininja.org/~wxs/distfiles/ +MASTER_SITES= http://libtom.org/files/ DISTNAME= ltm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/math/libtommath/distinfo b/math/libtommath/distinfo index b9545dd83dc9..dca3fa55f6e5 100644 --- a/math/libtommath/distinfo +++ b/math/libtommath/distinfo @@ -1,3 +1,3 @@ -MD5 (ltm-0.41.tar.bz2) = 96fafb55f86be27490957b89dea7b31b -SHA256 (ltm-0.41.tar.bz2) = 8e397fc42a12f520ea50c29e477a8768a6f974af2470636f6f807141c13a240c -SIZE (ltm-0.41.tar.bz2) = 1972854 +MD5 (ltm-0.42.0.tar.bz2) = 7380da904b020301be7045cb3a89039b +SHA256 (ltm-0.42.0.tar.bz2) = 7b5c258304c34ac5901cfddb9f809b9b3b8ac7d04f700cf006ac766a923eb217 +SIZE (ltm-0.42.0.tar.bz2) = 1968961 diff --git a/math/libtommath/files/patch-makefile b/math/libtommath/files/patch-makefile index e7b8edc00a88..3cdf61f9dedd 100644 --- a/math/libtommath/files/patch-makefile +++ b/math/libtommath/files/patch-makefile @@ -1,6 +1,6 @@ ---- makefile.orig Mon Aug 1 12:34:44 2005 -+++ makefile Wed Aug 31 15:19:42 2005 -@@ -10,7 +10,7 @@ +--- makefile.bak 2010-07-30 12:05:21.219322050 +0200 ++++ makefile 2010-07-30 12:07:19.588144344 +0200 +@@ -14,7 +14,7 @@ ifndef IGNORE_SPEED #for speed @@ -9,7 +9,7 @@ #for size #CFLAGS += -Os -@@ -48,9 +48,9 @@ +@@ -53,9 +53,9 @@ #INCPATH-The directory to install the header files for libtommath. #DATAPATH-The directory to install the pdf docs. DESTDIR= diff --git a/math/libtommath/pkg-descr b/math/libtommath/pkg-descr index 8aa3acc3c70d..fa6528272ce3 100644 --- a/math/libtommath/pkg-descr +++ b/math/libtommath/pkg-descr @@ -2,4 +2,4 @@ LibTomMath provides highly optimized and portable routines for a vast majority of integer based number theoretic applications (including public key cryptography). -WWW: http://math.libtomcrypt.com +WWW: http://libtom.org |