Received: by mail.netbsd.org (Postfix, from userid 605) id DF1E784D80; Thu, 16 Feb 2023 15:04:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B6F884D60 for ; Thu, 16 Feb 2023 15:04:33 +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 y0Qh1ajDP8QS for ; Thu, 16 Feb 2023 15:04: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 8F56484D44 for ; Thu, 16 Feb 2023 15:04:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8449CFA90; Thu, 16 Feb 2023 15:04:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167655987232420" MIME-Version: 1.0 Date: Thu, 16 Feb 2023 15:04:32 +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: <20230216150432.8449CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167655987232420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Feb 16 15:04:32 UTC 2023 Modified Files: pkgsrc/devel/mob: Makefile distinfo Log Message: Update to 4.3.0. From the changelog: - Feature: Adds `MOB_START_COMMIT_MESSAGE` config property for changing the commit message on `mob start` empty commit introduced in 4.2.0. This should help overcome problems with pre-receive git hooks. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/mob/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/mob/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167655987232420 Content-Disposition: inline Content-Length: 1499 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.66 pkgsrc/devel/mob/Makefile:1.67 --- pkgsrc/devel/mob/Makefile:1.66 Thu Feb 16 15:02:09 2023 +++ pkgsrc/devel/mob/Makefile Thu Feb 16 15:04:32 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2023/02/16 15:02:09 bsiegert Exp $ +# $NetBSD: Makefile,v 1.67 2023/02/16 15:04:32 schmonz Exp $ -DISTNAME= mob-4.2.0 -PKGREVISION= 1 +DISTNAME= mob-4.3.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/devel/mob/distinfo diff -u pkgsrc/devel/mob/distinfo:1.38 pkgsrc/devel/mob/distinfo:1.39 --- pkgsrc/devel/mob/distinfo:1.38 Sat Jan 21 03:41:10 2023 +++ pkgsrc/devel/mob/distinfo Thu Feb 16 15:04:32 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2023/01/21 03:41:10 schmonz Exp $ +$NetBSD: distinfo,v 1.39 2023/02/16 15:04:32 schmonz Exp $ -BLAKE2s (mob-4.2.0.tar.gz) = 56935122882083fc15e0eb9f4c323c5acd2b2d1f8f43854cc501d56dbaa9d761 -SHA512 (mob-4.2.0.tar.gz) = 80181fd6e967a893d5928417679a4f2d23a850a5c8e25671b90202eaaea2d04892a72f7c95505fc8d8911532f7dea24c11b6adf7207a88b9ccb0de7b27b0df0d -Size (mob-4.2.0.tar.gz) = 515959 bytes +BLAKE2s (mob-4.3.0.tar.gz) = a66f692e8bb080a0981afce5384f54c9fff688a1976f6bebb89ba194422ade7e +SHA512 (mob-4.3.0.tar.gz) = 3f493773578d0d04adfd1e87e9640e427f2db12769c7645c0ccd458191c1be1a54bf9f10593b85a02ee0c69043059ab3791cc881c1f88b21a66484adad93bbd0 +Size (mob-4.3.0.tar.gz) = 516063 bytes --_----------=_167655987232420--