From dockes@wanadoo.fr  Wed Oct 24 09:27:45 2007
Return-Path: <dockes@wanadoo.fr>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1BDD116A421
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Oct 2007 09:27:45 +0000 (UTC)
	(envelope-from dockes@wanadoo.fr)
Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42])
	by mx1.freebsd.org (Postfix) with ESMTP id D157113C480
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Oct 2007 09:27:44 +0000 (UTC)
	(envelope-from dockes@wanadoo.fr)
Received: from smtp7-g19.free.fr (smtp7-g19.free.fr [212.27.42.64])
	by postfix1-g20.free.fr (Postfix) with ESMTP id D1DF11CC101C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Oct 2007 10:49:48 +0200 (CEST)
Received: from smtp7-g19.free.fr (localhost [127.0.0.1])
	by smtp7-g19.free.fr (Postfix) with ESMTP id 5F88B32284A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Oct 2007 10:49:34 +0200 (CEST)
Received: from y.dockes.com (obs92-1-82-225-153-66.fbx.proxad.net [82.225.153.66])
	by smtp7-g19.free.fr (Postfix) with ESMTP id 27953322852
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Oct 2007 10:49:34 +0200 (CEST)
Received: from y.dockes.com (localhost [127.0.0.1])
	by y.dockes.com (8.14.1/8.14.1) with ESMTP id l9O8nVUY056974
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Oct 2007 10:49:31 +0200 (CEST)
	(envelope-from dockes@y.dockes.com)
Received: (from dockes@localhost)
	by y.dockes.com (8.14.1/8.14.1/Submit) id l9O8nVJq056973;
	Wed, 24 Oct 2007 10:49:31 +0200 (CEST)
	(envelope-from dockes)
Message-Id: <200710240849.l9O8nVJq056973@y.dockes.com>
Date: Wed, 24 Oct 2007 10:49:31 +0200 (CEST)
From: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
Reply-To: Jean-Francois Dockes <jean-franclis.dockes@wanadoo.fr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] deskutils/recoll follow xapian-core version change
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117447
>Category:       ports
>Synopsis:       [PATCH] deskutils/recoll follow xapian-core version change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thierry
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 24 09:30:04 UTC 2007
>Closed-Date:    Thu Oct 25 20:01:10 UTC 2007
>Last-Modified:  Thu Oct 25 20:01:10 UTC 2007
>Originator:     Jean-Francois Dockes
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD y 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue Oct 9 14:04:56 CEST 2007 root@y:/usr/obj/usr/src/sys/MOUTON i386


	
>Description:
	Use new xapian shared lib version
>How-To-Repeat:
	
>Fix:

diff -ruN recoll.prev/Makefile recoll/Makefile
--- recoll.prev/Makefile	2007-09-15 18:19:14.000000000 +0200
+++ recoll/Makefile	2007-10-24 08:17:46.000000000 +0200
@@ -14,7 +14,7 @@
 COMMENT=	A personal full text search package, based on QT and Xapian
 
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
-LIB_DEPENDS=	xapian.1[3-6]:${PORTSDIR}/databases/xapian-core \
+LIB_DEPENDS=	xapian.1[3-8]:${PORTSDIR}/databases/xapian-core \
 		qt-mt.3:${PORTSDIR}/x11-toolkits/qt33
 
 USE_QT_VER=	3

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->thierry 
Responsible-Changed-By: thierry 
Responsible-Changed-When: Mer 24 oct 2007 19:33:37 UTC 
Responsible-Changed-Why:  

Take it. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117447: commit references a PR
Date: Thu, 25 Oct 2007 19:59:44 +0000 (UTC)

 thierry     2007-10-25 19:59:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/recoll     Makefile 
   Log:
   Follow xapian-core version change.
   
   PR:             ports/117447
   Submitted by:   Jean-Francois Dockes (maintainer)
   
   Revision  Changes    Path
   1.23      +1 -1      ports/deskutils/recoll/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Jeu 25 oct 2007 20:00:46 UTC 
State-Changed-Why:  

Committed, thanks! 


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