Tue Jul 6 03:28:56 2021 UTC ()
Update to 1.2.0
Update DEPENDS

Upstream changes:
1.2.0   2020-10-29
   - Add Log::Any logging
   - Use File::Temp to manage deletion of the temp directory
   - Eliminate manipulation of global state in method invocation
   - Update documentation and feedback channel


(wen)
diff -r1.27 -r1.28 pkgsrc/print/p5-LaTeX-Driver/Makefile
diff -r1.8 -r1.9 pkgsrc/print/p5-LaTeX-Driver/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/print/p5-LaTeX-Driver/Makefile (expand / switch to unified diff)

--- pkgsrc/print/p5-LaTeX-Driver/Makefile 2021/05/24 19:53:46 1.27
+++ pkgsrc/print/p5-LaTeX-Driver/Makefile 2021/07/06 03:28:56 1.28
@@ -1,48 +1,49 @@ @@ -1,48 +1,49 @@
1# $NetBSD: Makefile,v 1.27 2021/05/24 19:53:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2021/07/06 03:28:56 wen Exp $
2 2
3DISTNAME= LaTeX-Driver-1.1.1 3DISTNAME= LaTeX-Driver-1.2.0
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= print 5CATEGORIES= print
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/LaTeX-Driver 9HOMEPAGE= https://metacpan.org/release/LaTeX-Driver
11COMMENT= Perl module encapsulates the details of invoking the Latex programs 10COMMENT= Perl module encapsulates the details of invoking the Latex programs
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_TOOLS+= gs:run 13USE_TOOLS+= gs:run
15 14
16DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk 15DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
17DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor 16DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
18DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd 17DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
19DEPENDS+= p5-Module-Install-ReadmeFromPod-[0-9]*:../../devel/p5-Module-Install-ReadmeFromPod 18DEPENDS+= p5-Module-Install-ReadmeFromPod-[0-9]*:../../devel/p5-Module-Install-ReadmeFromPod
20DEPENDS+= p5-Module-Install-AuthorRequires-[0-9]*:../../devel/p5-Module-Install-AuthorRequires 19DEPENDS+= p5-Module-Install-AuthorRequires-[0-9]*:../../devel/p5-Module-Install-AuthorRequires
21DEPENDS+= p5-Module-Install-AuthorTests-[0-9]*:../../devel/p5-Module-Install-AuthorTests 20DEPENDS+= p5-Module-Install-AuthorTests-[0-9]*:../../devel/p5-Module-Install-AuthorTests
22DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly 21DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
23DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs 
24DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod 
25DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage 
26DEPENDS+= p5-Test-Spelling-[0-9]*:../../devel/p5-Test-Spelling 
27DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class 22DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
28DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp 23DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
29DEPENDS+= p5-IO-All>=0:../../devel/p5-IO-All 24DEPENDS+= p5-IO-All>=0:../../devel/p5-IO-All
 25DEPENDS+= p5-Log-Any>=0:../../devel/p5-Log-Any
30DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 26DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
31DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage 27DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage
32DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 28DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
33DEPENDS+= web2c-[0-9]*:../../print/web2c 29DEPENDS+= web2c-[0-9]*:../../print/web2c
34DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 30DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
35 31
 32TEST_DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs
 33TEST_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
 34TEST_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
 35TEST_DEPENDS+= p5-Test-Spelling-[0-9]*:../../devel/p5-Test-Spelling
 36
36# for make test 37# for make test
37BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 38BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
38# t/20-complexdoc.t requires following package 39# t/20-complexdoc.t requires following package
39BUILD_DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex 40BUILD_DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
40 41
41# xelatex is necessary for FORMATTER_TESTING 42# xelatex is necessary for FORMATTER_TESTING
42#EST_ENV+= FORMATTER_TESTING=yes 43#EST_ENV+= FORMATTER_TESTING=yes
43TEST_ENV+= BIBTEX_TESTS=yes 44TEST_ENV+= BIBTEX_TESTS=yes
44 45
45PERL5_MODULE_TYPE= Module::Install 46PERL5_MODULE_TYPE= Module::Install
46PERL5_PACKLIST= auto/LaTeX/Driver/.packlist 47PERL5_PACKLIST= auto/LaTeX/Driver/.packlist
47 48
48.include "../../lang/perl5/module.mk" 49.include "../../lang/perl5/module.mk"

cvs diff -r1.8 -r1.9 pkgsrc/print/p5-LaTeX-Driver/distinfo (expand / switch to unified diff)

--- pkgsrc/print/p5-LaTeX-Driver/distinfo 2020/09/05 07:14:05 1.8
+++ pkgsrc/print/p5-LaTeX-Driver/distinfo 2021/07/06 03:28:56 1.9
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.8 2020/09/05 07:14:05 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2021/07/06 03:28:56 wen Exp $
2 2
3SHA1 (LaTeX-Driver-1.1.1.tar.gz) = c80fbe76f2a94853e30e1c8f026d6dce8af448b6 3SHA1 (LaTeX-Driver-1.2.0.tar.gz) = 4abba34ad4a05daad6eca56a0dfd4231b4186547
4RMD160 (LaTeX-Driver-1.1.1.tar.gz) = a8c0540d6a426b2272f8afcf0d34ea499fdc900f 4RMD160 (LaTeX-Driver-1.2.0.tar.gz) = c0e8871e574c5d8a25d58253c2f5d37628493d38
5SHA512 (LaTeX-Driver-1.1.1.tar.gz) = 859bb007ec42236203cf4d3c156a5dcac216a312e904c145016e36587c95c47ca92c5928b04066a8fd383e196a4692423d3634bc66113e6a53960532c5e50287 5SHA512 (LaTeX-Driver-1.2.0.tar.gz) = 013e64f74dc4d0b833c25c545281d7453a0dbdedc74c0e3af54fd1e4cdf6b4389c6c248d19e338cee3ca7af70344ec0ba1a3920c02bb11aed43d03135a1bdc42
6Size (LaTeX-Driver-1.1.1.tar.gz) = 56176 bytes 6Size (LaTeX-Driver-1.2.0.tar.gz) = 55293 bytes
7SHA1 (patch-Makefile.PL) = 2670deb2f83460719567f89cdd8e785a4a26f76f 7SHA1 (patch-Makefile.PL) = 2670deb2f83460719567f89cdd8e785a4a26f76f