[114241] trunk/dports/lang/v8/Portfile

cal at macports.org cal at macports.org
Tue Dec 3 02:13:34 PST 2013


Revision: 114241
          https://trac.macports.org/changeset/114241
Author:   cal at macports.org
Date:     2013-12-03 02:13:34 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
v8: update livecheck to track the latest release considered stable and shipped in chrome

This hopefully cuts down on the number of upgrades I need to do for v8, because
they really are releasing at quite the pace…

I'll just leave the current version as-is until Chrome catches up with their
version number to avoid an epoch bump.

Modified Paths:
--------------
    trunk/dports/lang/v8/Portfile

Modified: trunk/dports/lang/v8/Portfile
===================================================================
--- trunk/dports/lang/v8/Portfile	2013-12-03 10:12:00 UTC (rev 114240)
+++ trunk/dports/lang/v8/Portfile	2013-12-03 10:13:34 UTC (rev 114241)
@@ -104,3 +104,7 @@
     system "install_name_tool -id ${libpath} ${destroot}${libpath}"
     system "install_name_tool -change /usr/local/lib/libv8.dylib ${libpath} ${destroot}${prefix}/bin/v8"
 }
+
+livecheck.type  regex
+livecheck.url   http://omahaproxy.appspot.com/all?channel=stable&os=mac
+livecheck.regex {,(\d+(\.\d+)*)$}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131203/e9805d16/attachment.html>


More information about the macports-changes mailing list