diff options
author | araujo <araujo@FreeBSD.org> | 2010-08-10 06:57:44 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2010-08-10 06:57:44 +0800 |
commit | 125e8824bc2f06fa60ac8c5af3084040ddba5137 (patch) | |
tree | 7016f963fda85320505f61a73b24254b91a7e14e /math | |
parent | 798c110286ff2f15e1ec0d1ebca07cf9b66f306f (diff) | |
download | freebsd-ports-gnome-125e8824bc2f06fa60ac8c5af3084040ddba5137.tar.gz freebsd-ports-gnome-125e8824bc2f06fa60ac8c5af3084040ddba5137.tar.zst freebsd-ports-gnome-125e8824bc2f06fa60ac8c5af3084040ddba5137.zip |
- Update to 0.42.0.
PR: ports/149102
Submitted by: Frederic Culot <frederic@culot.org>
Diffstat (limited to 'math')
-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 |