summaryrefslogtreecommitdiff
path: root/print/html2ps
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-11-28 06:04:08 +0000
committerdholland <dholland@pkgsrc.org>2013-11-28 06:04:08 +0000
commitc51dd9a09229d5fad46adb3224f6867fb819d406 (patch)
treec3cfe35a8e7500c59ca060d83ac97dae50a05f6a /print/html2ps
parent2d289be93852f8249b6dd19ce42d9b5057711039 (diff)
downloadpkgsrc-c51dd9a09229d5fad46adb3224f6867fb819d406.tar.gz
Update search location for tex hyphenation files. PKGREVISION -> 4
as it only failed if you had PKG_DEVELOPER set.
Diffstat (limited to 'print/html2ps')
-rw-r--r--print/html2ps/Makefile4
-rw-r--r--print/html2ps/distinfo4
-rw-r--r--print/html2ps/patches/patch-aa10
3 files changed, 11 insertions, 7 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index a7216c6c4bf..812d3816aec 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2013/05/31 12:41:48 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2013/11/28 06:04:08 dholland Exp $
#
DISTNAME= html2ps-1.0b7
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= print
MASTER_SITES= http://user.it.uu.se/~jan/
diff --git a/print/html2ps/distinfo b/print/html2ps/distinfo
index 279ea187513..c853788a0b9 100644
--- a/print/html2ps/distinfo
+++ b/print/html2ps/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2011/11/18 21:59:01 ryoon Exp $
+$NetBSD: distinfo,v 1.12 2013/11/28 06:04:08 dholland Exp $
SHA1 (html2ps-1.0b7.tar.gz) = 20d508817803af08e397794d4986046ee8128b5c
RMD160 (html2ps-1.0b7.tar.gz) = 69d8b528046ca6dc9329975a9a66379df8d41003
Size (html2ps-1.0b7.tar.gz) = 128451 bytes
-SHA1 (patch-aa) = c08e8e2ce026dc131884e6730937db36caa64e97
+SHA1 (patch-aa) = 62e0bad17da5e3acf2c0bdbe71de62edf5bdbde0
SHA1 (patch-ab) = d3cf5a878172dbe02fe278e21fe91c1a37ce86c7
diff --git a/print/html2ps/patches/patch-aa b/print/html2ps/patches/patch-aa
index 793d2cff01c..407dd10458f 100644
--- a/print/html2ps/patches/patch-aa
+++ b/print/html2ps/patches/patch-aa
@@ -1,6 +1,10 @@
-$NetBSD: patch-aa,v 1.8 2011/11/18 21:59:01 ryoon Exp $
+$NetBSD: patch-aa,v 1.9 2013/11/28 06:04:08 dholland Exp $
---- install.orig 2005-03-03 12:25:29.000000000 +0000
+- ...? (XXX)
+- the hunk with "texmf-dist" in it fixes the search for the tex
+hyphenation files for the most recent texlive.
+
+--- install.orig 2010-05-07 11:22:12.000000000 +0000
+++ install
@@ -17,7 +17,9 @@ if(-e '/dev/null') {
$pathsep = ':';
@@ -94,7 +98,7 @@ $NetBSD: patch-aa,v 1.8 2011/11/18 21:59:01 ryoon Exp $
$hfile = "";
($texdir = $dir{'TeX'}) =~ s|/bin$||;
- SW:for("texmf/tex/generic/hyphen","macros","inputs","lib/macros",
-+ SW:for("share/texmf/tex/generic/hyphen","macros","inputs","lib/macros",
++ SW:for("share/texmf/tex/generic/hyphen","share/texmf-dist/tex/generic/hyphen","macros","inputs","lib/macros",
"lib/inputs","lib/tex/macros","lib/tex/inputs") {
if(-f "$texdir/$_/ushyph1.tex") {
$hyph = "$texdir/$_";