From owner-freebsd-ports Sat Dec 7 6:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B08037B408 for ; Sat, 7 Dec 2002 06:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5351943EDE for ; Sat, 7 Dec 2002 06:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB7EA2x3027611 for ; Sat, 7 Dec 2002 06:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB7EA2Rr027610; Sat, 7 Dec 2002 06:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFFE237B401 for ; Sat, 7 Dec 2002 06:09:27 -0800 (PST) Received: from ip68-99-84-220.ph.ph.cox.net (ip68-99-84-220.ph.ph.cox.net [68.99.84.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44DD443EB2 for ; Sat, 7 Dec 2002 06:09:27 -0800 (PST) (envelope-from jjreynold@ip68-99-84-220.ph.ph.cox.net) Received: from whale.home-net (whale [192.168.1.2]) by ip68-99-84-220.ph.ph.cox.net (8.12.6/8.12.6) with ESMTP id gB7E9Rq4090412 for ; Sat, 7 Dec 2002 07:09:27 -0700 (MST) (envelope-from jjreynold@dolphin.home-net) Received: from whale.home-net (localhost [127.0.0.1]) by whale.home-net (8.12.6/8.12.6) with ESMTP id gB7E9QmQ023126 for ; Sat, 7 Dec 2002 07:09:26 -0700 (MST) (envelope-from jjreynold@whale.home-net) Received: (from jjreynold@localhost) by whale.home-net (8.12.6/8.12.6/Submit) id gB7E9QYo023125; Sat, 7 Dec 2002 07:09:26 -0700 (MST) Message-Id: <200212071409.gB7E9QYo023125@whale.home-net> Date: Sat, 7 Dec 2002 07:09:26 -0700 (MST) From: John Reynolds Reply-To: John Reynolds To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46061: [PATCH] sane-backends needs update due to new libusb (pending commit) 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: 46061 >Category: ports >Synopsis: [PATCH] sane-backends needs update due to new libusb (pending commit) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Dec 07 06:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: John Reynolds >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD whale 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Dec 5 19:52:40 MST 2002 root@dolphin:/usr/obj/usr/src/sys/WHALE i386 >Description: I just submitted a PR (http://www.freebsd.org/cgi/query-pr.cgi?pr=46059) to update libusb to version 0.1.7. This update bumps the .so revision # and so ports that depend on libusb need to be updated so their LIB_DEPENDS lines will be correct. Because the LIB_DEPENDS have changed, I bumped PORTREVISION from nil to '1'. >How-To-Repeat: n/a >Fix: Please apply this patch in ports/graphics: diff -urN sane-backends.orig/Makefile sane-backends/Makefile --- sane-backends.orig/Makefile Sat Dec 7 06:43:39 2002 +++ sane-backends/Makefile Sat Dec 7 06:44:17 2002 @@ -7,6 +7,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= usb-0.1.5:${PORTSDIR}/devel/libusb \ +LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_REINPLACE= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message