Received: by mail.netbsd.org (Postfix, from userid 605) id 611D384DC5; Sat, 27 Feb 2021 18:33:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97ADD84DB1 for ; Sat, 27 Feb 2021 18:33:25 +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 jF_JwHhtEphz for ; Sat, 27 Feb 2021 18:33:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1248A84CE3 for ; Sat, 27 Feb 2021 18:33:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05A76FA95; Sat, 27 Feb 2021 18:33:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614450804244090" MIME-Version: 1.0 Date: Sat, 27 Feb 2021 18:33:24 +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: <20210227183325.05A76FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614450804244090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Feb 27 18:33:24 UTC 2021 Modified Files: pkgsrc/devel/mob: Makefile distinfo Log Message: Update to 1.3.0. From the changelog: - The default `MOB_COMMIT_MESSAGE` now includes `[ci skip]` and `[skip ci]` so that all the typical CI systems (including Azure DevOps) will skip this commit. - Add `--squash` option to `mob done` that corresponds to `--no-squash`. - Fixes the default text to speech command on linux and osx. - Removed `MOB_DEBUG` environment variable (has been deprecated for some time). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/mob/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/mob/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614450804244090 Content-Disposition: inline Content-Length: 1570 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.10 pkgsrc/devel/mob/Makefile:1.11 --- pkgsrc/devel/mob/Makefile:1.10 Mon Feb 1 17:13:39 2021 +++ pkgsrc/devel/mob/Makefile Sat Feb 27 18:33:24 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/02/01 17:13:39 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2021/02/27 18:33:24 schmonz Exp $ -DISTNAME= ${GITHUB_PROJECT}-1.2.0 +DISTNAME= ${GITHUB_PROJECT}-1.3.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/} GITHUB_PROJECT= mob Index: pkgsrc/devel/mob/distinfo diff -u pkgsrc/devel/mob/distinfo:1.6 pkgsrc/devel/mob/distinfo:1.7 --- pkgsrc/devel/mob/distinfo:1.6 Mon Feb 1 17:13:39 2021 +++ pkgsrc/devel/mob/distinfo Sat Feb 27 18:33:24 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2021/02/01 17:13:39 schmonz Exp $ +$NetBSD: distinfo,v 1.7 2021/02/27 18:33:24 schmonz Exp $ -SHA1 (mob-1.2.0.tar.gz) = bbd3710272e89839a016d935d7f338f8a369a7bb -RMD160 (mob-1.2.0.tar.gz) = bc158856ec4255517e792cb49da6034b5bc0fb41 -SHA512 (mob-1.2.0.tar.gz) = 6d1138a36b48a5393f77a7df5fcea94bc0d7d6613ece6632d2f05a058d9f5fe9880b1b49c70c15f1bc85fbdcfb391c9847da13bd8ef44becd39f554527b70891 -Size (mob-1.2.0.tar.gz) = 27000 bytes +SHA1 (mob-1.3.0.tar.gz) = eaf01ce3cc115332fa428b076b2a7a01e1451a89 +RMD160 (mob-1.3.0.tar.gz) = 7b9366c0462bf3c25292b7c8492fd85600030266 +SHA512 (mob-1.3.0.tar.gz) = 7a5e5225132405d081512dd71f36a41058dee8f82e6be046be5f4c1e954899ef1f9653bf24492d13f429f2fa1e5d6ff1f176c7674aef13aec5af58fb2bd808c5 +Size (mob-1.3.0.tar.gz) = 27356 bytes --_----------=_1614450804244090--