svn commit: r381048 - head/textproc/sphinxsearch

Matthew Seaman matthew at FreeBSD.org
Wed Mar 11 22:31:35 UTC 2015


Author: matthew
Date: Wed Mar 11 22:31:33 2015
New Revision: 381048
URL: https://svnweb.freebsd.org/changeset/ports/381048
QAT: https://qat.redports.org/buildarchive/r381048/

Log:
  Update to 2.2.8
  
  Release Notes:	http://sphinxsearch.com/blog/2015/03/11/sphinx-2-2-8-release/

Modified:
  head/textproc/sphinxsearch/Makefile
  head/textproc/sphinxsearch/distinfo

Modified: head/textproc/sphinxsearch/Makefile
==============================================================================
--- head/textproc/sphinxsearch/Makefile	Wed Mar 11 22:21:18 2015	(r381047)
+++ head/textproc/sphinxsearch/Makefile	Wed Mar 11 22:31:33 2015	(r381048)
@@ -6,7 +6,7 @@
 # See http://www.infracaninophile.co.uk/articles/sphinxse.html
 
 PORTNAME=	sphinxsearch
-PORTVERSION=	2.2.7
+PORTVERSION=	2.2.8
 CATEGORIES=	textproc databases
 MASTER_SITES=	http://sphinxsearch.com/files/ \
 		http://snowball.tartarus.org/dist/:libstemmer
@@ -151,10 +151,12 @@ install-bin:
 	${INSTALL_DATA}	   ${WRKSRC}/sphinx.conf.dist ${STAGEDIR}${CFGFILE}.sample
 
 install-docs:
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for doc in ${DOCS}
 	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
 .endfor
+.endif
 
 install-man:
 .for man in ${MAN1SRC}

Modified: head/textproc/sphinxsearch/distinfo
==============================================================================
--- head/textproc/sphinxsearch/distinfo	Wed Mar 11 22:21:18 2015	(r381047)
+++ head/textproc/sphinxsearch/distinfo	Wed Mar 11 22:31:33 2015	(r381048)
@@ -1,4 +1,4 @@
-SHA256 (sphinx-2.2.7-release.tar.gz) = 613487b66f75a925d4bbe9f04e0b062bd45a8792319672351a80e18a0724c63d
-SIZE (sphinx-2.2.7-release.tar.gz) = 2969037
+SHA256 (sphinx-2.2.8-release.tar.gz) = fb5635e6927c2f0a3aa8259d3494fd683d17cba293439778646706f40a6fd2e0
+SIZE (sphinx-2.2.8-release.tar.gz) = 2985387
 SHA256 (libstemmer_c.tgz) = 6530c3638f29f5b03bc3786bb9212e39adaf3bf15b5b0a483b2eb5111f7f416e
 SIZE (libstemmer_c.tgz) = 129584


More information about the svn-ports-head mailing list