Tue Jan 21 14:17:40 2020 UTC ()
hub: Update to 2.14.0

Changes:
2.14.0
------
Features:
 * New command: `hub issue update` #2432
 * New command: `hub issue transfer` #2363
 * Support git flag `hub version --build-options` #2440
 * Refuse to follow HTTP 301/302 redirects for non-GET requests #2442

Fixes:
 * Fix `hub help <cmd>` on Windows #2384
 * Ensure that `grep` command is being used in shell completions #2390
 * Consult global `git config color.ui` setting when `--color=auto` #2378

Improvements:
 * Print more user-friendly HTTP 40x errors #2446
 * Enable debugging file uploads via `HUB_VERBOSE=1 hub release create -a <file>`
 * Improve parsing malformed YAML config files #2380


(leot)
diff -r1.37 -r1.38 pkgsrc/net/hub/Makefile
diff -r1.20 -r1.21 pkgsrc/net/hub/distinfo

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

--- pkgsrc/net/hub/Makefile 2020/01/10 13:32:10 1.37
+++ pkgsrc/net/hub/Makefile 2020/01/21 14:17:40 1.38
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.37 2020/01/10 13:32:10 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.38 2020/01/21 14:17:40 leot Exp $
2 2
3DISTNAME= hub-2.13.0 3DISTNAME= hub-2.14.0
4PKGREVISION= 2 
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.20 -r1.21 pkgsrc/net/hub/distinfo (expand / switch to unified diff)

--- pkgsrc/net/hub/distinfo 2020/01/02 11:52:48 1.20
+++ pkgsrc/net/hub/distinfo 2020/01/21 14:17:40 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2020/01/02 11:52:48 leot Exp $ 1$NetBSD: distinfo,v 1.21 2020/01/21 14:17:40 leot Exp $
2 2
3SHA1 (hub-2.13.0.tar.gz) = 3069d842617461ed5708e767d8ed0de7a7f838c7 3SHA1 (hub-2.14.0.tar.gz) = e4c1a0803aff65cfac4f753b931c558b990c1ee7
4RMD160 (hub-2.13.0.tar.gz) = 97deb67284fe6c5cf85b1e3376618924c78b06ff 4RMD160 (hub-2.14.0.tar.gz) = eeaa9da8afcabb8b80acc6c636665ee5b0981700
5SHA512 (hub-2.13.0.tar.gz) = 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342 5SHA512 (hub-2.14.0.tar.gz) = c55a86d5fc1376a8e7e09c9044be5200be8b546feec3e35694a59d67b696bb344a9bb5c3f46c8c571b59cb3a79e0a0a9729d5cad63ad857e974e32ca8602eaf1
6Size (hub-2.13.0.tar.gz) = 2074748 bytes 6Size (hub-2.14.0.tar.gz) = 2077278 bytes