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 699E61A921F for ; Sat, 16 Apr 2022 02:18:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A1DC784E57; Sat, 16 Apr 2022 02:18:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D8DB784DBD for ; Sat, 16 Apr 2022 02:17:59 +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 kIiS70Uu5j-h for ; Sat, 16 Apr 2022 02:17:59 +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 546E284D28 for ; Sat, 16 Apr 2022 02:17:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 478D9FB24; Sat, 16 Apr 2022 02:17:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650075479248300" MIME-Version: 1.0 Date: Sat, 16 Apr 2022 02:17:59 +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: <20220416021759.478D9FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650075479248300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Apr 16 02:17:59 UTC 2022 Modified Files: pkgsrc/meta-pkgs/texlive-collection-langjapanese: Makefile Log Message: texlive-collection-langjapanese: update to revision 62958 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 \ 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. --_----------=_1650075479248300 Content-Disposition: inline Content-Length: 2073 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.20 pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.21 --- pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.20 Thu Apr 14 01:41:18 2022 +++ pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile Sat Apr 16 02:17:59 2022 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2022/04/14 01:41:18 markd Exp $ +# $NetBSD: Makefile,v 1.21 2022/04/16 02:17:59 markd Exp $ DISTNAME= collection-langjapanese -PKGNAME= texlive-${DISTNAME}-2021 -PKGREVISION= 1 +PKGNAME= texlive-${DISTNAME}-2022 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 58754 +TEXLIVE_REV= 62958 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -31,18 +30,22 @@ DEPENDS+= tex-gckanbun-[0-9]*:../../prin DEPENDS+= tex-gentombow-[0-9]*:../../print/tex-gentombow DEPENDS+= tex-haranoaji-[0-9]*:../../fonts/tex-haranoaji DEPENDS+= tex-haranoaji-extra-[0-9]*:../../fonts/tex-haranoaji-extra +DEPENDS+= tex-ieejtran-[0-9]*:../../print/tex-ieejtran DEPENDS+= tex-ifptex-[0-9]*:../../print/tex-ifptex DEPENDS+= tex-ifxptex-[0-9]*:../../print/tex-ifxptex DEPENDS+= tex-ipaex-[0-9]*:../../fonts/tex-ipaex DEPENDS+= tex-japanese-otf-[0-9]*:../../fonts/tex-japanese-otf +DEPENDS+= tex-jieeetran-[0-9]*:../../print/tex-jieeetran DEPENDS+= tex-jlreq-[0-9]*:../../print/tex-jlreq DEPENDS+= tex-jlreq-deluxe-[0-9]*:../../fonts/tex-jlreq-deluxe DEPENDS+= tex-jsclasses-[0-9]*:../../print/tex-jsclasses +DEPENDS+= tex-kanbun-[0-9]*:../../print/tex-kanbun # lshort-japanese is documentation only DEPENDS+= tex-luatexja-[0-9]*:../../print/tex-luatexja # mendex-doc is documentation only DEPENDS+= tex-morisawa-[0-9]*:../../fonts/tex-morisawa DEPENDS+= tex-pbibtex-base-[0-9]*:../../print/tex-pbibtex-base +# pbibtex-manual is documentation only DEPENDS+= tex-platex-[0-9]*:../../print/tex-platex DEPENDS+= tex-platex-tools-[0-9]*:../../print/tex-platex-tools # platexcheat is documentation only --_----------=_1650075479248300--