Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2002 21:22:16 -0700 (MST)
From:      John Reynolds <johnjen@reynoldsnet.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39945: [PATCH] Maintainer update -- libusb updated to 0.1.6a
Message-ID:  <200206280422.g5S4MG220239@whale.home-net>

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

>Number:         39945
>Category:       ports
>Synopsis:       [PATCH] Maintainer update -- libusb updated to 0.1.6a
>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:   Thu Jun 27 21:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:

System: FreeBSD whale 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 07:56:05 MST
2002 root@dolphin:/usr/obj/usr/src/sys/WHALE i386 

>Description:

The attached patch updates the libusb port to 0.1.6a. It has been compiled and
tested on both -STABLE systems before and after the "usb structure rename" took
place. It will of course work under -current as well.

>How-To-Repeat:

 n/a

>Fix:

To the committer that processes this: please remove files/patch-bsd.c and then
perform "cd files; cvs remove patch-bsd.c" from the devel/libusb area. That
local patch was just a hack to work around the USB structure renames and now
this has been added to the libusb code itself--files/patch-bsd.c is no longer
needed. The rest of the patch just patches the Makefile and distinfo
files--pretty standard. 


diff -urN libusb.orig/Makefile libusb/Makefile
--- libusb.orig/Makefile	Wed Jun 26 15:10:47 2002
+++ libusb/Makefile	Thu Jun 27 12:37:19 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libusb
-PORTVERSION=	0.1.5
+PORTVERSION=	0.1.6a
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -urN libusb.orig/distinfo libusb/distinfo
--- libusb.orig/distinfo	Wed Jun 26 15:10:47 2002
+++ libusb/distinfo	Thu Jun 27 12:37:24 2002
@@ -1 +1 @@
-MD5 (libusb-0.1.5.tar.gz) = 4eff055ee5e9cbcbf82604efbc74f76a
+MD5 (libusb-0.1.6a.tar.gz) = 4560835ac0168fa09f653043983f2d0a


>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?200206280422.g5S4MG220239>