Commits
Eitan Adler authored 45c4768f69b
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup github hub 2.12.7 v |
6 + | github.setup github hub 2.12.8 v |
7 7 | categories devel |
8 8 | platforms darwin |
9 9 | license MIT |
10 10 | maintainers {grimreaper @grimreaper} |
11 11 | |
12 12 | description git-wrapper for GitHub specific functionality |
13 13 | long_description \ |
14 14 | hub is a command line utility which adds GitHub knowledge to git. \ |
15 15 | It can be used on its own or as a git wrapper. |
16 16 | |
17 17 | homepage https://hub.github.com/ |
18 18 | |
19 - | checksums rmd160 cac9b13a0d54d1abfc7a0c463d8bb65416983b3a \ |
20 - | sha256 b0e85fa66179185158352143dd1c47f1a5713a9f4babc7025bb403fdf047d1cf \ |
21 - | size 1625097 |
19 + | checksums rmd160 9836a1a7af2950f16f854f22fb5f2d92a1ad55c7 \ |
20 + | sha256 5dbb1d029393b68665223ddbe14d26e37c310231978408f7d95e5cf6692bd2e2 \ |
21 + | size 1625867 |
22 22 | |
23 23 | worksrcdir src/github.com/${github.author}/${name} |
24 24 | |
25 25 | depends_build-append \ |
26 26 | port:go port:bash |
27 27 | build.target man-pages |
28 28 | build.cmd make |
29 29 | build.env-append GOPATH=${workpath} |
30 30 | |
31 31 | use_configure no |