[113150] trunk/dports/devel/mono/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Nov 10 16:52:06 PST 2013


Revision: 113150
          https://trac.macports.org/changeset/113150
Author:   jeremyhu at macports.org
Date:     2013-11-10 16:52:06 -0800 (Sun, 10 Nov 2013)
Log Message:
-----------
mono: Fix livecheck

Modified Paths:
--------------
    trunk/dports/devel/mono/Portfile

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2013-11-11 00:47:05 UTC (rev 113149)
+++ trunk/dports/devel/mono/Portfile	2013-11-11 00:52:06 UTC (rev 113150)
@@ -89,6 +89,9 @@
     patchfiles-append patch-interp.h.diff
 }
 
+# beta_version is actually the latest stable
+# stable_version is the EOL previous stable version
+# go figure...
 livecheck.type  regex
 livecheck.url   ${homepage}mono-downloads/release_data.js
-livecheck.regex {stable_version = "(.+)"}
+livecheck.regex {beta_version = "(.+)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131110/fb6af012/attachment.html>


More information about the macports-changes mailing list