Received: by mail.netbsd.org (Postfix, from userid 605) id 4448184E54; Fri, 19 Aug 2022 00:09:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B73AB84E54 for ; Fri, 19 Aug 2022 00:01:01 +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 mHwQX_-RwdQK for ; Fri, 19 Aug 2022 00:01:01 +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 2D9C784CFA for ; Fri, 19 Aug 2022 00:01:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2745EFB1A; Fri, 19 Aug 2022 00:01:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166086726171810" MIME-Version: 1.0 Date: Fri, 19 Aug 2022 00:01:01 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/catch To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220819000101.2745EFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166086726171810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Fri Aug 19 00:01:01 UTC 2022 Modified Files: pkgsrc/devel/catch: Makefile distinfo Log Message: catch: latest version on the 1.x legacy branch is 1.12.2, update to that To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/catch/Makefile \ pkgsrc/devel/catch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166086726171810 Content-Disposition: inline Content-Length: 1472 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/catch/Makefile diff -u pkgsrc/devel/catch/Makefile:1.6 pkgsrc/devel/catch/Makefile:1.7 --- pkgsrc/devel/catch/Makefile:1.6 Thu Aug 18 23:59:06 2022 +++ pkgsrc/devel/catch/Makefile Fri Aug 19 00:01:00 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/08/18 23:59:06 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2022/08/19 00:01:00 tnn Exp $ -DISTNAME= Catch-1.11.0 +DISTNAME= Catch-1.12.2 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=catchorg/} Index: pkgsrc/devel/catch/distinfo diff -u pkgsrc/devel/catch/distinfo:1.6 pkgsrc/devel/catch/distinfo:1.7 --- pkgsrc/devel/catch/distinfo:1.6 Thu Aug 18 23:59:06 2022 +++ pkgsrc/devel/catch/distinfo Fri Aug 19 00:01:00 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/08/18 23:59:06 tnn Exp $ +$NetBSD: distinfo,v 1.7 2022/08/19 00:01:00 tnn Exp $ -BLAKE2s (Catch-1.11.0.tar.gz) = 59c56f7a7cee6394fe1e58d919a886137e9bb2feaf5c5e8a78b1735393d79c35 -SHA512 (Catch-1.11.0.tar.gz) = 732b24db7cda421777b032af976db9e735d801dbf23f47e3f8f76f5a9b3b5b29f2b6383abee1a076fb785ba9311cc5eef4ea3d938d413c6e79f76feb02d817cf -Size (Catch-1.11.0.tar.gz) = 376145 bytes +BLAKE2s (Catch-1.12.2.tar.gz) = 5ecb8882108c3c6fab5f434cae7a20f791e20902687edf9dde02394f0ca52f16 +SHA512 (Catch-1.12.2.tar.gz) = ed963cdca9fe307ee02928677f81cafcb41cd607faaa315182fdf898d0f2aa28f0be2141bd642f46fdfac400c38f6d065e00a595a1e5879fe2335c4a3851e844 +Size (Catch-1.12.2.tar.gz) = 377265 bytes --_----------=_166086726171810--