[62052] trunk/dports/math/eigen/Portfile

nox at macports.org nox at macports.org
Mon Dec 28 08:34:16 PST 2009


Revision: 62052
          http://trac.macports.org/changeset/62052
Author:   nox at macports.org
Date:     2009-12-28 08:34:16 -0800 (Mon, 28 Dec 2009)
Log Message:
-----------
Fix eigen livecheck

Modified Paths:
--------------
    trunk/dports/math/eigen/Portfile

Modified: trunk/dports/math/eigen/Portfile
===================================================================
--- trunk/dports/math/eigen/Portfile	2009-12-28 16:34:04 UTC (rev 62051)
+++ trunk/dports/math/eigen/Portfile	2009-12-28 16:34:16 UTC (rev 62052)
@@ -9,7 +9,7 @@
 maintainers         nomaintainer
 description         A C++ template library for linear algebra: vectors, matrices, and related algorithms.
 long_description    ${description}
-homepage            http://eigen.tuxfamily.org
+homepage            http://eigen.tuxfamily.org/
 platforms           darwin
 master_sites        http://download.tuxfamily.org/eigen/
 use_bzip2           yes
@@ -22,3 +22,7 @@
 pre-configure       { file mkdir ${worksrcpath} }
 
 configure.args-append      ../${distname} -DBUILD_SHARED_LIBS=ON
+
+livecheck.type      regex
+livecheck.url       ${homepage}index.php?title=ChangeLog
+livecheck.regex     {Eigen (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091228/2cb599e5/attachment.html>


More information about the macports-changes mailing list