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.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44271bd1ec19
branches:  trunk
changeset: 409835:44271bd1ec19
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Jan 21 14:17:40 2020 +0000

description:
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

diffstat:

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

diffs (28 lines):

diff -r 79a01954cd58 -r 44271bd1ec19 net/hub/Makefile
--- a/net/hub/Makefile  Tue Jan 21 14:16:49 2020 +0000
+++ b/net/hub/Makefile  Tue Jan 21 14:17:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2020/01/10 13:32:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.38 2020/01/21 14:17:40 leot Exp $
 
-DISTNAME=      hub-2.13.0
-PKGREVISION=   2
+DISTNAME=      hub-2.14.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=github/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 79a01954cd58 -r 44271bd1ec19 net/hub/distinfo
--- a/net/hub/distinfo  Tue Jan 21 14:16:49 2020 +0000
+++ b/net/hub/distinfo  Tue Jan 21 14:17:40 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/01/02 11:52:48 leot Exp $
+$NetBSD: distinfo,v 1.21 2020/01/21 14:17:40 leot Exp $
 
-SHA1 (hub-2.13.0.tar.gz) = 3069d842617461ed5708e767d8ed0de7a7f838c7
-RMD160 (hub-2.13.0.tar.gz) = 97deb67284fe6c5cf85b1e3376618924c78b06ff
-SHA512 (hub-2.13.0.tar.gz) = 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342
-Size (hub-2.13.0.tar.gz) = 2074748 bytes
+SHA1 (hub-2.14.0.tar.gz) = e4c1a0803aff65cfac4f753b931c558b990c1ee7
+RMD160 (hub-2.14.0.tar.gz) = eeaa9da8afcabb8b80acc6c636665ee5b0981700
+SHA512 (hub-2.14.0.tar.gz) = c55a86d5fc1376a8e7e09c9044be5200be8b546feec3e35694a59d67b696bb344a9bb5c3f46c8c571b59cb3a79e0a0a9729d5cad63ad857e974e32ca8602eaf1
+Size (hub-2.14.0.tar.gz) = 2077278 bytes



Home | Main Index | Thread Index | Old Index