Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2001 00:33:11 -0700 (MST)
From:      John Reynolds <jjreynold@home.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32245: [PATCH]: Maintainer update of libusb port
Message-ID:  <200111240733.fAO7XBR71871@whale.home-net>

next in thread | raw e-mail | index | archive | help

>Number:         32245
>Category:       ports
>Synopsis:       [PATCH]: Maintainer update of libusb port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 23 23:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
I'm not organized.....
>Environment:

System: FreeBSD whale 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Nov 21 19:04:25 MST
2001 root@dolphin:/usr/obj/usr/src/sys/WHALE i386

>Description:

This is an update to the "libusb" port. There are some small bug fixes and much
less debugging information spewed out at random like previous ports. The shared
lib version is bumped to .4 with this update.

>How-To-Repeat:

Apply the following patch in a freshly checked out "devel/libusb" directory.

>Fix:

diff -urN libusb.orig/Makefile libusb/Makefile
--- libusb.orig/Makefile	Sat Nov 24 00:09:18 2001
+++ libusb/Makefile	Sat Nov 24 00:09:36 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libusb
-PORTVERSION=	0.1.3b
+PORTVERSION=	0.1.4
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	libusb
diff -urN libusb.orig/distinfo libusb/distinfo
--- libusb.orig/distinfo	Sat Nov 24 00:09:18 2001
+++ libusb/distinfo	Sat Nov 24 00:09:42 2001
@@ -1 +1 @@
-MD5 (libusb-0.1.3b.tar.gz) = a5d80dff371935ca0bb0e4f9547ac401
+MD5 (libusb-0.1.4.tar.gz) = 8043d54bed214a712f60d55de3e252c8
diff -urN libusb.orig/pkg-plist libusb/pkg-plist
--- libusb.orig/pkg-plist	Sat Nov 24 00:09:18 2001
+++ libusb/pkg-plist	Sat Nov 24 00:12:03 2001
@@ -1,6 +1,6 @@
 bin/libusb-config
 include/usb.h
-lib/libusb-0.1.so.3
+lib/libusb-0.1.so.4
 lib/libusb-0.1.so
 lib/libusb.so
 lib/libusb.la


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111240733.fAO7XBR71871>