Sun Apr 14 19:11:44 2019 UTC ()
hub: Update to 2.11.2

Changes:
2.11.2
------
  * Avoid crash in hub remote argument parsing
  * Fix hub -C mydir merge <URL> by propagating global git arguments to Before/
    After chains
  * Preserve tilde ~ character in man pages

2.11.1
------
  * Fix non-draft pull requests for certain repositories

2.11.0
------
  * Create draft pull requests with hub pull-request --draft
    Draft pull requests are considered work in progress: they don't
    automatically request others for review and they are not mergeable while in
    their draft state.

2.10.2
------
  * Fix compatibility with git when run with no arguments: hub --git-dir=.git
  * Fix issue/PR --format %L output in no-color mode

2.10.1
------
  * Fix writing over existing cache files in hub api
  * Allow repository names that start with a - character
  * List api among custom hub commands in help


(leot)
diff -r1.22 -r1.23 pkgsrc/net/hub/Makefile
diff -r1.13 -r1.14 pkgsrc/net/hub/distinfo

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

--- pkgsrc/net/hub/Makefile 2019/03/16 08:35:38 1.22
+++ pkgsrc/net/hub/Makefile 2019/04/14 19:11:44 1.23
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2019/03/16 08:35:38 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.23 2019/04/14 19:11:44 leot Exp $
2 2
3DISTNAME= hub-2.10.0 3DISTNAME= hub-2.11.2
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= hub helps you win at git 10COMMENT= hub helps you win at git
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.13 -r1.14 pkgsrc/net/hub/distinfo (expand / switch to unified diff)

--- pkgsrc/net/hub/distinfo 2019/02/24 13:14:43 1.13
+++ pkgsrc/net/hub/distinfo 2019/04/14 19:11:44 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2019/02/24 13:14:43 leot Exp $ 1$NetBSD: distinfo,v 1.14 2019/04/14 19:11:44 leot Exp $
2 2
3SHA1 (hub-2.10.0.tar.gz) = 812091dfc6acae8bb91348bd4873d14cede55b55 3SHA1 (hub-2.11.2.tar.gz) = b4fc389fbc24f54e9d73d4175ec97b6b37aac226
4RMD160 (hub-2.10.0.tar.gz) = 05fc6824f79351931d4b12e84d6dd3ada27a5411 4RMD160 (hub-2.11.2.tar.gz) = f5849f9c64edc5a195d8b1623f050ba7bc2405f2
5SHA512 (hub-2.10.0.tar.gz) = 6ded3a57f73fec226234e9b727d676a61a3312825c98cfb5d908ca45c163326352859a126e8b6c7f2e2302badc25a60c9c04c9184e4afab81c9f23d4555a045e 5SHA512 (hub-2.11.2.tar.gz) = 3b8230d1ee6619c2fe502cd3a7ad04aeab4ca77a6251c4d50c87addad3e3cbb043c8c102b080cb7a528e1d72f1ac6a59d8ca1c024f15601aa35b74961590420d
6Size (hub-2.10.0.tar.gz) = 1042511 bytes 6Size (hub-2.11.2.tar.gz) = 1043892 bytes