Index: Portfile
===================================================================
--- Portfile	(revision 89022)
+++ Portfile	(working copy)
@@ -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.]+)"}
