diff options
author | drochner <drochner> | 2002-10-22 17:27:21 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-10-22 17:27:21 +0000 |
commit | d6a8da2cb39d1e6bae085cbfb7a5f3e6f8c83147 (patch) | |
tree | a2510bc70ff11cd78452029f340fe37046124211 /print/gimp-print-cups/patches | |
parent | db92bb28d4d6e897fd0109de439f6175747a95b1 (diff) | |
download | pkgsrc-d6a8da2cb39d1e6bae085cbfb7a5f3e6f8c83147.tar.gz |
update the gimp-print suite to 4.2.3
changes:
-bugfixes
-The native CUPS driver now accepts custom paper sizes with printers that
permit this (all Epson printers, and most others).
-The Foomatic interface now accepts custom paper sizes with Foomatic 2.0.1.
-A Japanese translation has been added.
Diffstat (limited to 'print/gimp-print-cups/patches')
-rw-r--r-- | print/gimp-print-cups/patches/patch-ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/gimp-print-cups/patches/patch-ac b/print/gimp-print-cups/patches/patch-ac index 7b0694aa501..20ad9ce4763 100644 --- a/print/gimp-print-cups/patches/patch-ac +++ b/print/gimp-print-cups/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/05/03 12:45:21 drochner Exp $ +$NetBSD: patch-ac,v 1.2 2002/10/22 17:27:23 drochner Exp $ ---- man/Makefile.in.orig Fri Feb 15 20:56:37 2002 -+++ man/Makefile.in Fri Feb 15 20:57:16 2002 -@@ -190,7 +190,7 @@ +--- man/Makefile.in.orig Sat Oct 19 18:27:28 2002 ++++ man/Makefile.in Tue Oct 22 19:11:21 2002 +@@ -197,7 +197,7 @@ # Conditional installation of manpages is currently broken in automake... --man_MANS = cups-calibrate.8 escputil.1 gimpprint.3 gimpprint-config.1 +-man_MANS = cups-calibrate.8 escputil.1 gimpprint.3 gimpprint-config.1 ijsgimpprint.1 +man_MANS = cups-calibrate.8 - DISTCLEANFILES = cups-calibrate.8 escputil.1 gimpprint-config.1 + DISTCLEANFILES = cups-calibrate.8 escputil.1 gimpprint.3 gimpprint-config.1 ijsgimpprint.1 MAINTAINERCLEANFILES = Makefile.in |