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

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 13 16:26:30 PDT 2007


Revision: 29049
          http://trac.macosforge.org/projects/macports/changeset/29049
Author:   vinc17 at macports.org
Date:     2007-09-13 16:26:29 -0700 (Thu, 13 Sep 2007)

Log Message:
-----------
Update to GMP-ECM 6.1.3, install doc files and man page, and
livecheck.regex update.

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

Modified: trunk/dports/math/gmp-ecm/Portfile
===================================================================
--- trunk/dports/math/gmp-ecm/Portfile	2007-09-13 22:36:12 UTC (rev 29048)
+++ trunk/dports/math/gmp-ecm/Portfile	2007-09-13 23:26:29 UTC (rev 29049)
@@ -2,21 +2,30 @@
 
 PortSystem 1.0
 name                gmp-ecm
-version             6.1.2
+version             6.1.3
 categories          math
 maintainers         vincent-opdarw at vinc17.org
 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/1498/
+master_sites        http://gforge.inria.fr/frs/download.php/2752/
 distname            ecm-${version}
 depends_lib         port:gmp
-checksums           md5 483124c396f7709d7f52d0e45b428574 \
-                    sha1 ede16906055fa4181012c7d12fcd7dcb6d181fc3
+checksums           md5 67ca52f18a0d217dceff70fffcea1017 \
+                    sha1 9988db86873864614f52f72cc02fc7ec4ad37bba \
+                    rmd160 1785ed953906158d9debf32438828defa5be93b4
 
-configure.args      --mandir=${prefix}/share/man
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    file mkdir ${docdir}
+    xinstall -m 644 -v -W ${worksrcpath} \
+        AUTHORS COPYING COPYING.LIB NEWS README README.lib TODO ${docdir}
+    set mandir ${destroot}${prefix}/share/man/man1
+    file mkdir ${mandir}
+    xinstall -m 644 -v -W ${worksrcpath} ecm.1 ${mandir}
+}
 
 livecheck.check     regex
 livecheck.url       ${homepage}
-livecheck.regex     <strong>ecm</strong></td><td>(\[0-9.\]+)
+livecheck.regex     GMP-ECM (\[0-9.\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070913/0415e95e/attachment.html


More information about the macports-changes mailing list