Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9728484D3B for ; Tue, 15 Aug 2023 05:45:17 +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 4w_CLE4s1_IO for ; Tue, 15 Aug 2023 05:45:17 +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 1AD5084CFA for ; Tue, 15 Aug 2023 05:45:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13EE1FBDB; Tue, 15 Aug 2023 05:45:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692078317208970" MIME-Version: 1.0 Date: Tue, 15 Aug 2023 05:45:17 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230815054517.13EE1FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692078317208970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Aug 15 05:45:16 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/print: Makefile Log Message: (print/p5-TexLive-TLConfig) and p5-TexLive-TLUtils added To generate a diff of this commit: cvs rdiff -u -r1.4926 -r1.4927 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.912 -r1.913 pkgsrc/print/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692078317208970 Content-Disposition: inline Content-Length: 1437 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.4926 pkgsrc/doc/CHANGES-2023:1.4927 --- pkgsrc/doc/CHANGES-2023:1.4926 Tue Aug 15 01:19:51 2023 +++ pkgsrc/doc/CHANGES-2023 Tue Aug 15 05:45:16 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4926 2023/08/15 01:19:51 mef Exp $ +$NetBSD: CHANGES-2023,v 1.4927 2023/08/15 05:45:16 mef Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7105,3 +7105,5 @@ Changes to the packages collection and i Updated textproc/R-jsonlite to 1.8.7 [mef 2023-08-14] Updated devel/R-pkgbuild to 1.4.2 [mef 2023-08-14] Updated sysutils/R-processx to 3.8.2 [mef 2023-08-15] + Added print/p5-TeXLive-TLConfig version 0.66420 [mef 2023-08-15] + Added print/p5-TeXLive-TLUtils version 0.66420 [mef 2023-08-15] Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.912 pkgsrc/print/Makefile:1.913 --- pkgsrc/print/Makefile:1.912 Sat Jun 17 12:34:20 2023 +++ pkgsrc/print/Makefile Tue Aug 15 05:45:16 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.912 2023/06/17 12:34:20 markd Exp $ +# $NetBSD: Makefile,v 1.913 2023/08/15 05:45:16 mef Exp $ # COMMENT= Desktop publishing @@ -103,6 +103,8 @@ SUBDIR+= p5-PostScript SUBDIR+= p5-PostScript-MailLabels SUBDIR+= p5-PostScript-Simple SUBDIR+= p5-Text-Transliterator +SUBDIR+= p5-TeXLive-TLConfig +SUBDIR+= p5-TeXLive-TLUtils SUBDIR+= p5-biblatex-biber SUBDIR+= papersize SUBDIR+= paps --_----------=_1692078317208970--