[81771] trunk/dports/devel/GitX/Portfile

cal at macports.org cal at macports.org
Thu Aug 4 12:27:31 PDT 2011


Revision: 81771
          http://trac.macports.org/changeset/81771
Author:   cal at macports.org
Date:     2011-08-04 12:27:30 -0700 (Thu, 04 Aug 2011)
Log Message:
-----------
GitX: Fixed livecheck

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

Modified: trunk/dports/devel/GitX/Portfile
===================================================================
--- trunk/dports/devel/GitX/Portfile	2011-08-04 19:23:49 UTC (rev 81770)
+++ trunk/dports/devel/GitX/Portfile	2011-08-04 19:27:30 UTC (rev 81771)
@@ -57,5 +57,7 @@
     file rename ${destroot}${applications_dir}/gitx ${destroot}${prefix}/bin/gitx
 }
 
-livecheck.url       http://gitx.frim.nl/release_history.html
-livecheck.regex     <h1>v(.*)</h1>
+livecheck.type      regex
+livecheck.url       https://github.com/pieter/gitx/downloads
+livecheck.regex     {\/pieter\/gitx\/tarball\/v(\d+\.\d+(\.\d+)?)}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110804/c21577ad/attachment.html>


More information about the macports-changes mailing list