[153261] trunk/dports/finance/QuantLib/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 28 02:36:12 PDT 2016


Revision: 153261
          https://trac.macports.org/changeset/153261
Author:   ryandesign at macports.org
Date:     2016-09-28 02:36:12 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
QuantLib: change livecheck

The previous livecheck checked the SourceForge downloads directory,
which might contain prerelease versions. Now check the homepage, which
only lists the stable version.

Modified Paths:
--------------
    trunk/dports/finance/QuantLib/Portfile

Modified: trunk/dports/finance/QuantLib/Portfile
===================================================================
--- trunk/dports/finance/QuantLib/Portfile	2016-09-28 09:32:46 UTC (rev 153260)
+++ trunk/dports/finance/QuantLib/Portfile	2016-09-28 09:36:12 UTC (rev 153261)
@@ -28,4 +28,6 @@
 configure.args      --with-boost-include=${prefix}/include \
                     --with-boost-lib=${prefix}/lib
 
-livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       ${homepage}download.shtml
+livecheck.regex     {The latest QuantLib release is version ([0-9.]+) }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160928/93f74cb7/attachment.html>


More information about the macports-changes mailing list