[88132] trunk/dports/devel/jubatus/Portfile

hum at macports.org hum at macports.org
Tue Dec 20 04:49:32 PST 2011


Revision: 88132
          http://trac.macports.org/changeset/88132
Author:   hum at macports.org
Date:     2011-12-20 04:49:32 -0800 (Tue, 20 Dec 2011)
Log Message:
-----------
jubatus: update to the latest git branch; fix livecheck.

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

Modified: trunk/dports/devel/jubatus/Portfile
===================================================================
--- trunk/dports/devel/jubatus/Portfile	2011-12-20 11:32:25 UTC (rev 88131)
+++ trunk/dports/devel/jubatus/Portfile	2011-12-20 12:49:32 UTC (rev 88132)
@@ -5,6 +5,7 @@
 
 name                jubatus
 version             0.1.1
+revision            1
 categories          devel math textproc
 platforms           darwin
 maintainers         hum openmaintainer
@@ -17,10 +18,9 @@
                     these functions: multi-class/binary classification, pre-proccessing \
                     data (for natural language), and process management.
 
-master_sites        https://github.com/jubatus/jubatus/downloads
-use_bzip2           yes
-checksums           rmd160  e8f17d051f908774ad6011b35d4cb41eaeae5120 \
-                    sha256  1aa9835f56acfdb03a764c7d27968bfe42cf97dd715e6cdd5365ec3093f0c0f6
+fetch.type          git
+git.url             https://github.com/jubatus/jubatus.git
+git.branch          3646d09fa6
 
 depends_lib         port:pkgconfig \
                     port:py-msgpack \
@@ -73,5 +73,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
+livecheck.url       https://github.com/jubatus/jubatus/tags
+livecheck.regex     ${name}-(\[0-9.\]+)\\.zip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111220/0b5e0945/attachment.html>


More information about the macports-changes mailing list