From nobody@FreeBSD.org  Tue Sep  7 18:55:49 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6700110656DA
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  7 Sep 2010 18:55:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 5656A8FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  7 Sep 2010 18:55:49 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o87ItnEV082984
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 7 Sep 2010 18:55:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o87ItnAo082977;
	Tue, 7 Sep 2010 18:55:49 GMT
	(envelope-from nobody)
Message-Id: <201009071855.o87ItnAo082977@www.freebsd.org>
Date: Tue, 7 Sep 2010 18:55:49 GMT
From: Anatoly Borodin <anatoly.borodin@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] graphics/digikam-kde4 : fix LIB_DEPENDS
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: datahead4@gmail.com

>Number:         150359
>Category:       ports
>Synopsis:       [patch] graphics/digikam-kde4 : fix LIB_DEPENDS
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 07 19:00:13 UTC 2010
>Closed-Date:    Fri Sep 17 19:01:21 UTC 2010
>Last-Modified:  Fri Sep 17 19:01:21 UTC 2010
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
graphics/lensfun and astro/marble have been updated recently, the libs' versions have been bumped.
>How-To-Repeat:

>Fix:
Apply the patch.

Patch attached with submission follows:

From 892276b096cd3e7f83706f24e5a8c18a7596c1bc Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin@gmail.com>
Date: Sun, 5 Sep 2010 19:02:19 +0200
Subject: [PATCH 2/2] TBC: graphics/digikam-kde4: fix LIB_DEPENDS

---
 graphics/digikam-kde4/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git graphics/digikam-kde4/Makefile graphics/digikam-kde4/Makefile
index 4489bca..35532cf 100644
--- graphics/digikam-kde4/Makefile
+++ graphics/digikam-kde4/Makefile
@@ -52,13 +52,13 @@ LIB_DEPENDS+=	gphoto2.2:${PORTSDIR}/graphics/libgphoto2
 .endif
 
 .if defined(WITH_LENSFUN)
-LIB_DEPENDS+=	lensfun.0:${PORTSDIR}/graphics/lensfun
+LIB_DEPENDS+=	lensfun.2:${PORTSDIR}/graphics/lensfun
 .else
 CMAKE_ARGS+=	-DWITH_LensFun:BOOL=OFF
 .endif
 
 .if defined(WITH_MARBLE)
-LIB_DEPENDS+=	marblewidget.5:${PORTSDIR}/astro/marble
+LIB_DEPENDS+=	marblewidget.10:${PORTSDIR}/astro/marble
 PLIST_SUB+=		MARBLE=""
 .else
 CMAKE_ARGS+=	-DWITH_MarbleWidget:BOOL=OFF
-- 
1.7.2.2



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Sep 7 19:00:34 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150359 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: datahead4@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/150359: [patch] graphics/digikam-kde4 : fix LIB_DEPENDS
Date: Tue, 7 Sep 2010 19:00:29 UT

 Maintainer of graphics/digikam-kde4,
 
 Please note that PR ports/150359 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150359
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Matt <datahead4@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/150359: [patch] graphics/digikam-kde4 : fix LIB_DEPENDS
Date: Tue, 7 Sep 2010 14:27:32 -0500

 On Tue, Sep 7, 2010 at 2:00 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of graphics/digikam-kde4,
 >
 > Please note that PR ports/150359 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/150359
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 Patch is approved
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Thu Sep 16 23:44:30 UTC 2010 
State-Changed-Why:  
Maintainer approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150359 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Fri Sep 17 19:01:20 UTC 2010 
State-Changed-Why:  
Already fixed, thanks for report. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150359 
>Unformatted:
