diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-22 17:27:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-22 17:27:21 +0000 |
commit | 39c3c4616565a5cdfee0661b53e05dbf98f7893e (patch) | |
tree | a2510bc70ff11cd78452029f340fe37046124211 /print/gimp-print-cups | |
parent | a3821127277d771c33370843aed4e67f7ae27119 (diff) | |
download | pkgsrc-39c3c4616565a5cdfee0661b53e05dbf98f7893e.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')
-rw-r--r-- | print/gimp-print-cups/Makefile | 6 | ||||
-rw-r--r-- | print/gimp-print-cups/distinfo | 8 | ||||
-rw-r--r-- | print/gimp-print-cups/patches/patch-ac | 12 |
3 files changed, 13 insertions, 13 deletions
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile index e517a4a8bf4..ebb42a5ea20 100644 --- a/print/gimp-print-cups/Makefile +++ b/print/gimp-print-cups/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/09/26 17:28:26 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/22 17:27:22 drochner Exp $ # -DISTNAME= gimp-print-4.2.2 -PKGNAME= gimp-print-cups-4.2.2 +DISTNAME= gimp-print-4.2.3 +PKGNAME= gimp-print-cups-4.2.3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} diff --git a/print/gimp-print-cups/distinfo b/print/gimp-print-cups/distinfo index 44364a121cd..bbaf5811893 100644 --- a/print/gimp-print-cups/distinfo +++ b/print/gimp-print-cups/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2002/09/26 17:28:26 drochner Exp $ +$NetBSD: distinfo,v 1.3 2002/10/22 17:27:22 drochner Exp $ -SHA1 (gimp-print-4.2.2.tar.gz) = 48b41c998c2f3deb9016417550cd5aeb49369c24 -Size (gimp-print-4.2.2.tar.gz) = 4843433 bytes +SHA1 (gimp-print-4.2.3.tar.gz) = 55ba8713fdd1db2acc316d7c7f383c84b0299309 +Size (gimp-print-4.2.3.tar.gz) = 4942372 bytes SHA1 (patch-ab) = 9ed732e755223fcf6cdb87b8d06a29bd834095a8 -SHA1 (patch-ac) = b5acd81d2e6e24eed03ef089ad8c6ef0675c3cc8 +SHA1 (patch-ac) = ffaf61ddf3d2016462d68d99e1ce13c51539df5a 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 |