pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/p5-LaTeX-Driver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep  5 07:14:05 UTC 2020

Modified Files:
        pkgsrc/print/p5-LaTeX-Driver: Makefile distinfo
        pkgsrc/print/p5-LaTeX-Driver/patches: patch-Makefile.PL

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/print/p5-LaTeX-Driver/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/p5-LaTeX-Driver/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/print/p5-LaTeX-Driver/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/p5-LaTeX-Driver/Makefile
diff -u pkgsrc/print/p5-LaTeX-Driver/Makefile:1.25 pkgsrc/print/p5-LaTeX-Driver/Makefile:1.26
--- pkgsrc/print/p5-LaTeX-Driver/Makefile:1.25  Mon Aug 31 18:11:02 2020
+++ pkgsrc/print/p5-LaTeX-Driver/Makefile       Sat Sep  5 07:14:05 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2020/08/31 18:11:02 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2020/09/05 07:14:05 wiz Exp $
 
-DISTNAME=      LaTeX-Driver-0.300.2
+DISTNAME=      LaTeX-Driver-1.1.1
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=LaTeX/}
 

Index: pkgsrc/print/p5-LaTeX-Driver/distinfo
diff -u pkgsrc/print/p5-LaTeX-Driver/distinfo:1.7 pkgsrc/print/p5-LaTeX-Driver/distinfo:1.8
--- pkgsrc/print/p5-LaTeX-Driver/distinfo:1.7   Sat May  7 02:48:28 2016
+++ pkgsrc/print/p5-LaTeX-Driver/distinfo       Sat Sep  5 07:14:05 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2016/05/07 02:48:28 wen Exp $
+$NetBSD: distinfo,v 1.8 2020/09/05 07:14:05 wiz Exp $
 
-SHA1 (LaTeX-Driver-0.300.2.tar.gz) = 40fae697bc8ea82ea32f539f88b0bed19880bb58
-RMD160 (LaTeX-Driver-0.300.2.tar.gz) = fe52bf63df9d31f45b51b946bd8db8314358e7bd
-SHA512 (LaTeX-Driver-0.300.2.tar.gz) = 09f485071004d151c2d3ced576ac7b5423fd2d014a3950e0bc8bc2bb1e507b4aa6f041a7d54ad085632a0988d48d69ad726439adcabb8d8a81e10fb613e78271
-Size (LaTeX-Driver-0.300.2.tar.gz) = 54084 bytes
-SHA1 (patch-Makefile.PL) = 3ecf72c3d42282069cbf599f3d4eddc169ea46f3
+SHA1 (LaTeX-Driver-1.1.1.tar.gz) = c80fbe76f2a94853e30e1c8f026d6dce8af448b6
+RMD160 (LaTeX-Driver-1.1.1.tar.gz) = a8c0540d6a426b2272f8afcf0d34ea499fdc900f
+SHA512 (LaTeX-Driver-1.1.1.tar.gz) = 859bb007ec42236203cf4d3c156a5dcac216a312e904c145016e36587c95c47ca92c5928b04066a8fd383e196a4692423d3634bc66113e6a53960532c5e50287
+Size (LaTeX-Driver-1.1.1.tar.gz) = 56176 bytes
+SHA1 (patch-Makefile.PL) = 2670deb2f83460719567f89cdd8e785a4a26f76f

Index: pkgsrc/print/p5-LaTeX-Driver/patches/patch-Makefile.PL
diff -u pkgsrc/print/p5-LaTeX-Driver/patches/patch-Makefile.PL:1.1 pkgsrc/print/p5-LaTeX-Driver/patches/patch-Makefile.PL:1.2
--- pkgsrc/print/p5-LaTeX-Driver/patches/patch-Makefile.PL:1.1  Sun May  3 20:25:50 2015
+++ pkgsrc/print/p5-LaTeX-Driver/patches/patch-Makefile.PL      Sat Sep  5 07:14:05 2020
@@ -1,14 +1,16 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2015/05/03 20:25:50 wiz Exp $
+$NetBSD: patch-Makefile.PL,v 1.2 2020/09/05 07:14:05 wiz Exp $
 
-Somehow doesn't accept 0.20 as new enough, so just comment out the check.
+Somehow doesn't some dependencies as new enough, so just comment out the check.
 
---- Makefile.PL.orig   2014-04-08 09:13:02.000000000 +0000
+--- Makefile.PL.orig   2016-04-15 18:40:39.000000000 +0000
 +++ Makefile.PL
-@@ -28,7 +28,7 @@ test_requires 'Test::More' => '0.88';
+@@ -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::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';



Home | Main Index | Thread Index | Old Index