Wed Oct 31 08:35:32 2018 UTC ()
hub: Update net/hub to 2.6.0

Changes:
2.6.0
-----
Features
--------
- Use "scissors" line to delineate comments in editable messages instead of
  stripping away lines that start with #. This helps preserve Markdown
  headings in hub pull-request, hub release create, and similar commands
  that open a text editor interactively.
  Everything above the following line is kept in the message; everything
  below is discarded:
    # ------------------------ >8 ------------------------
- New command hub issue show <NUMBER>
- Add hub release show --format=<FORMAT> functionality
- hub pr list --format=%rs lists requested reviewers
- Add support for communicating with GitHub Enterprise over Unix socket
    # ~/.config/hub
    example.com:
    user: USER
    oauth_token: TOKEN
    unix_socket: /path/to/socket

Fixes
-----
- Prevent hub create setting a public upstream when creating a private repo
- Fix hub create in place of a renamed repo
- Fix hub release create/edit/delete when there are multiple git remotes
- Auto-detect private/pushable repos in hub remote add
- Fix hub ci-status exit code when there is only Checks
- Allow hub compare <RANGE> even if not on any branch
- Ensure consistent sort direction when listing issues, PRs
- Match requested team names by slug instead of name in
  hub pull-request -r <TEAM>


(leot)
diff -r1.10 -r1.11 pkgsrc/net/hub/Makefile
diff -r1.6 -r1.7 pkgsrc/net/hub/distinfo
diff -r1.3 -r1.4 pkgsrc/net/hub/files/hub.1

cvs diff -r1.10 -r1.11 pkgsrc/net/hub/Makefile (expand / switch to unified diff)

--- pkgsrc/net/hub/Makefile 2018/08/24 11:29:35 1.10
+++ pkgsrc/net/hub/Makefile 2018/10/31 08:35:32 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2018/08/24 11:29:35 leot Exp $ 1# $NetBSD: Makefile,v 1.11 2018/10/31 08:35:32 leot Exp $
2 2
3DISTNAME= hub-2.5.1 3DISTNAME= hub-2.6.0
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=github/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= leot@NetBSD.org 8MAINTAINER= leot@NetBSD.org
9HOMEPAGE= https://hub.github.com/ 9HOMEPAGE= https://hub.github.com/
10COMMENT= hub helps you win at git 10COMMENT= hub helps you win at git
11LICENSE= mit 11LICENSE= mit
12 12
13GO_DIST_BASE= ${DISTNAME} 13GO_DIST_BASE= ${DISTNAME}
14GO_SRCPATH= github.com/github/hub 14GO_SRCPATH= github.com/github/hub
15 15
16DEPENDS+= git-base>=1.7.3:../../devel/git-base 16DEPENDS+= git-base>=1.7.3:../../devel/git-base

cvs diff -r1.6 -r1.7 pkgsrc/net/hub/distinfo (expand / switch to unified diff)

--- pkgsrc/net/hub/distinfo 2018/08/24 11:29:35 1.6
+++ pkgsrc/net/hub/distinfo 2018/10/31 08:35:32 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2018/08/24 11:29:35 leot Exp $ 1$NetBSD: distinfo,v 1.7 2018/10/31 08:35:32 leot Exp $
2 2
3SHA1 (hub-2.5.1.tar.gz) = d723a54927a5afe62abe41c4b27a07af7291f45d 3SHA1 (hub-2.6.0.tar.gz) = 3dc5e55321f0f25adb87c4443cb7992d8d5013ce
4RMD160 (hub-2.5.1.tar.gz) = e26b504d95b794c5d4b1dc202e1f63efee801ea2 4RMD160 (hub-2.6.0.tar.gz) = a31c1271abc542c29c57845818875aa22241ad84
5SHA512 (hub-2.5.1.tar.gz) = 31a9c721dd29e9a7aee28bccb36621802c6d85dbb7277a2f55365c2fcaec4f4a587e6eb7a6fd9231c7c86acdf13ccad9c7846e12ad6f76812943e8d5eb0d9383 5SHA512 (hub-2.6.0.tar.gz) = 07a9f6d4362818adf68b4d0f43ed0f4b9bddfe347a6b7e10146b84b04e2699864361e629b19560f97c3ea4cf8ec020dc9ec52f9f156f3969b18e9085054f281f
6Size (hub-2.5.1.tar.gz) = 990972 bytes 6Size (hub-2.6.0.tar.gz) = 994022 bytes

cvs diff -r1.3 -r1.4 pkgsrc/net/hub/files/Attic/hub.1 (expand / switch to unified diff)

--- pkgsrc/net/hub/files/Attic/hub.1 2018/08/24 11:29:35 1.3
+++ pkgsrc/net/hub/files/Attic/hub.1 2018/10/31 08:35:32 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1.\" generated with Ronn/v0.7.3 1.\" generated with Ronn/v0.7.3
2.\" http://github.com/rtomayko/ronn/tree/0.7.3 2.\" http://github.com/rtomayko/ronn/tree/0.7.3
3. 3.
4.TH "HUB" "1" "August 2018" "" "" 4.TH "HUB" "1" "October 2018" "" ""
5. 5.
6.SH "NAME" 6.SH "NAME"
7\fBhub\fR \- make git easier with GitHub 7\fBhub\fR \- make git easier with GitHub
8. 8.
9.SH "SYNOPSIS" 9.SH "SYNOPSIS"
10\fBhub\fR [\fB\-\-noop\fR] \fICOMMAND\fR [\fIOPTIONS\fR] 10\fBhub\fR [\fB\-\-noop\fR] \fICOMMAND\fR [\fIOPTIONS\fR]
11. 11.
12.br 12.br
13\fBhub alias\fR [\fB\-s\fR] [\fISHELL\fR] 13\fBhub alias\fR [\fB\-s\fR] [\fISHELL\fR]
14. 14.
15.br 15.br
16\fBhub help\fR hub\-\fICOMMAND\fR 16\fBhub help\fR hub\-\fICOMMAND\fR
17. 17.
@@ -43,27 +43,27 @@ Cherry\-pick a commit from a fork on Git @@ -43,27 +43,27 @@ Cherry\-pick a commit from a fork on Git
43hub\-clone(1) 43hub\-clone(1)
44Clone a repository from GitHub\. 44Clone a repository from GitHub\.
45. 45.
46.TP 46.TP
47hub\-fetch(1) 47hub\-fetch(1)
48Add missing remotes prior to performing git fetch\. 48Add missing remotes prior to performing git fetch\.
49. 49.
50.TP 50.TP
51hub\-init(1) 51hub\-init(1)
52Initialize a git repository and add a remote pointing to GitHub\. 52Initialize a git repository and add a remote pointing to GitHub\.
53. 53.
54.TP 54.TP
55hub\-merge(1) 55hub\-merge(1)
56Merge a pull request with a message like the GitHub Merge Button\. 56Merge a pull request locally with a message like the GitHub Merge Button\.
57. 57.
58.TP 58.TP
59hub\-push(1) 59hub\-push(1)
60Push a git branch to each of the listed remotes\. 60Push a git branch to each of the listed remotes\.
61. 61.
62.TP 62.TP
63hub\-remote(1) 63hub\-remote(1)
64Add a git remote for a GitHub repository\. 64Add a git remote for a GitHub repository\.
65. 65.
66.TP 66.TP
67hub\-submodule(1) 67hub\-submodule(1)
68Add a git submodule for a GitHub repository\. 68Add a git submodule for a GitHub repository\.
69. 69.