pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/hub hub: Update to 2.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40703d48c0f1
branches:  trunk
changeset: 397062:40703d48c0f1
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Jun 15 15:28:11 2019 +0000

description:
hub: Update to 2.12.0

Changes:
2.12.0
------
## Features
* Add `hub pr show [<number>]` command to open a pull request in the browser
* Add `hub api --paginate` option to automatically fetch all pages of results
* Add `hub pull-request --no-maintainer-edits` flag to disallow project
  maintainers being able to push to your branch
* `hub issue -M` can now accept milestone names instead of just numbers
* Abort `hub pull-request` with a helpful error message if the current branch
  wasn't pushed to a git remote
* Drop support for legacy `hub.http-clone` git config value

## Fixes
* Fix querying git configuration when GIT_TRACE is used
* Support detached HEAD if `hub pull-request --head` was passed
* Fix newline in `hub create` error message
* Ensure HTTP connection reuse across API calls

diffstat:

 net/hub/Makefile |   7 +++----
 net/hub/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r 0def19c38d91 -r 40703d48c0f1 net/hub/Makefile
--- a/net/hub/Makefile  Sat Jun 15 15:18:22 2019 +0000
+++ b/net/hub/Makefile  Sat Jun 15 15:28:11 2019 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.25 2019/05/27 15:18:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.26 2019/06/15 15:28:11 leot Exp $
 
-DISTNAME=      hub-2.11.2
-PKGREVISION=   2
+DISTNAME=      hub-2.12.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=github/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    leot%NetBSD.org@localhost
 HOMEPAGE=      https://hub.github.com/
-COMMENT=       hub helps you win at git
+COMMENT=       Command-line tool that makes git easier to use with GitHub
 LICENSE=       mit
 
 GO_DIST_BASE=  ${DISTNAME}
diff -r 0def19c38d91 -r 40703d48c0f1 net/hub/distinfo
--- a/net/hub/distinfo  Sat Jun 15 15:18:22 2019 +0000
+++ b/net/hub/distinfo  Sat Jun 15 15:28:11 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/04/14 19:11:44 leot Exp $
+$NetBSD: distinfo,v 1.15 2019/06/15 15:28:11 leot Exp $
 
-SHA1 (hub-2.11.2.tar.gz) = b4fc389fbc24f54e9d73d4175ec97b6b37aac226
-RMD160 (hub-2.11.2.tar.gz) = f5849f9c64edc5a195d8b1623f050ba7bc2405f2
-SHA512 (hub-2.11.2.tar.gz) = 3b8230d1ee6619c2fe502cd3a7ad04aeab4ca77a6251c4d50c87addad3e3cbb043c8c102b080cb7a528e1d72f1ac6a59d8ca1c024f15601aa35b74961590420d
-Size (hub-2.11.2.tar.gz) = 1043892 bytes
+SHA1 (hub-2.12.0.tar.gz) = c26b2401655e6a3bfe50ed31799bf8e95e8745b9
+RMD160 (hub-2.12.0.tar.gz) = e5022ea0ff49cd90c9e532b28e265684299cec29
+SHA512 (hub-2.12.0.tar.gz) = 5246070238e3c021b57e334989f01bde2b48c51a3a1bd8f419ea3e0bb9697048d1c8f58e2bfdac17ef3ed8996d6f1cd41a09f3d93c641c6eb404e0fcae9bae11
+Size (hub-2.12.0.tar.gz) = 1623350 bytes



Home | Main Index | Thread Index | Old Index