Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 438351A921F for ; Sun, 17 Apr 2022 10:33:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8CE7984E73; Sun, 17 Apr 2022 10:33:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C8A3384D54 for ; Sun, 17 Apr 2022 10:33:41 +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 cZThVp1WtU9t for ; Sun, 17 Apr 2022 10:33:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4FF3D84D2F for ; Sun, 17 Apr 2022 10:33:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C46DFB19; Sun, 17 Apr 2022 10:33:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165019162176610" MIME-Version: 1.0 Date: Sun, 17 Apr 2022 10:33:41 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/fonts/ttfdump To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220417103341.4C46DFB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165019162176610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Apr 17 10:33:41 UTC 2022 Modified Files: pkgsrc/fonts/ttfdump: Makefile distinfo Log Message: ttfdump: update to 0.5.5nb9 - texlive 2022 version To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/fonts/ttfdump/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/fonts/ttfdump/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165019162176610 Content-Disposition: inline Content-Length: 1603 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/ttfdump/Makefile diff -u pkgsrc/fonts/ttfdump/Makefile:1.11 pkgsrc/fonts/ttfdump/Makefile:1.12 --- pkgsrc/fonts/ttfdump/Makefile:1.11 Sun Jun 6 01:17:17 2021 +++ pkgsrc/fonts/ttfdump/Makefile Sun Apr 17 10:33:41 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2021/06/06 01:17:17 markd Exp $ +# $NetBSD: Makefile,v 1.12 2022/04/17 10:33:41 markd Exp $ .include "../../print/texlive/Makefile.common" PKGNAME= ttfdump-0.5.5 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= fonts HOMEPAGE= https://www.freetype.org/ Index: pkgsrc/fonts/ttfdump/distinfo diff -u pkgsrc/fonts/ttfdump/distinfo:1.12 pkgsrc/fonts/ttfdump/distinfo:1.13 --- pkgsrc/fonts/ttfdump/distinfo:1.12 Tue Oct 26 10:28:38 2021 +++ pkgsrc/fonts/ttfdump/distinfo Sun Apr 17 10:33:41 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 10:28:38 nia Exp $ +$NetBSD: distinfo,v 1.13 2022/04/17 10:33:41 markd Exp $ -BLAKE2s (texlive-20210325-source.tar.xz) = 1ff1ac8c15651d79483605f071a71c7eb253477627b3f478c261a87bf98a7186 -SHA512 (texlive-20210325-source.tar.xz) = afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213 -Size (texlive-20210325-source.tar.xz) = 54837368 bytes +BLAKE2s (texlive-20220321-source.tar.xz) = 1f3a5c33cba94663158aba15b12da5a265b8ec44eab741a6b9f1037d0c412341 +SHA512 (texlive-20220321-source.tar.xz) = 1c6b4c80d474b661060c3ac126b41782fd34e883139b9bca89ca1ffe543891bd9451df3be5e6297af965ddbceea9802008a61589344c3dee8075044b1b288dd7 +Size (texlive-20220321-source.tar.xz) = 67975836 bytes --_----------=_165019162176610--