Received: by mail.netbsd.org (Postfix, from userid 605) id 3345484E30; Wed, 31 Oct 2018 08:35:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3708184D86 for ; Wed, 31 Oct 2018 08:35:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rEdDN-9v_F9M for ; Wed, 31 Oct 2018 08:35:32 +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 5E5AC84C82 for ; Wed, 31 Oct 2018 08:35:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58454FBEE; Wed, 31 Oct 2018 08:35:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154097493263660" MIME-Version: 1.0 Date: Wed, 31 Oct 2018 08:35:32 +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: <20181031083532.58454FBEE@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. --_----------=_154097493263660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Oct 31 08:35:32 UTC 2018 Modified Files: pkgsrc/net/hub: Makefile distinfo pkgsrc/net/hub/files: hub.1 Log Message: hub: Update net/hub to 2.6.0 Changes: 2.6.0 ----- Features -------- - Use "scissors" line to delineate comments in editable messages instead of stripping away lines that start with #. This helps preserve Markdown headings in hub pull-request, hub release create, and similar commands that open a text editor interactively. Everything above the following line is kept in the message; everything below is discarded: # ------------------------ >8 ------------------------ - New command hub issue show - Add hub release show --format= functionality - hub pr list --format=%rs lists requested reviewers - Add support for communicating with GitHub Enterprise over Unix socket # ~/.config/hub example.com: user: USER oauth_token: TOKEN unix_socket: /path/to/socket Fixes ----- - Prevent hub create setting a public upstream when creating a private repo - Fix hub create in place of a renamed repo - Fix hub release create/edit/delete when there are multiple git remotes - Auto-detect private/pushable repos in hub remote add - Fix hub ci-status exit code when there is only Checks - Allow hub compare even if not on any branch - Ensure consistent sort direction when listing issues, PRs - Match requested team names by slug instead of name in hub pull-request -r To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/hub/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/hub/distinfo cvs rdiff -u -r1.3 -r1.4 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. --_----------=_154097493263660 Content-Disposition: inline Content-Length: 2205 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.10 pkgsrc/net/hub/Makefile:1.11 --- pkgsrc/net/hub/Makefile:1.10 Fri Aug 24 11:29:35 2018 +++ pkgsrc/net/hub/Makefile Wed Oct 31 08:35:32 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/08/24 11:29:35 leot Exp $ +# $NetBSD: Makefile,v 1.11 2018/10/31 08:35:32 leot Exp $ -DISTNAME= hub-2.5.1 +DISTNAME= hub-2.6.0 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.6 pkgsrc/net/hub/distinfo:1.7 --- pkgsrc/net/hub/distinfo:1.6 Fri Aug 24 11:29:35 2018 +++ pkgsrc/net/hub/distinfo Wed Oct 31 08:35:32 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2018/08/24 11:29:35 leot Exp $ +$NetBSD: distinfo,v 1.7 2018/10/31 08:35:32 leot Exp $ -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 +SHA1 (hub-2.6.0.tar.gz) = 3dc5e55321f0f25adb87c4443cb7992d8d5013ce +RMD160 (hub-2.6.0.tar.gz) = a31c1271abc542c29c57845818875aa22241ad84 +SHA512 (hub-2.6.0.tar.gz) = 07a9f6d4362818adf68b4d0f43ed0f4b9bddfe347a6b7e10146b84b04e2699864361e629b19560f97c3ea4cf8ec020dc9ec52f9f156f3969b18e9085054f281f +Size (hub-2.6.0.tar.gz) = 994022 bytes Index: pkgsrc/net/hub/files/hub.1 diff -u pkgsrc/net/hub/files/hub.1:1.3 pkgsrc/net/hub/files/hub.1:1.4 --- pkgsrc/net/hub/files/hub.1:1.3 Fri Aug 24 11:29:35 2018 +++ pkgsrc/net/hub/files/hub.1 Wed Oct 31 08:35:32 2018 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "HUB" "1" "August 2018" "" "" +.TH "HUB" "1" "October 2018" "" "" . .SH "NAME" \fBhub\fR \- make git easier with GitHub @@ -53,7 +53,7 @@ Initialize a git repository and add a re . .TP hub\-merge(1) -Merge a pull request with a message like the GitHub Merge Button\. +Merge a pull request locally with a message like the GitHub Merge Button\. . .TP hub\-push(1) --_----------=_154097493263660--