[69332] trunk/dports/math/gmp-ecm/Portfile

vinc17 at macports.org vinc17 at macports.org
Wed Jun 30 16:24:21 PDT 2010


Revision: 69332
          http://trac.macports.org/changeset/69332
Author:   vinc17 at macports.org
Date:     2010-06-30 16:24:19 -0700 (Wed, 30 Jun 2010)
Log Message:
-----------
Bump to version 6.3 and updated URL's.

Modified Paths:
--------------
    trunk/dports/math/gmp-ecm/Portfile

Modified: trunk/dports/math/gmp-ecm/Portfile
===================================================================
--- trunk/dports/math/gmp-ecm/Portfile	2010-06-30 22:17:24 UTC (rev 69331)
+++ trunk/dports/math/gmp-ecm/Portfile	2010-06-30 23:24:19 UTC (rev 69332)
@@ -1,23 +1,30 @@
 # $Id$
 
 PortSystem 1.0
+# Future versions (with asm redc support) will need this...
+#PortGroup  muniversal  1.0
 
 name                gmp-ecm
-version             6.2.3
+version             6.3
 categories          math
 platforms           darwin
 maintainers         vinc17 openmaintainer
 description         Factor integers using the Elliptic Curve Method
 long_description    Free implementation of the Elliptic Curve Method (ECM) \
                     for integer factorization.
-homepage            http://gforge.inria.fr/projects/ecm/
-master_sites        http://gforge.inria.fr/frs/download.php/22124/
+homepage            https://gforge.inria.fr/projects/ecm/
+master_sites        https://gforge.inria.fr/frs/download.php/26838/
 distname            ecm-${version}
 depends_lib         port:gmp
-checksums           md5     d8cca3784857aabfea9b3c9b0926c593 \
-                    sha1    b97d1b1b38de1a4587caa5c84d7387fc13753b3b \
-                    rmd160  bde2498f56f4601fc8b9a03fd3b1029bf553f5b7
+checksums           md5     b30b59e48d65c94e3b034a0296b02c1b \
+                    sha1    4ce7a903d9ff2cedf54f0f66cb43acf2ee819a48 \
+                    rmd160  4d58fb34b379942501b6c55e50e7edad814b3608
 
+# Due to bugs:
+#   https://gforge.inria.fr/tracker/index.php?func=detail&aid=10646&group_id=135&atid=623
+#   https://gforge.inria.fr/tracker/index.php?func=detail&aid=10648&group_id=135&atid=623
+configure.args      --disable-asm-redc
+
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     file mkdir ${docdir}
@@ -29,5 +36,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       ${homepage}
+livecheck.url       http://ecm.gforge.inria.fr/
 livecheck.regex     GMP-ECM (\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100630/602c9773/attachment.html>


More information about the macports-changes mailing list