Received: by mail.netbsd.org (Postfix, from userid 605) id B432384DCB; Mon, 22 Feb 2021 10:26:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D995084DCA for ; Mon, 22 Feb 2021 10:26: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 q7a8zJnHaDFi for ; Mon, 22 Feb 2021 10:26:03 +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 24DDA84D32 for ; Mon, 22 Feb 2021 10:26:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 186C2FA95; Mon, 22 Feb 2021 10:26:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161398956345240" MIME-Version: 1.0 Date: Mon, 22 Feb 2021 10:26:03 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-langjapanese To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210222102603.186C2FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161398956345240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Feb 22 10:26:03 UTC 2021 Modified Files: pkgsrc/meta-pkgs/texlive-collection-langjapanese: Makefile Log Message: texlive-collection-langjapanese: update to 2020 +tex-{uplatex,uptex} To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161398956345240 Content-Disposition: inline Content-Length: 1230 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.17 pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.18 --- pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.17 Sun Feb 21 11:22:59 2021 +++ pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile Mon Feb 22 10:26:02 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2021/02/21 11:22:59 markd Exp $ +# $NetBSD: Makefile,v 1.18 2021/02/22 10:26:02 markd Exp $ DISTNAME= collection-langjapanese -PKGNAME= texlive-${DISTNAME}-2020pre2 +PKGNAME= texlive-${DISTNAME}-2020 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 54894 @@ -60,8 +60,8 @@ DEPENDS+= tex-pxjodel-[0-9]*:../../fonts DEPENDS+= tex-pxrubrica-[0-9]*:../../print/tex-pxrubrica DEPENDS+= tex-pxufont-[0-9]*:../../fonts/tex-pxufont # texlive-ja is documentation only -# depend uplatex -# depend uptex +DEPENDS+= tex-uplatex-[0-9]*:../../print/tex-uplatex +DEPENDS+= tex-uptex-[0-9]*:../../print/tex-uptex DEPENDS+= tex-uptex-base-[0-9]*:../../print/tex-uptex-base DEPENDS+= tex-uptex-fonts-[0-9]*:../../fonts/tex-uptex-fonts DEPENDS+= tex-wadalab-[0-9]*:../../fonts/tex-wadalab --_----------=_161398956345240--