Ticket #32922: jubatus.diff

File jubatus.diff, 997 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
    56
    6 name                jubatus
    7 version             0.1.1
     7github.setup        jubatus jubatus 0.1.1 jubatus-
    88revision            1
    99categories          devel math textproc
    1010platforms           darwin
     
    1919                    data (for natural language), and process management.
    2020
    2121fetch.type          git
    22 git.url             https://github.com/jubatus/jubatus.git
    2322git.branch          3646d09fa6
    2423
    2524depends_lib         port:pkgconfig \
     
    7170        system "install_name_tool -change ${builddir}/server/storage/libjubastorage.dylib             ${prefix}/lib/libjubastorage.dylib        ${path}"
    7271    }
    7372}
    74 
    75 livecheck.type      regex
    76 livecheck.url       https://github.com/jubatus/jubatus/tags
    77 livecheck.regex     ${name}-(\[0-9.\]+)\\.zip