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 net/hub to 2.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e0eca5591c4
branches:  trunk
changeset: 384467:8e0eca5591c4
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Aug 24 11:29:35 2018 +0000

description:
hub: Update net/hub to 2.5.1

Changes:
2.5.1
-----
* `hub issue create`: ignore the `.github/ISSUE_TEMPLATE` directory instead of
  crashing
* `hub pull-request`: avoid re-requesting reviewers in case of CODEOWNERS
* `hub ci-status`: handle cases when Checks API is unavailable, like older
  GitHub Enterprise
* Handle HTTP 422 message format from server response
* Ignore crash for malformed `~/.config/hub` file
* Clarify `hub init -g` documentation that it doesn't imply `hub create`
* `hub clone`: add more documentation about git protocol used

diffstat:

 net/hub/Makefile    |   4 ++--
 net/hub/distinfo    |  10 +++++-----
 net/hub/files/hub.1 |   4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r 5b2158867642 -r 8e0eca5591c4 net/hub/Makefile
--- a/net/hub/Makefile  Fri Aug 24 09:52:01 2018 +0000
+++ b/net/hub/Makefile  Fri Aug 24 11:29:35 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/07/14 11:06:17 leot Exp $
+# $NetBSD: Makefile,v 1.10 2018/08/24 11:29:35 leot Exp $
 
-DISTNAME=      hub-2.5.0
+DISTNAME=      hub-2.5.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=github/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 5b2158867642 -r 8e0eca5591c4 net/hub/distinfo
--- a/net/hub/distinfo  Fri Aug 24 09:52:01 2018 +0000
+++ b/net/hub/distinfo  Fri Aug 24 11:29:35 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/07/14 11:06:17 leot Exp $
+$NetBSD: distinfo,v 1.6 2018/08/24 11:29:35 leot Exp $
 
-SHA1 (hub-2.5.0.tar.gz) = df0031d0c97886a18fe33bfa55dc31a1bd80c253
-RMD160 (hub-2.5.0.tar.gz) = 515475bf4a714e99bd69014da4e5e161d5def6cc
-SHA512 (hub-2.5.0.tar.gz) = 100e9695ef0bc0f9ea0decdc22d01696f520d741529c1591bbd10d49e9ba14455a12c60343aefb3af619b5dded7a53574c0b2b111005fb045637bc95fb52a4cb
-Size (hub-2.5.0.tar.gz) = 990029 bytes
+SHA1 (hub-2.5.1.tar.gz) = d723a54927a5afe62abe41c4b27a07af7291f45d
+RMD160 (hub-2.5.1.tar.gz) = e26b504d95b794c5d4b1dc202e1f63efee801ea2
+SHA512 (hub-2.5.1.tar.gz) = 31a9c721dd29e9a7aee28bccb36621802c6d85dbb7277a2f55365c2fcaec4f4a587e6eb7a6fd9231c7c86acdf13ccad9c7846e12ad6f76812943e8d5eb0d9383
+Size (hub-2.5.1.tar.gz) = 990972 bytes
diff -r 5b2158867642 -r 8e0eca5591c4 net/hub/files/hub.1
--- a/net/hub/files/hub.1       Fri Aug 24 09:52:01 2018 +0000
+++ b/net/hub/files/hub.1       Fri Aug 24 11:29:35 2018 +0000
@@ -1,7 +1,7 @@
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "HUB" "1" "July 2018" "" ""
+.TH "HUB" "1" "August 2018" "" ""
 .
 .SH "NAME"
 \fBhub\fR \- make git easier with GitHub
@@ -49,7 +49,7 @@
 .
 .TP
 hub\-init(1)
-Initialize a git repository and create it on GitHub\.
+Initialize a git repository and add a remote pointing to GitHub\.
 .
 .TP
 hub\-merge(1)



Home | Main Index | Thread Index | Old Index