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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e11eb6efe76
branches:  trunk
changeset: 340110:7e11eb6efe76
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Sep 22 15:09:07 2019 +0000

description:
hub: Update to 2.12.6

Changes:
2.12.6
------
  * Fix Windows build

2.12.5
------
  * Correctly resolve ~/.ssh/config hostname aliases on Windows
  * Added hub pr to fish completions script
  * Have fish completions script wrap git if hub is aliased

2.12.4
------
Bug fixes
  * Fix invocation of hub --paginate
  * Consistently expand all occurrences of {owner} and {repo} in hub api
  * Docs: unlist %NC/%Nc among available fields in hub pr list --format

Enhancements
  * GitHub Actions compatibility: infer GITHUB_USER value from
    GITHUB_REPOSITORY if available
  * Handle TERM signal during password prompt in terminal
  * Use consistent quote style in hub sync output

diffstat:

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

diffs (28 lines):

diff -r 5d29b47a4ce3 -r 7e11eb6efe76 net/hub/Makefile
--- a/net/hub/Makefile  Sun Sep 22 15:05:06 2019 +0000
+++ b/net/hub/Makefile  Sun Sep 22 15:09:07 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/08/14 15:45:45 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2019/09/22 15:09:07 leot Exp $
 
-DISTNAME=      hub-2.12.3
-PKGREVISION=   1
+DISTNAME=      hub-2.12.6
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=github/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 5d29b47a4ce3 -r 7e11eb6efe76 net/hub/distinfo
--- a/net/hub/distinfo  Sun Sep 22 15:05:06 2019 +0000
+++ b/net/hub/distinfo  Sun Sep 22 15:09:07 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2019/07/21 12:39:44 leot Exp $
+$NetBSD: distinfo,v 1.19 2019/09/22 15:09:07 leot Exp $
 
-SHA1 (hub-2.12.3.tar.gz) = f5c0b82917d5a26e61524e6d3dbe767cf65436bf
-RMD160 (hub-2.12.3.tar.gz) = 8f608d7f310d9b1973b61bbda36e4ceeed7fa7ad
-SHA512 (hub-2.12.3.tar.gz) = 8bb433d4a0079cb6f30014650bb5e2dafc1ba7b8c65340886f157ae9b6785f170b13c6db1b11f6334835fc312470f5b0f57b563d665af4bbe44f116fd7af75cf
-Size (hub-2.12.3.tar.gz) = 1623944 bytes
+SHA1 (hub-2.12.6.tar.gz) = 6ce4fe4056eaa2ad761e0a9a0a82e7a746ddf6d3
+RMD160 (hub-2.12.6.tar.gz) = 90c59a89e1e64d61858e1117c7e7f1a945eeca34
+SHA512 (hub-2.12.6.tar.gz) = ff15bd3f136783d3b8c7885dfc54fdaa8cbc656558dccdc4354d0ee3f7535fe8bbd958c83b37a780ff4c6bd3dec096e9ca42610401aaffa6375422b9a1181e7f
+Size (hub-2.12.6.tar.gz) = 1624842 bytes



Home | Main Index | Thread Index | Old Index