Index: Portfile
===================================================================
--- Portfile	(revision 89022)
+++ Portfile	(working copy)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                jubatus
-version             0.1.1
+github.setup        jubatus jubatus 0.1.1 jubatus-
 revision            1
 categories          devel math textproc
 platforms           darwin
@@ -19,7 +19,6 @@
                     data (for natural language), and process management.
 
 fetch.type          git
-git.url             https://github.com/jubatus/jubatus.git
 git.branch          3646d09fa6
 
 depends_lib         port:pkgconfig \
@@ -71,7 +70,3 @@
         system "install_name_tool -change ${builddir}/server/storage/libjubastorage.dylib             ${prefix}/lib/libjubastorage.dylib        ${path}"
     }
 }
-
-livecheck.type      regex
-livecheck.url       https://github.com/jubatus/jubatus/tags
-livecheck.regex     ${name}-(\[0-9.\]+)\\.zip
