From nobody@FreeBSD.org  Thu Jan  4 00:46:05 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5D39F16A407
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Jan 2007 00:46:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 4DE2013C441
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Jan 2007 00:46:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l040k5vx090513
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 4 Jan 2007 00:46:05 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l040k5HA090510;
	Thu, 4 Jan 2007 00:46:05 GMT
	(envelope-from nobody)
Message-Id: <200701040046.l040k5HA090510@www.freebsd.org>
Date: Thu, 4 Jan 2007 00:46:05 GMT
From: Jonathan Liu<Net147@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [ports] [gimp] [patch] gimp-help does not build due to incorrect lib dependency
X-Send-Pr-Version: www-3.0

>Number:         107501
>Category:       ports
>Synopsis:       [patch] gimp-help does not build due to incorrect lib dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 04 00:50:12 GMT 2007
>Closed-Date:    Thu Jan 04 01:48:29 GMT 2007
>Last-Modified:  Thu Jan 04 17:46:14 GMT 2007
>Originator:     Jonathan Liu
>Release:        6.2-RC1
>Organization:
>Environment:
FreeBSD freebsd 6.2-RC1 FreeBSD 6.2-RC1 #0: Thu Nov 16 05:12:08 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
gimp-help does not build due to incorrect lib dependency.
The dependency refers to a library gimp-2.0.0, but in the latest version the library is gimp-2.0.
>How-To-Repeat:
Compile gimp-help from ports.
>Fix:
--- Makefile.orig	Tue Jan  2 08:30:06 2007
+++ Makefile	Thu Jan  4 11:39:07 2007
@@ -21,7 +21,7 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GIMP user's manual
 
-LIB_DEPENDS=	gimp-2.0.0:${PORTSDIR}/graphics/gimp
+LIB_DEPENDS=	gimp-2.0:${PORTSDIR}/graphics/gimp
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jan 4 01:24:24 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107501 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Thu Jan 4 01:48:11 UTC 2007 
State-Changed-Why:  
This was fixed yesterday, thanks for reporting though! =) 

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