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/Makefile | |
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/Makefile')
-rw-r--r-- | print/gimp-print-cups/Makefile | 6 |
1 files changed, 3 insertions, 3 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/} |