pkgsrc/print/p5-LaTeX-Driver/patches/patch-Makefile.PL
wiz cfe6b3b413 p5-LaTeX-Driver: update to 1.1.1.
1.1.1   2020-07-29
   - Fix version number presented in the POD VERSION section
   - Remove duplication in listed formats

1.1.0   2020-07-29
   - Fix RT #133061: typo in @PROCESSORS ('lulaatex')
   - Add documentation of the supported processor/format combinations
   - Add LuaLaTeX as a processor/format combination

1.0.0   2020-05-21
   - Improve error reported when invoked external program is missing
   - Fix RT #127951: failing tests on some installations
2020-09-05 07:14:05 +00:00

17 lines
601 B
Raku

$NetBSD: patch-Makefile.PL,v 1.2 2020/09/05 07:14:05 wiz Exp $
Somehow doesn't some dependencies as new enough, so just comment out the check.
--- Makefile.PL.orig 2016-04-15 18:40:39.000000000 +0000
+++ Makefile.PL
@@ -28,8 +28,8 @@ test_requires 'Test::More' => '0.88';
author_requires 'Test::NoTabs';
author_requires 'Test::Pod' => '1.14';
-author_requires 'Test::Pod::Coverage' => '1.04';
-author_requires 'Test::Spelling' => '0.11';
+#author_requires 'Test::Pod::Coverage' => '1.04';
+#author_requires 'Test::Spelling' => '0.11';
install_script 'latex2dvi';
install_script 'latex2pdf';