[119352] trunk/dports/devel/git-core/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Wed Apr 23 05:20:15 PDT 2014


Revision: 119352
          https://trac.macports.org/changeset/119352
Author:   ciserlohn at macports.org
Date:     2014-04-23 05:20:15 -0700 (Wed, 23 Apr 2014)
Log Message:
-----------
git-core: fix livecheck

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2014-04-23 12:01:06 UTC (rev 119351)
+++ trunk/dports/devel/git-core/Portfile	2014-04-23 12:20:15 UTC (rev 119352)
@@ -233,5 +233,5 @@
 
 default_variants    +doc +pcre +credential_osxkeychain
 
-livecheck.type          regex
-livecheck.regex         {<span class='version'>(.*?)</span>}
+livecheck.type          regexm
+livecheck.regex         {<span class="version">.*?(\d\.\d\.\d).*?</span>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140423/d6ccb973/attachment-0001.html>


More information about the macports-changes mailing list