pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/hub



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Aug 24 11:29:35 UTC 2018

Modified Files:
        pkgsrc/net/hub: Makefile distinfo
        pkgsrc/net/hub/files: hub.1

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/hub/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/hub/files/hub.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/hub/Makefile
diff -u pkgsrc/net/hub/Makefile:1.9 pkgsrc/net/hub/Makefile:1.10
--- pkgsrc/net/hub/Makefile:1.9 Sat Jul 14 11:06:17 2018
+++ pkgsrc/net/hub/Makefile     Fri Aug 24 11:29:35 2018
@@ -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}

Index: pkgsrc/net/hub/distinfo
diff -u pkgsrc/net/hub/distinfo:1.5 pkgsrc/net/hub/distinfo:1.6
--- pkgsrc/net/hub/distinfo:1.5 Sat Jul 14 11:06:17 2018
+++ pkgsrc/net/hub/distinfo     Fri Aug 24 11:29:35 2018
@@ -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

Index: pkgsrc/net/hub/files/hub.1
diff -u pkgsrc/net/hub/files/hub.1:1.2 pkgsrc/net/hub/files/hub.1:1.3
--- pkgsrc/net/hub/files/hub.1:1.2      Sat Jul 14 11:06:18 2018
+++ pkgsrc/net/hub/files/hub.1  Fri Aug 24 11:29:35 2018
@@ -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 @@ Add missing remotes prior to performing 
 .
 .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