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 71E531A921F for ; Sun, 17 Apr 2022 11:16:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9AF1284E74; Sun, 17 Apr 2022 11:16:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D67CA84E73 for ; Sun, 17 Apr 2022 11:16:30 +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 VeZSL7WxTiOq for ; Sun, 17 Apr 2022 11:16:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2AC3684D2F for ; Sun, 17 Apr 2022 11:16:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 246A6FB19; Sun, 17 Apr 2022 11:16:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650194190170480" MIME-Version: 1.0 Date: Sun, 17 Apr 2022 11:16:30 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-fontsrecommended To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220417111630.246A6FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650194190170480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Apr 17 11:16:30 UTC 2022 Modified Files: pkgsrc/meta-pkgs/texlive-collection-fontsrecommended: Makefile Log Message: texlive-collection-fontsrecommended: bump version to 2022 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \ pkgsrc/meta-pkgs/texlive-collection-fontsrecommended/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650194190170480 Content-Disposition: inline Content-Length: 724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-fontsrecommended/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-fontsrecommended/Makefile:1.8 pkgsrc/meta-pkgs/texlive-collection-fontsrecommended/Makefile:1.9 --- pkgsrc/meta-pkgs/texlive-collection-fontsrecommended/Makefile:1.8 Sun Apr 26 12:29:35 2020 +++ pkgsrc/meta-pkgs/texlive-collection-fontsrecommended/Makefile Sun Apr 17 11:16:29 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2020/04/26 12:29:35 markd Exp $ +# $NetBSD: Makefile,v 1.9 2022/04/17 11:16:29 markd Exp $ DISTNAME= collection-fontsrecommended -PKGNAME= texlive-${DISTNAME}-2020 +PKGNAME= texlive-${DISTNAME}-2022 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 54074 --_----------=_1650194190170480--