Received: by mail.netbsd.org (Postfix, from userid 605) id 0DF3784DB0; Sun, 10 May 2020 12:52:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BA1984D62 for ; Sun, 10 May 2020 12:52:43 +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 iEeQu0WUL1ZJ for ; Sun, 10 May 2020 12:52:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DFAB384D47 for ; Sun, 10 May 2020 12:52:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD4A8FB27; Sun, 10 May 2020 12:52:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589115162246720" MIME-Version: 1.0 Date: Sun, 10 May 2020 12:52:42 +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: <20200510125242.DD4A8FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589115162246720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun May 10 12:52:42 UTC 2020 Modified Files: pkgsrc/meta-pkgs/texlive-collection-langjapanese: Makefile Log Message: texlive-collection-langjapanese: update to rev 54894 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ 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. --_----------=_1589115162246720 Content-Disposition: inline Content-Length: 1084 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.15 pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.16 --- pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.15 Sun May 10 04:13:26 2020 +++ pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile Sun May 10 12:52:42 2020 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2020/05/10 04:13:26 markd Exp $ +# $NetBSD: Makefile,v 1.16 2020/05/10 12:52:42 markd Exp $ DISTNAME= collection-langjapanese PKGNAME= texlive-${DISTNAME}-2020pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 54074 +TEXLIVE_REV= 54894 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -35,6 +35,7 @@ DEPENDS+= tex-ipaex-[0-9]*:../../fonts/t DEPENDS+= tex-japanese-otf-[0-9]*:../../fonts/tex-japanese-otf # depend japanese-otf-uptex # depend jlreq +# depend jlreq-deluxe DEPENDS+= tex-jsclasses-[0-9]*:../../print/tex-jsclasses # lshort-japanese is documentation only # depend luatexja --_----------=_1589115162246720--