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 65E381A921F for ; Thu, 14 Apr 2022 06:37:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A677584F12; Thu, 14 Apr 2022 06:37:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DFFC684F0C for ; Thu, 14 Apr 2022 06:37: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 BmQxcNtnmngF for ; Thu, 14 Apr 2022 06:37:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10AE784F07 for ; Thu, 14 Apr 2022 06:37:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DC28FB24; Thu, 14 Apr 2022 06:37:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164991826375130" MIME-Version: 1.0 Date: Thu, 14 Apr 2022 06:37:43 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220414063743.0DC28FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164991826375130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Apr 14 06:37:42 UTC 2022 Modified Files: pkgsrc/graphics/tex-tkz-fct: Makefile distinfo pkgsrc/graphics/tex-tkz-fct-doc: Makefile PLIST distinfo Log Message: tex-tkz-fct{,-doc}: update to 1.7c Correction of bug which prevented "tkz" packages from being loaded at the same time. It is always necessary to load tkz-euclide last. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/tex-tkz-fct/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/tex-tkz-fct/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/tex-tkz-fct-doc/Makefile \ pkgsrc/graphics/tex-tkz-fct-doc/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/tex-tkz-fct-doc/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164991826375130 Content-Disposition: inline Content-Length: 4672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/tex-tkz-fct/Makefile diff -u pkgsrc/graphics/tex-tkz-fct/Makefile:1.6 pkgsrc/graphics/tex-tkz-fct/Makefile:1.7 --- pkgsrc/graphics/tex-tkz-fct/Makefile:1.6 Mon May 11 11:33:48 2020 +++ pkgsrc/graphics/tex-tkz-fct/Makefile Thu Apr 14 06:37:42 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/05/11 11:33:48 markd Exp $ +# $NetBSD: Makefile,v 1.7 2022/04/14 06:37:42 markd Exp $ DISTNAME= tkz-fct -PKGNAME= tex-${DISTNAME}-1.3c.55031 -TEXLIVE_REV= 55031 +PKGNAME= tex-${DISTNAME}-1.7c +TEXLIVE_REV= 61949 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/tkz-fct Index: pkgsrc/graphics/tex-tkz-fct/distinfo diff -u pkgsrc/graphics/tex-tkz-fct/distinfo:1.5 pkgsrc/graphics/tex-tkz-fct/distinfo:1.6 --- pkgsrc/graphics/tex-tkz-fct/distinfo:1.5 Tue Oct 26 10:47:20 2021 +++ pkgsrc/graphics/tex-tkz-fct/distinfo Thu Apr 14 06:37:42 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:47:20 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/04/14 06:37:42 markd Exp $ -BLAKE2s (tkz-fct.r55031.tar.xz) = d377d7a5f21ad3cd457b53952c9393587af110df402a50cfc9150f9ff98eaa81 -SHA512 (tkz-fct.r55031.tar.xz) = 6defbc1265838eacb6612f87d969590db6cb2eb0a1c9316c1f52e700c7b7e576f971080538982d7adccb12af6ce7392cb6d6da13a9d3e537e5af8fc2dc290a89 -Size (tkz-fct.r55031.tar.xz) = 4948 bytes +BLAKE2s (tkz-fct.r61949.tar.xz) = c6c744c2365e2949960d83909083b56c1398959dc76514db2333fe320b35c3e0 +SHA512 (tkz-fct.r61949.tar.xz) = ce605595518cb9b400a5b49620b5f359de8e0fefbc939d88b8f5aa2113a856ce05f4e9f56bb149c73e5f46c65d7d340a65edd6f1b55f6cca68b10dfaf7e04a87 +Size (tkz-fct.r61949.tar.xz) = 4740 bytes Index: pkgsrc/graphics/tex-tkz-fct-doc/Makefile diff -u pkgsrc/graphics/tex-tkz-fct-doc/Makefile:1.5 pkgsrc/graphics/tex-tkz-fct-doc/Makefile:1.6 --- pkgsrc/graphics/tex-tkz-fct-doc/Makefile:1.5 Mon May 11 11:33:48 2020 +++ pkgsrc/graphics/tex-tkz-fct-doc/Makefile Thu Apr 14 06:37:42 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/05/11 11:33:48 markd Exp $ +# $NetBSD: Makefile,v 1.6 2022/04/14 06:37:42 markd Exp $ DISTNAME= tkz-fct.doc -PKGNAME= tex-${DISTNAME:S/./-/}-1.3c.55031 -TEXLIVE_REV= 55031 +PKGNAME= tex-${DISTNAME:S/./-/}-1.7c +TEXLIVE_REV= 61949 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/tkz-fct Index: pkgsrc/graphics/tex-tkz-fct-doc/distinfo diff -u pkgsrc/graphics/tex-tkz-fct-doc/distinfo:1.5 pkgsrc/graphics/tex-tkz-fct-doc/distinfo:1.6 --- pkgsrc/graphics/tex-tkz-fct-doc/distinfo:1.5 Tue Oct 26 10:47:20 2021 +++ pkgsrc/graphics/tex-tkz-fct-doc/distinfo Thu Apr 14 06:37:42 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:47:20 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/04/14 06:37:42 markd Exp $ -BLAKE2s (tkz-fct.doc.r55031.tar.xz) = 06b80e6baf2469031e4304d75083569787bb27aed3453e046546470f1fcc80c1 -SHA512 (tkz-fct.doc.r55031.tar.xz) = 1cbfeac7939ba45c6111cc7cb9aeea195690cdfea8c75e488a9dac6a49b2968d21d0eff74e03fec3229afdcec92fe2841a8dbb866314187ef98a317f07e9f346 -Size (tkz-fct.doc.r55031.tar.xz) = 748476 bytes +BLAKE2s (tkz-fct.doc.r61949.tar.xz) = e259e716f99da52d1f3a3f29c9946b61b0bd8e8b79ce9d19e54d4338fb70b406 +SHA512 (tkz-fct.doc.r61949.tar.xz) = c2de4bd1cd9ebc5e0747608de7b1780ec97da00c512d3e1b2ce3150431c307c043f24b0bf1853d6c3e96203c33573322d66dbf0db7cd82f5b1a026ee5b7c6d77 +Size (tkz-fct.doc.r61949.tar.xz) = 749696 bytes Index: pkgsrc/graphics/tex-tkz-fct-doc/PLIST diff -u pkgsrc/graphics/tex-tkz-fct-doc/PLIST:1.3 pkgsrc/graphics/tex-tkz-fct-doc/PLIST:1.4 --- pkgsrc/graphics/tex-tkz-fct-doc/PLIST:1.3 Mon May 11 11:33:48 2020 +++ pkgsrc/graphics/tex-tkz-fct-doc/PLIST Thu Apr 14 06:37:42 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2020/05/11 11:33:48 markd Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/04/14 06:37:42 markd Exp $ share/texmf-dist/doc/latex/tkz-fct/README.md share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-VDW.tex share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-area.tex @@ -13,7 +13,6 @@ share/texmf-dist/doc/latex/tkz-fct/TKZdo share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-interpolation.tex share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-label.tex share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-liste.tex -share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.pdf share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.tex share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-param.tex share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-point.tex @@ -22,3 +21,4 @@ share/texmf-dist/doc/latex/tkz-fct/TKZdo share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-symbol.tex share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-tangent.tex share/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-why.tex +share/texmf-dist/doc/latex/tkz-fct/tkz-fct.pdf --_----------=_164991826375130--