Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 22:53:31 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368351 - in head/textproc/sphinxsearch: . files
Message-ID:  <201409162253.s8GMrVmX039724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Tue Sep 16 22:53:31 2014
New Revision: 368351
URL: http://svnweb.freebsd.org/changeset/ports/368351
QAT: https://qat.redports.org/buildarchive/r368351/

Log:
  Update to 2.2.4
  
  Announcement:	http://sphinxsearch.com/blog/2014/09/15/sphinx-2-2-4-release-now-available/

Deleted:
  head/textproc/sphinxsearch/files/patch-libstemmer_c__Makefile.in
Modified:
  head/textproc/sphinxsearch/Makefile
  head/textproc/sphinxsearch/distinfo
  head/textproc/sphinxsearch/pkg-plist

Modified: head/textproc/sphinxsearch/Makefile
==============================================================================
--- head/textproc/sphinxsearch/Makefile	Tue Sep 16 22:08:36 2014	(r368350)
+++ head/textproc/sphinxsearch/Makefile	Tue Sep 16 22:53:31 2014	(r368351)
@@ -6,8 +6,7 @@
 # See http://www.infracaninophile.co.uk/articles/sphinxse.html
 
 PORTNAME=	sphinxsearch
-PORTVERSION=	2.1.9
-PORTREVISION=	1
+PORTVERSION=	2.2.4
 CATEGORIES=	textproc databases
 MASTER_SITES=	http://sphinxsearch.com/files/ \
 		http://snowball.tartarus.org/dist/:libstemmer
@@ -120,7 +119,7 @@ EXAMPLES=	example.sql api
 DOCS=		doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml
 DOCSRC=		${WRKSRC}/doc
 
-MAN1SRC=	indexer.1 indextool.1 search.1 spelldump.1
+MAN1SRC=	indexer.1 indextool.1 spelldump.1
 MAN8SRC=	searchd.8
 
 post-extract:
@@ -147,7 +146,6 @@ do-install: install-bin install-docs ins
 install-bin:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/indexer   ${STAGEDIR}${PREFIX}/bin/indexer
 	${INSTALL_PROGRAM} ${WRKSRC}/src/indextool ${STAGEDIR}${PREFIX}/bin/indextool
-	${INSTALL_PROGRAM} ${WRKSRC}/src/search	   ${STAGEDIR}${PREFIX}/bin/search
 	${INSTALL_PROGRAM} ${WRKSRC}/src/spelldump ${STAGEDIR}${PREFIX}/bin/spelldump
 	${INSTALL_PROGRAM} ${WRKSRC}/src/searchd   ${STAGEDIR}${PREFIX}/sbin/searchd
 	${INSTALL_DATA}	   ${WRKSRC}/sphinx.conf.dist ${STAGEDIR}${CFGFILE}.sample

Modified: head/textproc/sphinxsearch/distinfo
==============================================================================
--- head/textproc/sphinxsearch/distinfo	Tue Sep 16 22:08:36 2014	(r368350)
+++ head/textproc/sphinxsearch/distinfo	Tue Sep 16 22:53:31 2014	(r368351)
@@ -1,4 +1,4 @@
-SHA256 (sphinx-2.1.9-release.tar.gz) = 6289aa0ac3e1456a0c9181ce6bce2287778b5a163f685a1376e181fc87eb7c03
-SIZE (sphinx-2.1.9-release.tar.gz) = 2443797
+SHA256 (sphinx-2.2.4-release.tar.gz) = c76a88789ca1d7d86df9869718ad217ae8a72740b9e84f2b98b61fa47feb64ef
+SIZE (sphinx-2.2.4-release.tar.gz) = 2948063
 SHA256 (libstemmer_c.tgz) = 469f5d16e23437c313541a579b1cdfb10dcd75a32b589edb283b3d1ecbe7e098
 SIZE (libstemmer_c.tgz) = 129592

Modified: head/textproc/sphinxsearch/pkg-plist
==============================================================================
--- head/textproc/sphinxsearch/pkg-plist	Tue Sep 16 22:08:36 2014	(r368350)
+++ head/textproc/sphinxsearch/pkg-plist	Tue Sep 16 22:53:31 2014	(r368351)
@@ -1,6 +1,5 @@
 bin/indexer
 bin/indextool
-bin/search
 bin/spelldump
 sbin/searchd
 @unexec if cmp -s %D/etc/sphinx.conf.sample %D/etc/sphinx.conf; then rm -f %D/etc/sphinx.conf; fi
@@ -8,7 +7,6 @@ etc/sphinx.conf.sample
 @exec if [ ! -f %D/etc/sphinx.conf ] ; then cp -p %D/%F %B/sphinx.conf; fi
 %%PORTDOCS%%man/man1/indexer.1.gz
 %%PORTDOCS%%man/man1/indextool.1.gz
-%%PORTDOCS%%man/man1/search.1.gz
 %%PORTDOCS%%man/man1/spelldump.1.gz
 %%PORTDOCS%%man/man8/searchd.8.gz
 %%PORTDOCS%%%%DOCSDIR%%/sphinx.css



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