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

cal at macports.org cal at macports.org
Thu Jan 19 12:51:48 PST 2012


Revision: 89127
          http://trac.macports.org/changeset/89127
Author:   cal at macports.org
Date:     2012-01-19 12:51:48 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
GitX: Switch to github portgroup, closes #32923

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

Modified: trunk/dports/devel/GitX/Portfile
===================================================================
--- trunk/dports/devel/GitX/Portfile	2012-01-19 20:50:11 UTC (rev 89126)
+++ trunk/dports/devel/GitX/Portfile	2012-01-19 20:51:48 UTC (rev 89127)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 PortGroup           xcode 1.0
 
+github.setup        pieter gitx 0.7.1 v
 name                GitX
-version             0.7.1
 revision            2
 maintainers         cal openmaintainer
 
@@ -21,8 +22,6 @@
 homepage            http://gitx.frim.nl/
 
 fetch.type          git
-git.url             https://github.com/pieter/gitx.git
-git.branch          v${version}
 
 depends_lib-append  port:git-core
 
@@ -57,7 +56,3 @@
 post-destroot {
     move ${destroot}${applications_dir}/gitx ${destroot}${prefix}/bin
 }
-
-livecheck.type      regex
-livecheck.url       https://github.com/pieter/gitx/tags
-livecheck.regex     {tarball/v([0-9.]+)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/96bb314a/attachment.html>


More information about the macports-changes mailing list