Thu Mar 5 19:45:28 2020 UTC ()
hub: Update to 2.14.2

Changes:
2.14.2
------
 * Ensure man pages are shown at full width
 * Fix subject in `ci-status` docs
 * Indicate in docs that you can do plain `git push` after
   `hub pr checkout` #2467
 * Fix using hub inside git worktree #2489

2.14.1
------
 * Fixed script/build when running from within the downloaded hub
   tarball


(leot)
diff -r1.39 -r1.40 pkgsrc/net/hub/Makefile
diff -r1.21 -r1.22 pkgsrc/net/hub/distinfo

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

--- pkgsrc/net/hub/Makefile 2020/02/02 14:19:09 1.39
+++ pkgsrc/net/hub/Makefile 2020/03/05 19:45:28 1.40
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.39 2020/02/02 14:19:09 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.40 2020/03/05 19:45:28 leot Exp $
2 2
3DISTNAME= hub-2.14.0 3DISTNAME= hub-2.14.2
4PKGREVISION= 1 
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.21 -r1.22 pkgsrc/net/hub/distinfo (expand / switch to unified diff)

--- pkgsrc/net/hub/distinfo 2020/01/21 14:17:40 1.21
+++ pkgsrc/net/hub/distinfo 2020/03/05 19:45:28 1.22
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.21 2020/01/21 14:17:40 leot Exp $ 1$NetBSD: distinfo,v 1.22 2020/03/05 19:45:28 leot Exp $
2 2
3SHA1 (hub-2.14.0.tar.gz) = e4c1a0803aff65cfac4f753b931c558b990c1ee7 3SHA1 (hub-2.14.2.tar.gz) = 3dab94390432353894128116c9eea4074d0f0445
4RMD160 (hub-2.14.0.tar.gz) = eeaa9da8afcabb8b80acc6c636665ee5b0981700 4RMD160 (hub-2.14.2.tar.gz) = 44bf1a8011f70b5a565c958ac7ba266c4ec1ddac
5SHA512 (hub-2.14.0.tar.gz) = c55a86d5fc1376a8e7e09c9044be5200be8b546feec3e35694a59d67b696bb344a9bb5c3f46c8c571b59cb3a79e0a0a9729d5cad63ad857e974e32ca8602eaf1 5SHA512 (hub-2.14.2.tar.gz) = 4809d12966cc983f42c8aef482e07bc4226e25fc4deba838e418664ce14ac9d2ac42842d0721a46466a80c0e492392542ecfaaccc2cea0efdd60df8b60a3ca02
6Size (hub-2.14.0.tar.gz) = 2077278 bytes 6Size (hub-2.14.2.tar.gz) = 2080107 bytes