From owner-freebsd-ports Sat Feb 23 0:30:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C87A437B404 for ; Sat, 23 Feb 2002 00:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1N8U4h29474; Sat, 23 Feb 2002 00:30:04 -0800 (PST) (envelope-from gnats) Received: from ip68-2-87-144.ph.ph.cox.net (ip68-2-87-144.ph.ph.cox.net [68.2.87.144]) by hub.freebsd.org (Postfix) with ESMTP id 13E0E37B402 for ; Sat, 23 Feb 2002 00:28:23 -0800 (PST) Received: from whale.home-net (whale [192.168.1.2]) by ip68-2-87-144.ph.ph.cox.net (8.11.6/8.11.6) with ESMTP id g1N8SM410788 for ; Sat, 23 Feb 2002 01:28:22 -0700 (MST) (envelope-from jjreynold@dolphin.home-net) Received: (from jjreynold@localhost) by whale.home-net (8.11.6/8.11.6) id g1N8SMa16760; Sat, 23 Feb 2002 01:28:22 -0700 (MST) (envelope-from jjreynold) Message-Id: <200202230828.g1N8SMa16760@whale.home-net> Date: Sat, 23 Feb 2002 01:28:22 -0700 (MST) From: John Reynolds Reply-To: John Reynolds To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35232: [MAINTAINER PATCH] libusb needs updating to 0.1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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