diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-01 01:00:47 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-01 01:00:47 +0000 |
commit | e50b0c2fe906570cf8325a9a07cdfda04be95b89 (patch) | |
tree | 7ebc2c99bab240815b00f6239f89a95abc692057 /math/gmp-ecm | |
parent | 3432302a7728efea4c3f408f7039cf3de81f6d8b (diff) |
Notes
Diffstat (limited to 'math/gmp-ecm')
-rw-r--r-- | math/gmp-ecm/Makefile | 8 | ||||
-rw-r--r-- | math/gmp-ecm/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile index dd8a92460b3a..3094576c2114 100644 --- a/math/gmp-ecm/Makefile +++ b/math/gmp-ecm/Makefile @@ -6,15 +6,15 @@ # PORTNAME= gmp-ecm -PORTVERSION= 6.1 +PORTVERSION= 6.1.2 CATEGORIES= math -MASTER_SITES= http://gforge.inria.fr/frs/download.php/736/ +MASTER_SITES= http://gforge.inria.fr/frs/download.php/1498/ DISTNAME= ecm-${PORTVERSION} -MAINTAINER= gslin@gslin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Elliptic Curve Method for Integer Factorization -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gmp=${LOCALBASE} diff --git a/math/gmp-ecm/distinfo b/math/gmp-ecm/distinfo index f0923fe56b41..116b5bd30357 100644 --- a/math/gmp-ecm/distinfo +++ b/math/gmp-ecm/distinfo @@ -1,3 +1,3 @@ -MD5 (ecm-6.1.tar.gz) = 9899caf707fe3c7c77a7a5f1861d9098 -SHA256 (ecm-6.1.tar.gz) = 53d70b6105b794612fdf60e4681be76a09cbdfb663100233d96e9b89f8788933 -SIZE (ecm-6.1.tar.gz) = 425346 +MD5 (ecm-6.1.2.tar.gz) = 483124c396f7709d7f52d0e45b428574 +SHA256 (ecm-6.1.2.tar.gz) = 8af2e26f54b39927b6672ad0cbb46601de1f0276de4c2fa4d0c615583bb49916 +SIZE (ecm-6.1.2.tar.gz) = 388248 |