Sun Jun 30 21:23:24 2019 UTC ()
hub: Update to 2.12.1

Changes:
Fixes:
- hub pull-request: Avoid crash when the current branch is pushed to a
  non-GitHub remote
- BROWSER environment variable now supports values with spaces in them
  (must be shell-quoted)
- hub help: support man appearing in a path that has spaces
- Docs: mention that comma-separated lists must not have spaces


(leot)
diff -r1.26 -r1.27 pkgsrc/net/hub/Makefile
diff -r1.15 -r1.16 pkgsrc/net/hub/distinfo

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

--- pkgsrc/net/hub/Makefile 2019/06/15 15:28:11 1.26
+++ pkgsrc/net/hub/Makefile 2019/06/30 21:23:24 1.27
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2019/06/15 15:28:11 leot Exp $ 1# $NetBSD: Makefile,v 1.27 2019/06/30 21:23:24 leot Exp $
2 2
3DISTNAME= hub-2.12.0 3DISTNAME= hub-2.12.1
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= Command-line tool that makes git easier to use with GitHub 10COMMENT= Command-line tool that makes git easier to use with GitHub
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.15 -r1.16 pkgsrc/net/hub/distinfo (expand / switch to unified diff)

--- pkgsrc/net/hub/distinfo 2019/06/15 15:28:11 1.15
+++ pkgsrc/net/hub/distinfo 2019/06/30 21:23:24 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2019/06/15 15:28:11 leot Exp $ 1$NetBSD: distinfo,v 1.16 2019/06/30 21:23:24 leot Exp $
2 2
3SHA1 (hub-2.12.0.tar.gz) = c26b2401655e6a3bfe50ed31799bf8e95e8745b9 3SHA1 (hub-2.12.1.tar.gz) = 8e13e9d18836c9a4e1150a47748cfd5faa9a36e1
4RMD160 (hub-2.12.0.tar.gz) = e5022ea0ff49cd90c9e532b28e265684299cec29 4RMD160 (hub-2.12.1.tar.gz) = 5b8ebb580f48c3a81b1ffa01f5d3110c632f59b0
5SHA512 (hub-2.12.0.tar.gz) = 5246070238e3c021b57e334989f01bde2b48c51a3a1bd8f419ea3e0bb9697048d1c8f58e2bfdac17ef3ed8996d6f1cd41a09f3d93c641c6eb404e0fcae9bae11 5SHA512 (hub-2.12.1.tar.gz) = c7b62758e423bf69fde2a4b040e1a9586cf76c2fbe633f4abc8ec465db1e37694efec23ce947b71c4131f5c73a37b5427f6c454061d2eb743a6b5f4c4e274107
6Size (hub-2.12.0.tar.gz) = 1623350 bytes 6Size (hub-2.12.1.tar.gz) = 1623548 bytes