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 6F9201A921F for ; Sun, 10 Apr 2022 03:49:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 82F0284E8D; Sun, 10 Apr 2022 03:49:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE68C84D53 for ; Sun, 10 Apr 2022 03:49:38 +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 12rVJ0ap8PP0 for ; Sun, 10 Apr 2022 03:49:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1A46B84D1C for ; Sun, 10 Apr 2022 03:49:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13EDFFB24; Sun, 10 Apr 2022 03:49:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649562578227650" MIME-Version: 1.0 Date: Sun, 10 Apr 2022 03:49:38 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-langchinese To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220410034938.13EDFFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649562578227650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Apr 10 03:49:38 UTC 2022 Modified Files: pkgsrc/meta-pkgs/texlive-collection-langchinese: Makefile Log Message: texlive-collection-langchinese: update to revision 61913 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 \ pkgsrc/meta-pkgs/texlive-collection-langchinese/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649562578227650 Content-Disposition: inline Content-Length: 1075 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-langchinese/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-langchinese/Makefile:1.18 pkgsrc/meta-pkgs/texlive-collection-langchinese/Makefile:1.19 --- pkgsrc/meta-pkgs/texlive-collection-langchinese/Makefile:1.18 Mon Jun 7 00:21:55 2021 +++ pkgsrc/meta-pkgs/texlive-collection-langchinese/Makefile Sun Apr 10 03:49:37 2022 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2021/06/07 00:21:55 markd Exp $ +# $NetBSD: Makefile,v 1.19 2022/04/10 03:49:37 markd Exp $ DISTNAME= collection-langchinese PKGNAME= texlive-${DISTNAME}-2021pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 58965 +TEXLIVE_REV= 61913 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -22,6 +22,7 @@ DEPENDS+= tex-cmsd-[0-9]*:../../fonts/te # ctex-faq is documentation only # depend fandol # depend fduthesis +# depend hanzibox DEPENDS+= tex-hyphen-chinese-[0-9]*:../../print/tex-hyphen-chinese # install-latex-guide-zh-cn is documentation only # impatient-cn is documentation only --_----------=_1649562578227650--