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 C60211A921F for ; Sun, 17 Apr 2022 11:17:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1064684E74; Sun, 17 Apr 2022 11:17:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A8CF84E73 for ; Sun, 17 Apr 2022 11:17:45 +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 fySKhbA9IJmG for ; Sun, 17 Apr 2022 11:17:44 +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 9B67484D2F for ; Sun, 17 Apr 2022 11:17:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92B6DFB19; Sun, 17 Apr 2022 11:17:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650194264242670" MIME-Version: 1.0 Date: Sun, 17 Apr 2022 11:17:44 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-langczechslovak To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220417111744.92B6DFB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650194264242670 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:17:44 UTC 2022 Modified Files: pkgsrc/meta-pkgs/texlive-collection-langczechslovak: Makefile Log Message: texlive-collection-langczechslovak: bump version to 2022 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ pkgsrc/meta-pkgs/texlive-collection-langczechslovak/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650194264242670 Content-Disposition: inline Content-Length: 723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-langczechslovak/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-langczechslovak/Makefile:1.13 pkgsrc/meta-pkgs/texlive-collection-langczechslovak/Makefile:1.14 --- pkgsrc/meta-pkgs/texlive-collection-langczechslovak/Makefile:1.13 Sun May 10 04:13:25 2020 +++ pkgsrc/meta-pkgs/texlive-collection-langczechslovak/Makefile Sun Apr 17 11:17:44 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2020/05/10 04:13:25 markd Exp $ +# $NetBSD: Makefile,v 1.14 2022/04/17 11:17:44 markd Exp $ DISTNAME= collection-langczechslovak -PKGNAME= texlive-${DISTNAME}-2020 +PKGNAME= texlive-${DISTNAME}-2022 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 54074 --_----------=_1650194264242670--