Received: by mail.netbsd.org (Postfix, from userid 605) id 5C4CC84F2B; Wed, 20 Apr 2022 20:31:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 978F184D1B for ; Wed, 20 Apr 2022 20:31:01 +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 P4G3-tGOKwVR for ; Wed, 20 Apr 2022 20:31: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 1A10084CD8 for ; Wed, 20 Apr 2022 20:31:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17480FB1A; Wed, 20 Apr 2022 20:31:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165048666163300" MIME-Version: 1.0 Date: Wed, 20 Apr 2022 20:31:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/diff-so-fancy To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220420203101.17480FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165048666163300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 20 20:31:01 UTC 2022 Modified Files: pkgsrc/devel/diff-so-fancy: Makefile distinfo Log Message: diff-so-fancy: update to 1.4.3. This is a maintenance release. This code was already "released" but wasn't official on Github. This just makes it official on Github. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/diff-so-fancy/Makefile \ pkgsrc/devel/diff-so-fancy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165048666163300 Content-Disposition: inline Content-Length: 1621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/diff-so-fancy/Makefile diff -u pkgsrc/devel/diff-so-fancy/Makefile:1.1 pkgsrc/devel/diff-so-fancy/Makefile:1.2 --- pkgsrc/devel/diff-so-fancy/Makefile:1.1 Sun Jan 9 14:29:19 2022 +++ pkgsrc/devel/diff-so-fancy/Makefile Wed Apr 20 20:31:00 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/01/09 14:29:19 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/04/20 20:31:00 wiz Exp $ -DISTNAME= diff-so-fancy-1.4.2 +DISTNAME= diff-so-fancy-1.4.3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_GITHUB:=so-fancy/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/devel/diff-so-fancy/distinfo diff -u pkgsrc/devel/diff-so-fancy/distinfo:1.1 pkgsrc/devel/diff-so-fancy/distinfo:1.2 --- pkgsrc/devel/diff-so-fancy/distinfo:1.1 Sun Jan 9 14:29:19 2022 +++ pkgsrc/devel/diff-so-fancy/distinfo Wed Apr 20 20:31:00 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/01/09 14:29:19 wiz Exp $ +$NetBSD: distinfo,v 1.2 2022/04/20 20:31:00 wiz Exp $ -BLAKE2s (diff-so-fancy-1.4.2.tar.gz) = c206a89dfad84984342d3b02716a13e636bbce25ee59770c75075eb1e460f0b2 -SHA512 (diff-so-fancy-1.4.2.tar.gz) = cedef279417708d4cbbc6d37fe8b4ba4e71b2bc759a86abab068242db3ff71336c7672251fd6d558bd38e2e5a3084caf19fb5a3c2e76d22dbbd07cf56ec29110 -Size (diff-so-fancy-1.4.2.tar.gz) = 51750 bytes +BLAKE2s (diff-so-fancy-1.4.3.tar.gz) = a808f8b317c6c74260e77eb1f55622fbae1a000968e0ef0e373135115212de1f +SHA512 (diff-so-fancy-1.4.3.tar.gz) = 9c85c0ffcb7235ad985377206e93e56bdac3926f029d8ab8a899a4391339f344049e9bfe4b77df0f2bda29720ab454378218ea3752b97f40b5ac7ba72a5fa047 +Size (diff-so-fancy-1.4.3.tar.gz) = 51800 bytes --_----------=_165048666163300--