Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Mar 2011 21:04:24 +0100 (CET)
From:      olli hauer <ohauer@FreeBSD.org>
To:        <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ohauer@FreeBSD.org
Subject:   ports/155212: [patch] port deskutils/doodle adjust LIB_DEPENDS after textproc/libextractor update
Message-ID:  <20110302200426.70456106566B@hub.freebsd.org>
Resent-Message-ID: <201103022010.p22KAC1r063532@freefall.freebsd.org>

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

>Number:         155212
>Category:       ports
>Synopsis:       [patch] port deskutils/doodle adjust LIB_DEPENDS after textproc/libextractor update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 02 20:10:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:


>Description:
Fix LIB_DEPENDS (found during local exp-run)

Port textproc/libextractor was updated a view days
ago to version 0.6.2, but LIB_DEPENDS for doodle
was not adjusted.

Please make sure PR ports/155179 is committed first
(pkg-plist fix for textproc/libextractor)

>How-To-Repeat:

>Fix:

--- doodle.diff begins here ---
Index: doodle/Makefile
===================================================================
RCS file: /home/pcvs/ports/deskutils/doodle/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- doodle/Makefile	31 May 2010 01:57:53 -0000	1.18
+++ doodle/Makefile	2 Mar 2011 19:48:23 -0000
@@ -8,14 +8,14 @@
 
 PORTNAME=	doodle
 PORTVERSION=	0.6.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils
 MASTER_SITES=	http://gnunet.org/doodle/download/
 
 MAINTAINER=	jadawin@FreeBSD.org
 COMMENT=	Quickly search documents
 
-LIB_DEPENDS=	extractor.2:${PORTSDIR}/textproc/libextractor
+LIB_DEPENDS=	extractor.3:${PORTSDIR}/textproc/libextractor
 
 GNU_CONFIGURE=	yes
 USE_GETTEXT=	yes
--- doodle.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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