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 B7A701A923A for ; Sun, 17 Apr 2022 10:30:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 096BB84E77; Sun, 17 Apr 2022 10:30:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43D6884D54 for ; Sun, 17 Apr 2022 10:30:03 +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 dNoTp0sgGYs5 for ; Sun, 17 Apr 2022 10:30:02 +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 5FFCB84D2F for ; Sun, 17 Apr 2022 10:30:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 577FBFB19; Sun, 17 Apr 2022 10:30:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650191402294050" MIME-Version: 1.0 Date: Sun, 17 Apr 2022 10:30:02 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/fonts/gsftopkk To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220417103002.577FBFB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650191402294050 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:30:02 UTC 2022 Modified Files: pkgsrc/fonts/gsftopkk: Makefile distinfo Log Message: gsftopkk: update to 1.19.2nb13 - texlive 2022 version To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/fonts/gsftopkk/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/fonts/gsftopkk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650191402294050 Content-Disposition: inline Content-Length: 1637 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/gsftopkk/Makefile diff -u pkgsrc/fonts/gsftopkk/Makefile:1.18 pkgsrc/fonts/gsftopkk/Makefile:1.19 --- pkgsrc/fonts/gsftopkk/Makefile:1.18 Sun Jun 6 01:17:17 2021 +++ pkgsrc/fonts/gsftopkk/Makefile Sun Apr 17 10:30:02 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2021/06/06 01:17:17 markd Exp $ +# $NetBSD: Makefile,v 1.19 2022/04/17 10:30:02 markd Exp $ .include "../../print/texlive/Makefile.common" PKGNAME= gsftopkk-1.19.2 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= print HOMEPAGE= https://math.berkeley.edu/~vojta/gsftopk.html Index: pkgsrc/fonts/gsftopkk/distinfo diff -u pkgsrc/fonts/gsftopkk/distinfo:1.16 pkgsrc/fonts/gsftopkk/distinfo:1.17 --- pkgsrc/fonts/gsftopkk/distinfo:1.16 Tue Oct 26 10:27:12 2021 +++ pkgsrc/fonts/gsftopkk/distinfo Sun Apr 17 10:30:02 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 10:27:12 nia Exp $ +$NetBSD: distinfo,v 1.17 2022/04/17 10:30:02 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 --_----------=_1650191402294050--