diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-01 09:00:47 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-01 09:00:47 +0800 |
commit | 2368b71e574016452e41819a5d6c8f0c7c150845 (patch) | |
tree | 08c76a444f9f106459092c29f24d3d5a0da82af1 /math | |
parent | b3776c0de8ad908f50f570bfa7e5417544066cb4 (diff) | |
download | freebsd-ports-gnome-2368b71e574016452e41819a5d6c8f0c7c150845.tar.gz freebsd-ports-gnome-2368b71e574016452e41819a5d6c8f0c7c150845.tar.zst freebsd-ports-gnome-2368b71e574016452e41819a5d6c8f0c7c150845.zip |
- Update to 6.1.2
- Reset maintainership to ports@FreeBSD.org
PR: ports/109560
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'math')
-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 |