diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-19 15:06:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-19 15:06:18 +0000 |
commit | 46fd205f054155967b139fd84e083eba4137f8e8 (patch) | |
tree | 03b54fe08b76cb76dcf8406cdd8f9aa51b954a96 /graphics/sane-backends/Makefile.common | |
parent | 0c49fb3946686e1ee103fce96cb09a6c75c447f5 (diff) | |
download | pkgsrc-46fd205f054155967b139fd84e083eba4137f8e8.tar.gz |
Update to 1.0.21:
New with 1.0.21, released 2010-04-25:
* New backends: kodak (Kodak i18xx), kvs1025 (Panasonic KV-S10xx),
p5 (Primax PagePartner)
* 224 more scanner models supported.
* Many backends updated.
* Improved compilation on uncommon platforms.
* More consistent option naming.
* Scanimage no longer writes image to tty.
* Modern translation infrastructure.
* Improved saned network daemon.
* Internal SCSI, USB, threading, TCP & UDP code updates.
* Updated HAL and udev support.
* New sanei_magic image processing library.
* Documentation updates.
* Bugfixes.
Diffstat (limited to 'graphics/sane-backends/Makefile.common')
-rw-r--r-- | graphics/sane-backends/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile.common b/graphics/sane-backends/Makefile.common index 27666f5fa96..6f34711fb19 100644 --- a/graphics/sane-backends/Makefile.common +++ b/graphics/sane-backends/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2009/08/15 17:53:11 wiz Exp $ +# $NetBSD: Makefile.common,v 1.27 2010/09/19 15:06:18 wiz Exp $ CATEGORIES?= graphics MASTER_SITES?= ftp://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \ @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 SANE_MAJOR?= 1 SANE_MINOR?= 0 -SANE_MICRO?= 20 +SANE_MICRO?= 21 SANE_VERSION= ${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO} PLIST_SUBST+= SANE_MAJOR=${SANE_MAJOR:Q} PLIST_SUBST+= SANE_MINOR=${SANE_MINOR:Q} |