Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VGsw2UzD; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=v4N9dkIE Received: by mail.netbsd.org (Postfix, from userid 605) id 2589F84D80; Mon, 25 Mar 2024 11:00:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711364454; bh=IdjzlsJck8ffyVehrmq8Em9H9w2Z2EulVFyLfkKsM3A=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VGsw2UzDK9TsXfi28gsAWrUCUv4bqmUBjLZucf64yu4XMRRWlUNqtHYfM5HVj6VFT si9C3KjtcrSJj+9COIfHYYa+22UrGfSnGoO0rXWJcxAjxriu/u38QTngHUpno0U0tx nHy0T1CCQUyO80OVRsys1Mfh5vhcBdzV+kkpPwSM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14AF984D6B for ; Mon, 25 Mar 2024 11:00:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4INKOojYRa3W for ; Mon, 25 Mar 2024 11:00:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 61BD784CF3 for ; Mon, 25 Mar 2024 11:00:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711364452; bh=IdjzlsJck8ffyVehrmq8Em9H9w2Z2EulVFyLfkKsM3A=; h=Date:From:Subject:To:Reply-To; b=v4N9dkIEn+/h1jSmbIHUomtPnr/TnP8bx6PjtwJ729dvRPMUKTzT27qXwEAw6lcnX wVoDAoyJwhP51UtQUITdcWuBdBEDXbpuf1r20TdBQLI7f7yBnhnxztr7S19d/d3QCW LDp8/s7YghxaVrh0ZcSj+4FqPa/i0/MJFUlDFS8I= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59CD1FA2C; Mon, 25 Mar 2024 11:00:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171136445245230" MIME-Version: 1.0 Date: Mon, 25 Mar 2024 11:00:52 +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: <20240325110052.59CD1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171136445245230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Mar 25 11:00:52 UTC 2024 Modified Files: pkgsrc/meta-pkgs/texlive-collection-langchinese: Makefile Log Message: texlive-collection-langchinese: update to revision 70738 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 \ 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. --_----------=_171136445245230 Content-Disposition: inline Content-Length: 1104 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.22 pkgsrc/meta-pkgs/texlive-collection-langchinese/Makefile:1.23 --- pkgsrc/meta-pkgs/texlive-collection-langchinese/Makefile:1.22 Thu Mar 21 20:00:53 2024 +++ pkgsrc/meta-pkgs/texlive-collection-langchinese/Makefile Mon Mar 25 11:00:52 2024 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2024/03/21 20:00:53 markd Exp $ +# $NetBSD: Makefile,v 1.23 2024/03/25 11:00:52 markd Exp $ DISTNAME= collection-langchinese -PKGNAME= texlive-${DISTNAME}-2024pre1 +PKGNAME= texlive-${DISTNAME}-2024pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 63995 +TEXLIVE_REV= 70738 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -33,6 +33,7 @@ DEPENDS+= tex-hyphen-chinese-[0-9]*:../. # depend njurepo # depend pgfornament-han # depend qyxf-book +DEPENDS+= tex-sjtutex-[0-9]*:../../print/tex-sjtutex # texlive-zh-cn is documentation only # texproposal is documentation only # tlmgr-intro-zh-cn is documentation only --_----------=_171136445245230--