From 3ae9f9703edc6862284be0ef04609102bbee8dec Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 3 May 2015 20:25:50 +0000 Subject: Add more missing dependencies. This now packages and passes most of its tests. Bump PKGREVISION. --- print/p5-LaTeX-Driver/Makefile | 8 ++++++-- print/p5-LaTeX-Driver/distinfo | 3 ++- print/p5-LaTeX-Driver/patches/patch-Makefile.PL | 15 +++++++++++++++ 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 print/p5-LaTeX-Driver/patches/patch-Makefile.PL (limited to 'print') diff --git a/print/p5-LaTeX-Driver/Makefile b/print/p5-LaTeX-Driver/Makefile index 7b0f129fdd9..b63e07813a2 100644 --- a/print/p5-LaTeX-Driver/Makefile +++ b/print/p5-LaTeX-Driver/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2015/05/03 19:47:05 joerg Exp $ -# +# $NetBSD: Makefile,v 1.14 2015/05/03 20:25:50 wiz Exp $ DISTNAME= LaTeX-Driver-0.200.4 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/} @@ -15,9 +15,11 @@ USE_TOOLS+= gs:run DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor +DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd DEPENDS+= p5-Module-Install-ReadmeFromPod-[0-9]*:../../devel/p5-Module-Install-ReadmeFromPod DEPENDS+= p5-Module-Install-AuthorRequires-[0-9]*:../../devel/p5-Module-Install-AuthorRequires DEPENDS+= p5-Module-Install-AuthorTests-[0-9]*:../../devel/p5-Module-Install-AuthorTests +DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage @@ -25,6 +27,8 @@ DEPENDS+= p5-Test-Spelling-[0-9]*:../../devel/p5-Test-Spelling DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools DEPENDS+= web2c-[0-9]*:../../print/web2c DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk diff --git a/print/p5-LaTeX-Driver/distinfo b/print/p5-LaTeX-Driver/distinfo index 072da7a5edd..5ca6227b905 100644 --- a/print/p5-LaTeX-Driver/distinfo +++ b/print/p5-LaTeX-Driver/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/04/27 15:07:30 mef Exp $ +$NetBSD: distinfo,v 1.5 2015/05/03 20:25:50 wiz Exp $ SHA1 (LaTeX-Driver-0.200.4.tar.gz) = ca3c70b65eaa36945b425ea2fa11b7a37da92109 RMD160 (LaTeX-Driver-0.200.4.tar.gz) = f0dfea6bf80054e3f7a7a2a28724ccb17574a5f6 Size (LaTeX-Driver-0.200.4.tar.gz) = 63968 bytes +SHA1 (patch-Makefile.PL) = 3ecf72c3d42282069cbf599f3d4eddc169ea46f3 diff --git a/print/p5-LaTeX-Driver/patches/patch-Makefile.PL b/print/p5-LaTeX-Driver/patches/patch-Makefile.PL new file mode 100644 index 00000000000..8b6daaa4ae9 --- /dev/null +++ b/print/p5-LaTeX-Driver/patches/patch-Makefile.PL @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile.PL,v 1.1 2015/05/03 20:25:50 wiz Exp $ + +Somehow doesn't accept 0.20 as new enough, so just comment out the check. + +--- Makefile.PL.orig 2014-04-08 09:13:02.000000000 +0000 ++++ Makefile.PL +@@ -28,7 +28,7 @@ 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::Spelling' => '0.11'; + + install_script 'latex2dvi'; + install_script 'latex2pdf'; -- cgit v1.2.3