Thu Jan 2 11:52:48 2020 UTC ()
hub: Update to 2.13.0

Changes:
2.13.0
------
  * New command: hub gist
  * Add git pr show --format=... flag
  * Add hub api --obey-ratelimit flag
  * hub help: support compressed man pages
  * Add hub release download --include=PATTERN flag
  * hub help: Enable hub help --web <command>
  * hub release: Retry attaching release assets on 5xx server errors
  * hub pr checkout fixes
      + handle case when the PR given matches the current branch
      + avoid overriding existing branch merge config
  * hub release: Fail fast when attempting to attach unavailable files
  * Honor HTTPS_PROXY, NO_PROXY environment variables
  * Strip "co-authored-by" lines when populating PR body from git log
  * git compatibility: have hub <cmd> --help open the man page
  * hub fork bash completion improvements
  * hub pr fish completion improvements

2.12.8
------
  * hub compare: improve upstream branch detection & error messages
  * hub compare: allow slash character in branch names
  * hub api: fix GraphQL requests made to Enterprise hosts
  * Docs: clarify --message, --file, and --edit flags

2.12.7
------
  * Fix password prompt on Windows


(leot)
diff -r1.34 -r1.35 pkgsrc/net/hub/Makefile
diff -r1.19 -r1.20 pkgsrc/net/hub/distinfo

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

--- pkgsrc/net/hub/Makefile 2019/12/13 07:43:49 1.34
+++ pkgsrc/net/hub/Makefile 2020/01/02 11:52:48 1.35
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.34 2019/12/13 07:43:49 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.35 2020/01/02 11:52:48 leot Exp $
2 2
3DISTNAME= hub-2.12.6 3DISTNAME= hub-2.13.0
4PKGREVISION= 3 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=github/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= leot@NetBSD.org 8MAINTAINER= leot@NetBSD.org
10HOMEPAGE= https://hub.github.com/ 9HOMEPAGE= https://hub.github.com/
11COMMENT= Command-line tool that makes git easier to use with GitHub 10COMMENT= Command-line tool that makes git easier to use with GitHub
12LICENSE= mit 11LICENSE= mit
13 12
14GO_DIST_BASE= ${DISTNAME} 13GO_DIST_BASE= ${DISTNAME}
15GO_SRCPATH= github.com/github/hub 14GO_SRCPATH= github.com/github/hub
16 15
17DEPENDS+= git-base>=1.7.3:../../devel/git-base 16DEPENDS+= git-base>=1.7.3:../../devel/git-base

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

--- pkgsrc/net/hub/distinfo 2019/09/22 15:09:07 1.19
+++ pkgsrc/net/hub/distinfo 2020/01/02 11:52:48 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2019/09/22 15:09:07 leot Exp $ 1$NetBSD: distinfo,v 1.20 2020/01/02 11:52:48 leot Exp $
2 2
3SHA1 (hub-2.12.6.tar.gz) = 6ce4fe4056eaa2ad761e0a9a0a82e7a746ddf6d3 3SHA1 (hub-2.13.0.tar.gz) = 3069d842617461ed5708e767d8ed0de7a7f838c7
4RMD160 (hub-2.12.6.tar.gz) = 90c59a89e1e64d61858e1117c7e7f1a945eeca34 4RMD160 (hub-2.13.0.tar.gz) = 97deb67284fe6c5cf85b1e3376618924c78b06ff
5SHA512 (hub-2.12.6.tar.gz) = ff15bd3f136783d3b8c7885dfc54fdaa8cbc656558dccdc4354d0ee3f7535fe8bbd958c83b37a780ff4c6bd3dec096e9ca42610401aaffa6375422b9a1181e7f 5SHA512 (hub-2.13.0.tar.gz) = 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342
6Size (hub-2.12.6.tar.gz) = 1624842 bytes 6Size (hub-2.13.0.tar.gz) = 2074748 bytes