Ticket #32923: GitX.diff
File GitX.diff, 872 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 PortGroup xcode 1.0 6 7 8 github.setup pieter gitx 0.7.1 v 7 9 name GitX 8 version 0.7.19 10 revision 2 10 11 maintainers cal openmaintainer 11 12 … … 21 22 homepage http://gitx.frim.nl/ 22 23 23 24 fetch.type git 24 git.url https://github.com/pieter/gitx.git25 git.branch v${version}26 25 27 26 depends_lib-append port:git-core 28 27 … … 57 56 post-destroot { 58 57 move ${destroot}${applications_dir}/gitx ${destroot}${prefix}/bin 59 58 } 60 61 livecheck.type regex62 livecheck.url https://github.com/pieter/gitx/tags63 livecheck.regex {tarball/v([0-9.]+)"}