From 46ea2110c38ea7c1346ce2ce7668c4cba98252aa Mon Sep 17 00:00:00 2001 From: kleink Date: Sat, 1 Dec 2001 10:13:47 +0000 Subject: Bump to 1.0b1nb1: fix a lost backreference in DSC output mode; from Dmitri Kozionov on the html2ps-users list. --- print/html2ps/Makefile | 3 ++- print/html2ps/distinfo | 3 ++- print/html2ps/patches/patch-ab | 12 ++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 print/html2ps/patches/patch-ab (limited to 'print/html2ps') diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index 474e84742bd..2a64a0440ea 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:36 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/01 10:13:47 kleink Exp $ # DISTNAME= html2ps-1.0b1 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.tdb.uu.se/~jan/ diff --git a/print/html2ps/distinfo b/print/html2ps/distinfo index 079b4fc2c21..71d8f4d77f5 100644 --- a/print/html2ps/distinfo +++ b/print/html2ps/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 12:41:51 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/12/01 10:13:47 kleink Exp $ SHA1 (html2ps-1.0b1.tar.gz) = ef80edf8a1fb8156848993d4ded306ab6c9149df Size (html2ps-1.0b1.tar.gz) = 107435 bytes SHA1 (patch-aa) = 1b2912d42b41049d07560153f624cd999cc2bad2 +SHA1 (patch-ab) = f4094ff4d5d94f500a64ccca2d795e54678d74e4 diff --git a/print/html2ps/patches/patch-ab b/print/html2ps/patches/patch-ab new file mode 100644 index 00000000000..033bef3d430 --- /dev/null +++ b/print/html2ps/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2001/12/01 10:13:48 kleink Exp $ + +--- html2ps.orig Sat Aug 9 20:59:05 1997 ++++ html2ps Sat Dec 1 10:40:03 2001 +@@ -3747,6 +3747,7 @@ + $mv=~s/\.0//g; + $temp.="$mv$line\n"; + } ++ " "=~/( )( )( )/; + } + @nf=(); + @sf=(); -- cgit v1.2.3