Received: by mail.netbsd.org (Postfix, from userid 605) id AFC4484F09; Sun, 9 Apr 2023 05:55:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAA4584EA0 for ; Sun, 9 Apr 2023 05:55:34 +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 l2nEWluAnHYY for ; Sun, 9 Apr 2023 05:55:34 +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 E143184EC3 for ; Sun, 9 Apr 2023 05:55:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB009FA84; Sun, 9 Apr 2023 05:55:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168101973393190" MIME-Version: 1.0 Date: Sun, 9 Apr 2023 05:55:33 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230409055533.DB009FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168101973393190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Apr 9 05:55:33 UTC 2023 Modified Files: pkgsrc/print/tex-pbibtex-base: Makefile distinfo pkgsrc/print/tex-pbibtex-base-doc: Makefile PLIST distinfo Log Message: tex-pbibtex-base{,-doc}: update to 2022 File encoding has been converted from ISO-2022-JP to UTF-8 because UTF-8 encoded texts are most suitable for the latest pTeX and pBibTeX programs with feature of automatic encoding conversion. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-pbibtex-base/Makefile \ pkgsrc/print/tex-pbibtex-base/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-pbibtex-base-doc/Makefile \ pkgsrc/print/tex-pbibtex-base-doc/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-pbibtex-base-doc/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168101973393190 Content-Disposition: inline Content-Length: 5036 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-pbibtex-base/Makefile diff -u pkgsrc/print/tex-pbibtex-base/Makefile:1.3 pkgsrc/print/tex-pbibtex-base/Makefile:1.4 --- pkgsrc/print/tex-pbibtex-base/Makefile:1.3 Sat Jan 18 23:34:38 2020 +++ pkgsrc/print/tex-pbibtex-base/Makefile Sun Apr 9 05:55:33 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:34:38 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2023/04/09 05:55:33 markd Exp $ DISTNAME= pbibtex-base -PKGNAME= tex-${DISTNAME}-0.0.2016 -TEXLIVE_REV= 40986 +PKGNAME= tex-${DISTNAME}-2022 +TEXLIVE_REV= 66085 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/pbibtex-base @@ -15,6 +15,5 @@ post-patch: mkdir ${WRKSRC}/texmf-dist mv ${WRKSRC}/pbibtex ${WRKSRC}/texmf-dist/pbibtex -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-pbibtex-base/distinfo diff -u pkgsrc/print/tex-pbibtex-base/distinfo:1.3 pkgsrc/print/tex-pbibtex-base/distinfo:1.4 --- pkgsrc/print/tex-pbibtex-base/distinfo:1.3 Tue Oct 26 11:14:17 2021 +++ pkgsrc/print/tex-pbibtex-base/distinfo Sun Apr 9 05:55:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:14:17 nia Exp $ +$NetBSD: distinfo,v 1.4 2023/04/09 05:55:33 markd Exp $ -BLAKE2s (tex-pbibtex-base-40986/pbibtex-base.tar.xz) = f0467393b60ca62857c7c6386e2fb059310225dcf7ae51b80894de12c3403e2c -SHA512 (tex-pbibtex-base-40986/pbibtex-base.tar.xz) = dd06e554338d077ce03f2f8314fdac888dca143052471baab767aafa5d954975b4e1ee12330d9652bf34cdc60ee9a32567ef943584e284d729f476f39f14b660 -Size (tex-pbibtex-base-40986/pbibtex-base.tar.xz) = 14672 bytes +BLAKE2s (pbibtex-base.r66085.tar.xz) = 45111c1210f500b822d4308fdf4397b7c249eaa11730964f5bdcbadf6e4e6261 +SHA512 (pbibtex-base.r66085.tar.xz) = 6be03a9f18741e16104d620effc7c0669e12ccde1aaa7d4332ada2fee95ceb1a6b30db4df41386995367b565b437174c0d4cae6e330c8181ee47095fb9bd5a5d +Size (pbibtex-base.r66085.tar.xz) = 14824 bytes Index: pkgsrc/print/tex-pbibtex-base-doc/Makefile diff -u pkgsrc/print/tex-pbibtex-base-doc/Makefile:1.3 pkgsrc/print/tex-pbibtex-base-doc/Makefile:1.4 --- pkgsrc/print/tex-pbibtex-base-doc/Makefile:1.3 Sat Jan 18 23:34:38 2020 +++ pkgsrc/print/tex-pbibtex-base-doc/Makefile Sun Apr 9 05:55:33 2023 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:34:38 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2023/04/09 05:55:33 markd Exp $ DISTNAME= pbibtex-base.doc -PKGNAME= tex-${DISTNAME:S/./-/}-0.0.2016 -TEXLIVE_REV= 40986 +PKGNAME= tex-${DISTNAME:S/./-/}-2022 +TEXLIVE_REV= 66085 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/pbibtex-base COMMENT= Documentation for tex-pbibtex-base LICENSE= modified-bsd -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-pbibtex-base-doc/distinfo diff -u pkgsrc/print/tex-pbibtex-base-doc/distinfo:1.3 pkgsrc/print/tex-pbibtex-base-doc/distinfo:1.4 --- pkgsrc/print/tex-pbibtex-base-doc/distinfo:1.3 Tue Oct 26 11:14:17 2021 +++ pkgsrc/print/tex-pbibtex-base-doc/distinfo Sun Apr 9 05:55:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:14:17 nia Exp $ +$NetBSD: distinfo,v 1.4 2023/04/09 05:55:33 markd Exp $ -BLAKE2s (tex-pbibtex-base-40986/pbibtex-base.doc.tar.xz) = 8dbb9c8a984224191bdf19dda434e309a95837aad7176faa27cb23c2395dee5a -SHA512 (tex-pbibtex-base-40986/pbibtex-base.doc.tar.xz) = 47db1807a3118b396f9fbb3350262b7c45f2e7cc2e604fdd524caed60ea1bb6ea33cf40f197fcf9facff6126d71fec44f38d6535e2a56bbe184fa0b77fbfbe28 -Size (tex-pbibtex-base-40986/pbibtex-base.doc.tar.xz) = 846568 bytes +BLAKE2s (pbibtex-base.doc.r66085.tar.xz) = 2f417a279cd41748f7361a6bd98bbbc1eacd6ac2db151d71fe312111cae7fa5d +SHA512 (pbibtex-base.doc.r66085.tar.xz) = 69a7e564464d8b1c31474ca37b5e9fadeb4c2d4f4d25dad5f884317b226c6b7f8f467cd1809e1330cb64fe2006f1ab397cf4f163e469a14fb8de5b778dc70c08 +Size (pbibtex-base.doc.r66085.tar.xz) = 28024 bytes Index: pkgsrc/print/tex-pbibtex-base-doc/PLIST diff -u pkgsrc/print/tex-pbibtex-base-doc/PLIST:1.1 pkgsrc/print/tex-pbibtex-base-doc/PLIST:1.2 --- pkgsrc/print/tex-pbibtex-base-doc/PLIST:1.1 Thu Jun 16 04:06:13 2016 +++ pkgsrc/print/tex-pbibtex-base-doc/PLIST Sun Apr 9 05:55:33 2023 @@ -1,15 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2016/06/16 04:06:13 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/04/09 05:55:33 markd Exp $ share/texmf-dist/doc/ptex/pbibtex/LICENSE share/texmf-dist/doc/ptex/pbibtex/README.md -share/texmf-dist/doc/ptex/pbibtex/README_original share/texmf-dist/doc/ptex/pbibtex/cpp.awk share/texmf-dist/doc/ptex/pbibtex/generate.sh share/texmf-dist/doc/ptex/pbibtex/jbibtex.bib -share/texmf-dist/doc/ptex/pbibtex/jbibtex.pdf -share/texmf-dist/doc/ptex/pbibtex/jbibtex.tex share/texmf-dist/doc/ptex/pbibtex/jbtxbst.doc share/texmf-dist/doc/ptex/pbibtex/jbtxdoc.bib -share/texmf-dist/doc/ptex/pbibtex/jbtxdoc.pdf -share/texmf-dist/doc/ptex/pbibtex/jbtxdoc.tex -share/texmf-dist/doc/ptex/pbibtex/jbtxhak.pdf -share/texmf-dist/doc/ptex/pbibtex/jbtxhak.tex --_----------=_168101973393190--