diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-11-18 06:25:51 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-11-18 06:25:51 +0000 |
commit | 6a714831d8207025739c364b557a475dfbd92c09 (patch) | |
tree | 8d116e881c14824936ec24f954f9179ab8b76d42 /devel | |
parent | 9731c0345164f865270c761edc71ba9f0a9ddc70 (diff) | |
download | pkgsrc-6a714831d8207025739c364b557a475dfbd92c09.tar.gz |
Update to 0.1.7. Changes from 0.1.6a:
Fix up error codes for darwin port.
Make sure short transfers are allowed on BSD port.
Fix bug when finding new busses during usb_find_busses().
Added two new functions: usb_get_string() and usb_get_string_simple().
Documentation updates.
Added LICENSE file.
Various other cleanups.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libusb/Makefile | 5 | ||||
-rw-r--r-- | devel/libusb/PLIST | 6 | ||||
-rw-r--r-- | devel/libusb/buildlink2.mk | 4 | ||||
-rw-r--r-- | devel/libusb/distinfo | 6 |
4 files changed, 10 insertions, 11 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 188fcc43f7c..487f7583a2a 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2002/10/22 16:00:33 drochner Exp $ +# $NetBSD: Makefile,v 1.12 2002/11/18 06:25:51 schmonz Exp $ # -DISTNAME= libusb-0.1.6a -PKGNAME= ${DISTNAME:S/a/.1/} +DISTNAME= libusb-0.1.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} diff --git a/devel/libusb/PLIST b/devel/libusb/PLIST index cddca2429b4..7aeecaea4e3 100644 --- a/devel/libusb/PLIST +++ b/devel/libusb/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2002/08/25 19:22:33 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/11/18 06:25:51 schmonz Exp $ bin/libusb-config include/usb.h lib/libusb-0.1.so -lib/libusb-0.1.so.5 -lib/libusb-0.1.so.5.1 +lib/libusb-0.1.so.7 +lib/libusb-0.1.so.7.0 lib/libusb.a lib/libusb.la lib/libusb.so diff --git a/devel/libusb/buildlink2.mk b/devel/libusb/buildlink2.mk index 1e3f62dcde8..1572eb0979e 100644 --- a/devel/libusb/buildlink2.mk +++ b/devel/libusb/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 19:22:33 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2002/11/18 06:25:51 schmonz Exp $ .if !defined(LIBUSB_BUILDLINK2_MK) LIBUSB_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= libusb -BUILDLINK_DEPENDS.libusb?= libusb>=0.1.5 +BUILDLINK_DEPENDS.libusb?= libusb>=0.1.7 BUILDLINK_PKGSRCDIR.libusb?= ../../devel/libusb EVAL_PREFIX+= BUILDLINK_PREFIX.libusb=libusb diff --git a/devel/libusb/distinfo b/devel/libusb/distinfo index fedd7df3a99..4a77f449072 100644 --- a/devel/libusb/distinfo +++ b/devel/libusb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2002/08/25 19:22:33 jlam Exp $ +$NetBSD: distinfo,v 1.9 2002/11/18 06:25:51 schmonz Exp $ -SHA1 (libusb-0.1.6a.tar.gz) = 79ef093d70b5f4597a4227178ad00b6aa5ed49b0 -Size (libusb-0.1.6a.tar.gz) = 180291 bytes +SHA1 (libusb-0.1.7.tar.gz) = e87a1f023686ebbc63b619e5d6b65f219222f36e +Size (libusb-0.1.7.tar.gz) = 193075 bytes SHA1 (patch-ac) = cc92318e0979779f6ef03ee653bc94ee2b96a055 |