diff options
author | bapt <bapt@FreeBSD.org> | 2010-08-04 04:33:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-08-04 04:33:06 +0800 |
commit | c05c4dab86191592bc799e64e550529e324e72f2 (patch) | |
tree | bd3f45fae816b44a62bb02cf2456e6502193d007 /math/gmp-ecm | |
parent | 02f58d351868de7f7f6e7eabee78f48df08fb892 (diff) | |
download | freebsd-ports-gnome-c05c4dab86191592bc799e64e550529e324e72f2.tar.gz freebsd-ports-gnome-c05c4dab86191592bc799e64e550529e324e72f2.tar.zst freebsd-ports-gnome-c05c4dab86191592bc799e64e550529e324e72f2.zip |
- Update to 6.3
- Submitter is now maintainer
- Add license
PR: ports/149054
Submitted by: Frederic Culot <frederic _at_ culot.org> (maintainer)
Approved by: tabthorpe@ (co-mentor)
Diffstat (limited to 'math/gmp-ecm')
-rw-r--r-- | math/gmp-ecm/Makefile | 9 | ||||
-rw-r--r-- | math/gmp-ecm/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile index 98d0bf6a2007..da4e570c0d4d 100644 --- a/math/gmp-ecm/Makefile +++ b/math/gmp-ecm/Makefile @@ -6,16 +6,19 @@ # PORTNAME= gmp-ecm -PORTVERSION= 6.2.3 +PORTVERSION= 6.3 CATEGORIES= math -MASTER_SITES= https://gforge.inria.fr/frs/download.php/22124/ +MASTER_SITES= https://gforge.inria.fr/frs/download.php/26838/ DISTNAME= ecm-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= frederic@culot.org COMMENT= Elliptic Curve Method for Integer Factorization LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi + USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_prog_XSLTPROC=no \ diff --git a/math/gmp-ecm/distinfo b/math/gmp-ecm/distinfo index b73dc0de8739..6d0eadd17db9 100644 --- a/math/gmp-ecm/distinfo +++ b/math/gmp-ecm/distinfo @@ -1,3 +1,3 @@ -MD5 (ecm-6.2.3.tar.gz) = d8cca3784857aabfea9b3c9b0926c593 -SHA256 (ecm-6.2.3.tar.gz) = 1701bf036a1dfe447cafa7d69af035c17bc4a0822209e89b9187f25dfe829cc7 -SIZE (ecm-6.2.3.tar.gz) = 761357 +MD5 (ecm-6.3.tar.gz) = b30b59e48d65c94e3b034a0296b02c1b +SHA256 (ecm-6.3.tar.gz) = fd88b89d6f499b9916a181ca1bfec53fe2fd6a57c254f5fc4502fc4a47f0fa41 +SIZE (ecm-6.3.tar.gz) = 849409 |