Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2002 13:10:12 -0700 (MST)
From:      John Reynolds <johnjen@reynoldsnet.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35252: [PATCH] sane-backends needs updating -- LIB_DEPENDS changed
Message-ID:  <200202232010.g1NKACG01951@whale.home-net>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202232010.g1NKACG01951>