Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2002 01:28:22 -0700 (MST)
From:      John Reynolds <johnjen@reynoldsnet.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35232: [MAINTAINER PATCH] libusb needs updating to 0.1.5
Message-ID:  <200202230828.g1N8SMa16760@whale.home-net>

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

>Number:         35232
>Category:       ports
>Synopsis:       [MAINTAINER PATCH] libusb needs updating to 0.1.5
>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:   Sat Feb 23 00:30:04 PST 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 libusb port has bumped to 0.1.5. The attached patch takes us to that delta.

>How-To-Repeat:

 n/a

>Fix:
Please apply the following patch to while in /usr/ports/devel

diff -urN libusb.1.4/Makefile libusb/Makefile
--- libusb.1.4/Makefile	Sat Feb 23 00:10:39 2002
+++ libusb/Makefile	Sat Feb 23 00:12:49 2002
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	libusb
-PORTVERSION=	0.1.4
+PORTVERSION=	0.1.5
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	libusb
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	johnjen@reynoldsnet.org
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-build-docs
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN libusb.1.4/distinfo libusb/distinfo
--- libusb.1.4/distinfo	Sat Feb 23 00:10:39 2002
+++ libusb/distinfo	Sat Feb 23 00:13:03 2002
@@ -1 +1 @@
-MD5 (libusb-0.1.4.tar.gz) = 8043d54bed214a712f60d55de3e252c8
+MD5 (libusb-0.1.5.tar.gz) = 4eff055ee5e9cbcbf82604efbc74f76a
diff -urN libusb.1.4/pkg-plist libusb/pkg-plist
--- libusb.1.4/pkg-plist	Sat Feb 23 00:10:39 2002
+++ libusb/pkg-plist	Sat Feb 23 00:33:48 2002
@@ -1,6 +1,6 @@
 bin/libusb-config
 include/usb.h
-lib/libusb-0.1.so.4
+lib/libusb-0.1.so.5
 lib/libusb-0.1.so
 lib/libusb.so
 lib/libusb.a


>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?200202230828.g1N8SMa16760>