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