From m.seaman@infracaninophile.co.uk  Fri Dec 15 17:11:58 2006
Return-Path: <m.seaman@infracaninophile.co.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 24F0716A4FE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Dec 2006 17:11:58 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3A79E4407A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Dec 2006 17:03:13 +0000 (GMT)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])
	by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id kBFH4cxt098233
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Dec 2006 17:04:38 GMT
	(envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk)
Received: (from matthew@localhost)
	by happy-idiot-talk.infracaninophile.co.uk (8.13.8/8.13.8/Submit) id kBFH4cmU098232;
	Fri, 15 Dec 2006 17:04:38 GMT
	(envelope-from matthew)
Message-Id: <200612151704.kBFH4cmU098232@happy-idiot-talk.infracaninophile.co.uk>
Date: Fri, 15 Dec 2006 17:04:38 GMT
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reply-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] textproc/sphinxsearch -- update to 0.9.7-rc2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         106785
>Category:       ports
>Synopsis:       [maintainer] textproc/sphinxsearch -- update to 0.9.7-rc2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 15 17:20:07 GMT 2006
>Closed-Date:    Sat Dec 16 12:06:52 GMT 2006
>Last-Modified:  Sat Dec 16 12:10:15 GMT 2006
>Originator:     Matthew Seaman
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Wed Nov 22 20:50:31 GMT 2006 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

Update to 0.9.7-rc2 -- 

Major new features include:

    * extended query mode with boolean, field limits, phrases, and proximity support (eg.: @title "hello world"~10 | @body example program);
    * extended sorting mode (eg.: @weight DESC @id ASC);
    * combined phrase+statistical ranking which takes words frequencies into account (currently in extended mode only),
    * official Python API;
    * contributed Perl and Ruby APIs. 

>How-To-Repeat:
	
>Fix:

	

--- sphinxsearch.diff begins here ---
diff -Nur /usr/ports/textproc/sphinxsearch/Makefile sphinxsearch/Makefile
--- /usr/ports/textproc/sphinxsearch/Makefile	Sat Nov 18 22:54:06 2006
+++ sphinxsearch/Makefile	Fri Dec 15 12:02:51 2006
@@ -8,7 +8,7 @@
 # this port at the moment.  Maybe later.
 
 PORTNAME=	sphinxsearch
-PORTVERSION=	0.9.7.r1
+PORTVERSION=	0.9.7.r2
 CATEGORIES=	textproc databases
 MASTER_SITES=	http://www.sphinxsearch.com/downloads/
 DISTNAME=	sphinx-${PORTVERSION:C@\.r([0-9]+)$@-rc\1@}
diff -Nur /usr/ports/textproc/sphinxsearch/distinfo sphinxsearch/distinfo
--- /usr/ports/textproc/sphinxsearch/distinfo	Sat Nov 18 22:54:06 2006
+++ sphinxsearch/distinfo	Fri Dec 15 12:03:06 2006
@@ -1,3 +1,3 @@
-MD5 (sphinx-0.9.7-rc1.tar.gz) = 50d6a09cd0e89e2f3e4264825329ccfc
-SHA256 (sphinx-0.9.7-rc1.tar.gz) = d0569afad64d03ae290857b5f724c79e70d2cb7490bd3ba21afb4130756a9e00
-SIZE (sphinx-0.9.7-rc1.tar.gz) = 239486
+MD5 (sphinx-0.9.7-rc2.tar.gz) = 65daf0feb7e276fb3de0aba82cff1d3e
+SHA256 (sphinx-0.9.7-rc2.tar.gz) = 38ee9be39ae019ab06a6b053286a60ce699be89dbff00221fed05169dfe92533
+SIZE (sphinx-0.9.7-rc2.tar.gz) = 270445
--- sphinxsearch.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Dec 15 17:28:31 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106785 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Dec 16 12:06:49 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106785: commit references a PR
Date: Sat, 16 Dec 2006 12:06:21 +0000 (UTC)

 miwi        2006-12-16 12:06:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/sphinxsearch Makefile distinfo 
   Log:
   - Update to 0.9.7-rc2
   
   PR:             ports/106785
   Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
   
   Revision  Changes    Path
   1.2       +1 -1      ports/textproc/sphinxsearch/Makefile
   1.2       +3 -3      ports/textproc/sphinxsearch/distinfo
 _______________________________________________
 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"
 
>Unformatted:
