diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-08-19 19:17:03 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-08-19 19:17:03 +0000 |
commit | 10b29d06f4ecd8bcfccbf0479439256eded193cd (patch) | |
tree | ada88a710e689c099ef7e75fe2813cd0c038ae5f /graphics/sane-backends/Makefile.common | |
parent | cddd6cc3cdcc4c94f5f6138678639ba01cfdd690 (diff) | |
download | pkgsrc-10b29d06f4ecd8bcfccbf0479439256eded193cd.tar.gz |
Update to 1.0.8.
* Network backend and saned update
* Documentation updates
* Bugfixes
* updated backends: artec, avision, canon,
dc240, epson, gphoto2, mustek, mustek_pp,
mustek_usb, plustek, sharp, sm3600,
snapscan, nec, umax, v4l
* new backends: canon630u, canon_pp,
coolscan2, fujitsu, leo, matsushita,
sceptre, teco1, test
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 9c35585bf76..4378c4c3ccf 100644 --- a/graphics/sane-backends/Makefile.common +++ b/graphics/sane-backends/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2002/02/10 00:50:42 rh Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/08/19 19:17:03 mycroft Exp $ CATEGORIES?= graphics MASTER_SITES?= ftp://ftp.mostang.com/pub/sane/sane-${SANE_VERSION}/ \ @@ -12,7 +12,7 @@ COMMENT?= API for access to scanners, digitals camera, frame grabbers etc. SANE_MAJOR= 1 SANE_MINOR= 0 -SANE_MICRO= 7 +SANE_MICRO= 8 SANE_VERSION= ${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO} PLIST_SUBST+= SANE_MAJOR=${SANE_MAJOR} PLIST_SUBST+= SANE_MINOR=${SANE_MINOR} |