Thu Apr 14 03:16:48 2022 UTC ()
tex-plautopatch{,-doc}: update to 0.9q

0.9q
* Support LaTeX2e 2021-11-15.

0.9p
* Prepare for LaTeX2e 2021-06-01.


(markd)
diff -r1.1 -r1.2 pkgsrc/print/tex-plautopatch/DESCR
diff -r1.2 -r1.3 pkgsrc/print/tex-plautopatch/Makefile
diff -r1.4 -r1.5 pkgsrc/print/tex-plautopatch/distinfo
diff -r1.2 -r1.3 pkgsrc/print/tex-plautopatch-doc/Makefile
diff -r1.4 -r1.5 pkgsrc/print/tex-plautopatch-doc/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/print/tex-plautopatch/DESCR (expand / switch to unified diff)

--- pkgsrc/print/tex-plautopatch/DESCR 2021/02/21 10:37:26 1.1
+++ pkgsrc/print/tex-plautopatch/DESCR 2022/04/14 03:16:48 1.2
@@ -1,10 +1,9 @@ @@ -1,10 +1,9 @@
1Japanese pLaTeX/upLaTeX formats and packages often conflict 1Japanese pLaTeX/upLaTeX formats and packages often conflict
2with other LaTeX packages which are unaware of pLaTeX/upLaTeX. 2with other LaTeX packages which are unaware of pLaTeX/upLaTeX.
3In the worst case, such packages throw a fatal error or end up 3In the worst case, such packages throw a fatal error or end up
4with a wrong output. The goal of this package is that there 4with a wrong output. The goal of this package is that there
5should be no need to worry about such incompatibilities, 5should be no need to worry about such incompatibilities,
6because specific patches are loaded automatically whenever 6because specific patches are loaded automatically whenever
7necessary. This helps not only to simplify source files, but 7necessary. This helps not only to simplify source files, but
8also to make the appearance of working pLaTeX/upLaTeX sources 8also to make the appearance of working pLaTeX/upLaTeX sources
9similar to those of ordinary LaTeX ones. This package depends 9similar to those of ordinary LaTeX ones.
10on the filehook package written by Martin Scharrer. 

cvs diff -r1.2 -r1.3 pkgsrc/print/tex-plautopatch/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-plautopatch/Makefile 2021/06/06 23:08:24 1.2
+++ pkgsrc/print/tex-plautopatch/Makefile 2022/04/14 03:16:48 1.3
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.2 2021/06/06 23:08:24 markd Exp $ 1# $NetBSD: Makefile,v 1.3 2022/04/14 03:16:48 markd Exp $
2 2
3DISTNAME= plautopatch 3DISTNAME= plautopatch
4PKGNAME= tex-${DISTNAME}-0.9p 4PKGNAME= tex-${DISTNAME}-0.9q
5TEXLIVE_REV= 59405 5TEXLIVE_REV= 61240
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/plautopatch 8HOMEPAGE= https://ctan.org/pkg/plautopatch
9COMMENT= Automated patches for pLaTeX/upLaTeX 9COMMENT= Automated patches for pLaTeX/upLaTeX
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/print/tex-plautopatch/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-plautopatch/distinfo 2021/10/26 11:14:22 1.4
+++ pkgsrc/print/tex-plautopatch/distinfo 2022/04/14 03:16:48 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 11:14:22 nia Exp $ 1$NetBSD: distinfo,v 1.5 2022/04/14 03:16:48 markd Exp $
2 2
3BLAKE2s (plautopatch.r59405.tar.xz) = 4e9e686496f2409db9a8070fde8b6bfd1b771d80cb00432a565c627cc76376ea 3BLAKE2s (plautopatch.r61240.tar.xz) = db06f72d081ad170927eb859486e054d1326819e103a32a8c292ef5e9e7f2017
4SHA512 (plautopatch.r59405.tar.xz) = 2d2ec2dc57e009f52a2e9ac9675f914f2ba76fc0ef27f5ac95ac67e1287d71d14e3063c361eaa61402b064498b762cb6c85cfb4f05c6d592f78e9976eebc049d 4SHA512 (plautopatch.r61240.tar.xz) = 7a617df2c19ca483818ad3bfa8421a070d8e9a3a3fbcf91cb686b928194f5adf586d468ec5329e28bd2cdf48947c899f52afbb6f85a552781b80cc6d64b27a05
5Size (plautopatch.r59405.tar.xz) = 7020 bytes 5Size (plautopatch.r61240.tar.xz) = 7072 bytes

cvs diff -r1.2 -r1.3 pkgsrc/print/tex-plautopatch-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-plautopatch-doc/Makefile 2021/06/06 23:08:24 1.2
+++ pkgsrc/print/tex-plautopatch-doc/Makefile 2022/04/14 03:16:48 1.3
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.2 2021/06/06 23:08:24 markd Exp $ 1# $NetBSD: Makefile,v 1.3 2022/04/14 03:16:48 markd Exp $
2 2
3DISTNAME= plautopatch.doc 3DISTNAME= plautopatch.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-0.9p 4PKGNAME= tex-${DISTNAME:S/./-/}-0.9q
5TEXLIVE_REV= 59405 5TEXLIVE_REV= 61240
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/plautopatch 8HOMEPAGE= https://ctan.org/pkg/plautopatch
9COMMENT= Documentation for tex-plautopatch 9COMMENT= Documentation for tex-plautopatch
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/print/tex-plautopatch-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-plautopatch-doc/distinfo 2021/10/26 11:14:22 1.4
+++ pkgsrc/print/tex-plautopatch-doc/distinfo 2022/04/14 03:16:48 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 11:14:22 nia Exp $ 1$NetBSD: distinfo,v 1.5 2022/04/14 03:16:48 markd Exp $
2 2
3BLAKE2s (plautopatch.doc.r59405.tar.xz) = d4fd688d561b55de009d4535c3c04e609406d0f421ff3802203b06a119f5d170 3BLAKE2s (plautopatch.doc.r61240.tar.xz) = 5296fc63c1528018050a1c13cdcedc0bbf4436d8d9231acec3de20d85941b449
4SHA512 (plautopatch.doc.r59405.tar.xz) = b699431a9580bf84e26b5d2999c59e0cd32bc766bed2e55fc92d46cb56f52ede5e194a93a4a5f0e67d657f0e666cfca6ae64bb6d7c5e77803b22f571742c2851 4SHA512 (plautopatch.doc.r61240.tar.xz) = f5948db03cdbe43e654ab11c8f1e913a2595b63c0c1bf32025e7f7adeb7b8dd9b148990034f0b4828ed012c24f6955009b1c423549494d6953932527be47fede
5Size (plautopatch.doc.r59405.tar.xz) = 137132 bytes 5Size (plautopatch.doc.r61240.tar.xz) = 137636 bytes