diff options
author | drochner <drochner@pkgsrc.org> | 2004-03-02 14:56:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-03-02 14:56:07 +0000 |
commit | fccdd06adf9734691d6b35cb99443204864c22fd (patch) | |
tree | 1c8e230327938e7b27ec67277710af59f6d97f7d /print/gimp-print-cups/Makefile | |
parent | bf761bc865160339666a4741e118ef5b476ed26d (diff) | |
download | pkgsrc-fccdd06adf9734691d6b35cb99443204864c22fd.tar.gz |
update to 4.2.6
changes:
-bugfixes
-inproved device support (newer Epson Stylus, Canon S200)
-European 10x15 cm and US Engineering C paper sizes
-CUPS driver: normal and reversed paper order
-quality improvements
Diffstat (limited to 'print/gimp-print-cups/Makefile')
-rw-r--r-- | print/gimp-print-cups/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile index 6e4bcd2075f..bec794761ea 100644 --- a/print/gimp-print-cups/Makefile +++ b/print/gimp-print-cups/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2004/02/14 17:21:50 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/02 14:56:07 drochner Exp $ # -DISTNAME= gimp-print-4.2.5 -PKGNAME= gimp-print-cups-4.2.5 -PKGREVISION= 2 +DISTNAME= gimp-print-4.2.6 +PKGNAME= gimp-print-cups-4.2.6 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} |