Received: by mail.netbsd.org (Postfix, from userid 605) id 7C42984D86; Fri, 24 Aug 2018 11:29:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 67BF484D7A for ; Fri, 24 Aug 2018 11:29:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mm9xtIS4Yr0L for ; Fri, 24 Aug 2018 11:29:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8554F84D41 for ; Fri, 24 Aug 2018 11:29:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A5AAFBEC; Fri, 24 Aug 2018 11:29:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1535110175138090" MIME-Version: 1.0 Date: Fri, 24 Aug 2018 11:29:35 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/hub To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180824112935.6A5AAFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1535110175138090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1535110175138090 Content-Disposition: inline Content-Length: 2177 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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) --_----------=_1535110175138090--