Ticket #32922: jubatus.diff
File jubatus.diff, 997 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 5 6 6 name jubatus 7 version 0.1.1 7 github.setup jubatus jubatus 0.1.1 jubatus- 8 8 revision 1 9 9 categories devel math textproc 10 10 platforms darwin … … 19 19 data (for natural language), and process management. 20 20 21 21 fetch.type git 22 git.url https://github.com/jubatus/jubatus.git23 22 git.branch 3646d09fa6 24 23 25 24 depends_lib port:pkgconfig \ … … 71 70 system "install_name_tool -change ${builddir}/server/storage/libjubastorage.dylib ${prefix}/lib/libjubastorage.dylib ${path}" 72 71 } 73 72 } 74 75 livecheck.type regex76 livecheck.url https://github.com/jubatus/jubatus/tags77 livecheck.regex ${name}-(\[0-9.\]+)\\.zip