Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZNInMiGq; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=KdGLMd56 Received: by mail.netbsd.org (Postfix, from userid 605) id DFA7284EA4; Wed, 20 Mar 2024 11:23:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710933838; bh=kvXoOF8jHX06fqenEhvTVJTCC3sK5W/0D6hEJLfqx4c=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ZNInMiGqUBZlvlKzcAlXmbGduIWlDIJn3oLMK1yy3tUTgOWrIhhHlI3oc779Cvvwj VQC3yC3Scx4mwZTF96u/rg8hVuUunsNv3SBmwzYzpk+GhMhsXeQ47vCz87R2FOShGE 6q09u1VIDgt33u7WQkId9h1K16eRsdvdbjb/szRk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0D6C84E5D for ; Wed, 20 Mar 2024 11:23:56 +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 mnQe1gu1CcF0 for ; Wed, 20 Mar 2024 11:23:56 +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 413DA84D24 for ; Wed, 20 Mar 2024 11:23:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710933836; bh=kvXoOF8jHX06fqenEhvTVJTCC3sK5W/0D6hEJLfqx4c=; h=Date:From:Subject:To:Reply-To; b=KdGLMd56K5A4QZoyCK/Mi3cmTbiOWulw18XfakzoJXhzHEhIF6OGyQX0EUl6VCKKz enBNICntnkRKCH0X7txvDO6DtsymvNTGc0tcEosGqT6+KaABbtO4wpOXAcXwuZIjeK h64YD27H11STOpqw25SRUkmNVWm1mBnpvX01GUAo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 382A7FA2C; Wed, 20 Mar 2024 11:23:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710933836186430" MIME-Version: 1.0 Date: Wed, 20 Mar 2024 11:23:56 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-latexconfig To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20240320112356.382A7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710933836186430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Mar 20 11:23:56 UTC 2024 Modified Files: pkgsrc/print/tex-latexconfig: Makefile PLIST distinfo Log Message: tex-latexconfig: update to 2023 some files moved to tex-tex-ini-files To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/tex-latexconfig/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-latexconfig/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/tex-latexconfig/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710933836186430 Content-Disposition: inline Content-Length: 2494 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-latexconfig/Makefile diff -u pkgsrc/print/tex-latexconfig/Makefile:1.15 pkgsrc/print/tex-latexconfig/Makefile:1.16 --- pkgsrc/print/tex-latexconfig/Makefile:1.15 Sun May 3 11:57:31 2020 +++ pkgsrc/print/tex-latexconfig/Makefile Wed Mar 20 11:23:55 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2020/05/03 11:57:31 markd Exp $ +# $NetBSD: Makefile,v 1.16 2024/03/20 11:23:55 markd Exp $ DISTNAME= latexconfig -PKGNAME= tex-${DISTNAME}-2020 -TEXLIVE_REV= 53525 +PKGNAME= tex-${DISTNAME}-2023 +TEXLIVE_REV= 68923 MAINTAINER= minskim@NetBSD.org COMMENT= Files used to generate LaTeX formats Index: pkgsrc/print/tex-latexconfig/PLIST diff -u pkgsrc/print/tex-latexconfig/PLIST:1.8 pkgsrc/print/tex-latexconfig/PLIST:1.9 --- pkgsrc/print/tex-latexconfig/PLIST:1.8 Sun May 3 11:57:31 2020 +++ pkgsrc/print/tex-latexconfig/PLIST Wed Mar 20 11:23:56 2024 @@ -1,8 +1,3 @@ -@comment $NetBSD: PLIST,v 1.8 2020/05/03 11:57:31 markd Exp $ +@comment $NetBSD: PLIST,v 1.9 2024/03/20 11:23:56 markd Exp $ share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -share/texmf-dist/tex/latex/latexconfig/latex.ini share/texmf-dist/tex/latex/latexconfig/lualatexiniconfig.tex -share/texmf-dist/tex/latex/latexconfig/lualatexquotejobname.lua -share/texmf-dist/tex/latex/latexconfig/lualatexquotejobname.tex -share/texmf-dist/tex/latex/latexconfig/mllatex.ini -share/texmf-dist/tex/latex/latexconfig/pdflatex.ini Index: pkgsrc/print/tex-latexconfig/distinfo diff -u pkgsrc/print/tex-latexconfig/distinfo:1.16 pkgsrc/print/tex-latexconfig/distinfo:1.17 --- pkgsrc/print/tex-latexconfig/distinfo:1.16 Tue Oct 26 11:13:53 2021 +++ pkgsrc/print/tex-latexconfig/distinfo Wed Mar 20 11:23:56 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 11:13:53 nia Exp $ +$NetBSD: distinfo,v 1.17 2024/03/20 11:23:56 markd Exp $ -BLAKE2s (latexconfig.r53525.tar.xz) = bb039c677b3183ecf1013a9b1aaf767f9f0444b2823a9caef5421817346e056e -SHA512 (latexconfig.r53525.tar.xz) = 2d98dafa5c2b90321ca8600171ba22cc7eff73a23d6d88073c477bcb84de37369ddf682163b7a9dc26ce77fb2b1c174a4f810b66a34b29646ad988a9965d9bb6 -Size (latexconfig.r53525.tar.xz) = 3996 bytes +BLAKE2s (latexconfig.r68923.tar.xz) = 2e873ae80bd9781b3dee7b3071bc29ebd5354d229e8ec171cc41676074675427 +SHA512 (latexconfig.r68923.tar.xz) = 22e233cad5742691da573249b3f9cd4ea0c6ccf4e31a757837d710ca863e0cccd089106e523e40fb541255f3795d963273ccdf70211f19ff3caecb30d7fefcbe +Size (latexconfig.r68923.tar.xz) = 2240 bytes --_----------=_1710933836186430--