Received: by mail.netbsd.org (Postfix, from userid 605) id 832FB84F3A; Wed, 18 Aug 2021 23:57:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BBA7484E64 for ; Wed, 18 Aug 2021 23:57:29 +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 lYWUJYoB7jjC for ; Wed, 18 Aug 2021 23:57:29 +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 3665684E5C for ; Wed, 18 Aug 2021 23:57:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D21B3FA97; Wed, 18 Aug 2021 23:57:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629331048151240" MIME-Version: 1.0 Date: Wed, 18 Aug 2021 23:57:28 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/mob To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20210818235728.D21B3FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629331048151240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Aug 18 23:57:28 UTC 2021 Modified Files: pkgsrc/devel/mob: Makefile distinfo Log Message: Update to 1.9.0. From the changelog: - Show commit hash of WIP commits made by the `mob` tool on the console. - `mob start --include-uncommitted-changes` now fails fast. That means, if `mob` can detect any issue preventing it to succeed, it will exit BEFORE calling `git stash`. This will make error recovery much easier as one doesn't have to think about applying any stashes by themselves. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/mob/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/mob/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629331048151240 Content-Disposition: inline Content-Length: 1592 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/mob/Makefile diff -u pkgsrc/devel/mob/Makefile:1.22 pkgsrc/devel/mob/Makefile:1.23 --- pkgsrc/devel/mob/Makefile:1.22 Wed Aug 11 19:35:14 2021 +++ pkgsrc/devel/mob/Makefile Wed Aug 18 23:57:28 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2021/08/11 19:35:14 bsiegert Exp $ +# $NetBSD: Makefile,v 1.23 2021/08/18 23:57:28 schmonz Exp $ -DISTNAME= ${GITHUB_PROJECT}-1.8.0 -PKGREVISION= 1 +DISTNAME= ${GITHUB_PROJECT}-1.9.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/} GITHUB_PROJECT= mob Index: pkgsrc/devel/mob/distinfo diff -u pkgsrc/devel/mob/distinfo:1.12 pkgsrc/devel/mob/distinfo:1.13 --- pkgsrc/devel/mob/distinfo:1.12 Wed Jul 28 14:04:30 2021 +++ pkgsrc/devel/mob/distinfo Wed Aug 18 23:57:28 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2021/07/28 14:04:30 schmonz Exp $ +$NetBSD: distinfo,v 1.13 2021/08/18 23:57:28 schmonz Exp $ -SHA1 (mob-1.8.0.tar.gz) = f1c24e387f25514f1380f1122f23baa8565d1977 -RMD160 (mob-1.8.0.tar.gz) = 3b1699d7e97cf5e00974b0c30eae6ae7549cfe4b -SHA512 (mob-1.8.0.tar.gz) = d34c08606d4b2978c33afb479fdd090caff0b4a3cd4e03a4fea449eea730f9b8584d2b1f268984c51cdaa691370bdece395102a72e2a8ca49eb42c6c8e613553 -Size (mob-1.8.0.tar.gz) = 38095 bytes +SHA1 (mob-1.9.0.tar.gz) = 42b81bbfdd7e6d90e31ecb2a4d7b4a4ee899a801 +RMD160 (mob-1.9.0.tar.gz) = 90dd7a541bb20e50c7872968a08ed901fb357607 +SHA512 (mob-1.9.0.tar.gz) = 0db86979847838a9411caacf9858d8d7c8bef859e8bd45088fd5e5b15a1b510046a98b1e0e6729ae26cd9b0dd5a87623b168e2004fbf6fb1218329a2bcf2cc80 +Size (mob-1.9.0.tar.gz) = 37775 bytes --_----------=_1629331048151240--