View | Details | Raw Unified | Return to bug 149102
Collapse All | Expand All

(-)libtommath/Makefile (-3 / +2 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtommath
8
PORTNAME=	libtommath
9
PORTVERSION=	0.41
9
PORTVERSION=	0.42.0
10
CATEGORIES=	math
10
CATEGORIES=	math
11
MASTER_SITES=	http://libtom.org/files/ \
11
MASTER_SITES=	http://libtom.org/files/
12
		http://www.atarininja.org/~wxs/distfiles/
13
DISTNAME=	ltm-${PORTVERSION}
12
DISTNAME=	ltm-${PORTVERSION}
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
(-)libtommath/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ltm-0.41.tar.bz2) = 96fafb55f86be27490957b89dea7b31b
1
MD5 (ltm-0.42.0.tar.bz2) = 7380da904b020301be7045cb3a89039b
2
SHA256 (ltm-0.41.tar.bz2) = 8e397fc42a12f520ea50c29e477a8768a6f974af2470636f6f807141c13a240c
2
SHA256 (ltm-0.42.0.tar.bz2) = 7b5c258304c34ac5901cfddb9f809b9b3b8ac7d04f700cf006ac766a923eb217
3
SIZE (ltm-0.41.tar.bz2) = 1972854
3
SIZE (ltm-0.42.0.tar.bz2) = 1968961
(-)libtommath/files/patch-makefile (-4 / +4 lines)
Lines 1-6 Link Here
1
--- makefile.orig	Mon Aug  1 12:34:44 2005
1
--- makefile.bak	2010-07-30 12:05:21.219322050 +0200
2
+++ makefile	Wed Aug 31 15:19:42 2005
2
+++ makefile	2010-07-30 12:07:19.588144344 +0200
3
@@ -10,7 +10,7 @@
3
@@ -14,7 +14,7 @@
4
 ifndef IGNORE_SPEED
4
 ifndef IGNORE_SPEED
5
 
5
 
6
 #for speed 
6
 #for speed 
Lines 9-15 Link Here
9
 
9
 
10
 #for size 
10
 #for size 
11
 #CFLAGS += -Os
11
 #CFLAGS += -Os
12
@@ -48,9 +48,9 @@
12
@@ -53,9 +53,9 @@
13
 #INCPATH-The directory to install the header files for libtommath.
13
 #INCPATH-The directory to install the header files for libtommath.
14
 #DATAPATH-The directory to install the pdf docs.
14
 #DATAPATH-The directory to install the pdf docs.
15
 DESTDIR=
15
 DESTDIR=
(-)libtommath/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
majority of integer based number theoretic applications (including
2
majority of integer based number theoretic applications (including
3
public key cryptography).
3
public key cryptography).
4
4
5
WWW: http://math.libtomcrypt.com
5
WWW: http://libtom.org

Return to bug 149102