From owner-freebsd-ports Sat Feb 23 12:20:13 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 4AF3A37B404 for ; Sat, 23 Feb 2002 12:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1NKK1986578; Sat, 23 Feb 2002 12:20:01 -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 8FB4A37B400 for ; Sat, 23 Feb 2002 12:10:13 -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 g1NKAD405027 for ; Sat, 23 Feb 2002 13:10:13 -0700 (MST) (envelope-from jjreynold@dolphin.home-net) Received: (from jjreynold@localhost) by whale.home-net (8.11.6/8.11.6) id g1NKACG01951; Sat, 23 Feb 2002 13:10:12 -0700 (MST) (envelope-from jjreynold) Message-Id: <200202232010.g1NKACG01951@whale.home-net> Date: Sat, 23 Feb 2002 13:10:12 -0700 (MST) From: John Reynolds Reply-To: John Reynolds To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35252: [PATCH] sane-backends needs updating -- LIB_DEPENDS changed 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: 35252 >Category: ports >Synopsis: [PATCH] sane-backends needs updating -- LIB_DEPENDS changed >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 23 12:20:01 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: I recently upgraded a port of mine (libusb) to track the latest version. sane-backends LIB_DEPENDS libusb so it also needs to be bumped. The following patch institutes PORTREVISION of 1 and appropriately bumps LIB_DEPEND to the right version. >How-To-Repeat: n/a >Fix: Apply the following patch from /usr/ports/graphics diff -urN sane-backends.orig/Makefile sane-backends/Makefile --- sane-backends.orig/Makefile Sat Feb 23 12:56:33 2002 +++ sane-backends/Makefile Sat Feb 23 12:57:19 2002 @@ -7,6 +7,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.7 +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.4:${PORTSDIR}/devel/libusb \ +LIB_DEPENDS= usb-0.1.5:${PORTSDIR}/devel/libusb \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message