Received: by mail.netbsd.org (Postfix, from userid 605) id DEB8484DDC; Thu, 2 Jan 2020 11:52:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6754D84D8C for ; Thu, 2 Jan 2020 11:52:49 +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 PhlFSVLOVflI for ; Thu, 2 Jan 2020 11:52:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C83A684CFD for ; Thu, 2 Jan 2020 11:52:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5919FA97; Thu, 2 Jan 2020 11:52:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577965968114250" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 11:52:48 +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: <20200102115248.C5919FA97@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. --_----------=_1577965968114250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Jan 2 11:52:48 UTC 2020 Modified Files: pkgsrc/net/hub: Makefile distinfo Log Message: hub: Update to 2.13.0 Changes: 2.13.0 ------ * New command: hub gist * Add git pr show --format=... flag * Add hub api --obey-ratelimit flag * hub help: support compressed man pages * Add hub release download --include=PATTERN flag * hub help: Enable hub help --web * hub release: Retry attaching release assets on 5xx server errors * hub pr checkout fixes + handle case when the PR given matches the current branch + avoid overriding existing branch merge config * hub release: Fail fast when attempting to attach unavailable files * Honor HTTPS_PROXY, NO_PROXY environment variables * Strip "co-authored-by" lines when populating PR body from git log * git compatibility: have hub --help open the man page * hub fork bash completion improvements * hub pr fish completion improvements 2.12.8 ------ * hub compare: improve upstream branch detection & error messages * hub compare: allow slash character in branch names * hub api: fix GraphQL requests made to Enterprise hosts * Docs: clarify --message, --file, and --edit flags 2.12.7 ------ * Fix password prompt on Windows To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/hub/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/hub/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577965968114250 Content-Disposition: inline Content-Length: 1546 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.34 pkgsrc/net/hub/Makefile:1.35 --- pkgsrc/net/hub/Makefile:1.34 Fri Dec 13 07:43:49 2019 +++ pkgsrc/net/hub/Makefile Thu Jan 2 11:52:48 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2019/12/13 07:43:49 bsiegert Exp $ +# $NetBSD: Makefile,v 1.35 2020/01/02 11:52:48 leot Exp $ -DISTNAME= hub-2.12.6 -PKGREVISION= 3 +DISTNAME= hub-2.13.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.19 pkgsrc/net/hub/distinfo:1.20 --- pkgsrc/net/hub/distinfo:1.19 Sun Sep 22 15:09:07 2019 +++ pkgsrc/net/hub/distinfo Thu Jan 2 11:52:48 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2019/09/22 15:09:07 leot Exp $ +$NetBSD: distinfo,v 1.20 2020/01/02 11:52:48 leot Exp $ -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 +SHA1 (hub-2.13.0.tar.gz) = 3069d842617461ed5708e767d8ed0de7a7f838c7 +RMD160 (hub-2.13.0.tar.gz) = 97deb67284fe6c5cf85b1e3376618924c78b06ff +SHA512 (hub-2.13.0.tar.gz) = 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342 +Size (hub-2.13.0.tar.gz) = 2074748 bytes --_----------=_1577965968114250--