Received: by mail.netbsd.org (Postfix, from userid 605) id 6900184EAB; Wed, 28 Jul 2021 14:04:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97F3184E96 for ; Wed, 28 Jul 2021 14:04:31 +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 WwEBh82fRzgS for ; Wed, 28 Jul 2021 14:04:31 +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 06D0484C71 for ; Wed, 28 Jul 2021 14:04:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F27F0FA97; Wed, 28 Jul 2021 14:04:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162748107021860" MIME-Version: 1.0 Date: Wed, 28 Jul 2021 14:04:30 +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: <20210728140430.F27F0FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162748107021860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Jul 28 14:04:30 UTC 2021 Modified Files: pkgsrc/devel/mob: Makefile distinfo Log Message: Update to 1.8.0. From the changelog: - `mob next` does not show the same committer multiple times in the list of previous committers. - `mob next` does not suggest the current Git user to be the next typist as long as there were other persons involved in the mob. - `mob next` performs a simple lookahead to also suggest persons who might have been absent only during the last mob round. - When user.name is not set in the git config, mob no longer shows an error but a warning with a help how to fix it. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/mob/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/mob/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162748107021860 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.20 pkgsrc/devel/mob/Makefile:1.21 --- pkgsrc/devel/mob/Makefile:1.20 Tue Jul 13 11:36:43 2021 +++ pkgsrc/devel/mob/Makefile Wed Jul 28 14:04:30 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2021/07/13 11:36:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.21 2021/07/28 14:04:30 schmonz Exp $ -DISTNAME= ${GITHUB_PROJECT}-1.7.0 -PKGREVISION= 1 +DISTNAME= ${GITHUB_PROJECT}-1.8.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/} GITHUB_PROJECT= mob Index: pkgsrc/devel/mob/distinfo diff -u pkgsrc/devel/mob/distinfo:1.11 pkgsrc/devel/mob/distinfo:1.12 --- pkgsrc/devel/mob/distinfo:1.11 Mon Jun 28 20:29:52 2021 +++ pkgsrc/devel/mob/distinfo Wed Jul 28 14:04:30 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2021/06/28 20:29:52 schmonz Exp $ +$NetBSD: distinfo,v 1.12 2021/07/28 14:04:30 schmonz Exp $ -SHA1 (mob-1.7.0.tar.gz) = aa600fed4bcb18ae8cecd4a1142d213008218a85 -RMD160 (mob-1.7.0.tar.gz) = b6c3da0e2c0988f6b3e0909d3c222d1da688d9c2 -SHA512 (mob-1.7.0.tar.gz) = 4610d25c5aadc5f28b3ea19e11b347c15b5f1c051c465d099820786cd8b0635ef079eb829d80ca56825fd3580fcddb1dfdfa114ec5ed3e31ef5043d33ef63593 -Size (mob-1.7.0.tar.gz) = 36447 bytes +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 --_----------=_162748107021860--