From owner-svn-ports-head@FreeBSD.ORG Fri Nov 14 09:09:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5CE6535; Fri, 14 Nov 2014 09:09:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7EC485A; Fri, 14 Nov 2014 09:09:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAE99lfK015470; Fri, 14 Nov 2014 09:09:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAE99lqx015465; Fri, 14 Nov 2014 09:09:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411140909.sAE99lqx015465@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 14 Nov 2014 09:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372554 - head/textproc/sphinxsearch-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 09:09:47 -0000 Author: antoine Date: Fri Nov 14 09:09:46 2014 New Revision: 372554 URL: https://svnweb.freebsd.org/changeset/ports/372554 QAT: https://qat.redports.org/buildarchive/r372554/ Log: - Fix EXAMPLES installation - Cleanup plist Modified: head/textproc/sphinxsearch-devel/Makefile head/textproc/sphinxsearch-devel/pkg-plist Modified: head/textproc/sphinxsearch-devel/Makefile ============================================================================== --- head/textproc/sphinxsearch-devel/Makefile Fri Nov 14 08:36:07 2014 (r372553) +++ head/textproc/sphinxsearch-devel/Makefile Fri Nov 14 09:09:46 2014 (r372554) @@ -7,6 +7,7 @@ PORTNAME= sphinxsearch PORTVERSION= 2.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ \ @@ -167,7 +168,7 @@ install-man: install-examples: .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) + (cd ${WRKSRC} && ${COPYTREE_SHARE} "${EXAMPLES}" ${STAGEDIR}${EXAMPLESDIR}) .endif .include Modified: head/textproc/sphinxsearch-devel/pkg-plist ============================================================================== --- head/textproc/sphinxsearch-devel/pkg-plist Fri Nov 14 08:36:07 2014 (r372553) +++ head/textproc/sphinxsearch-devel/pkg-plist Fri Nov 14 09:09:46 2014 (r372554) @@ -3,9 +3,7 @@ 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 -etc/sphinx.conf.sample -@exec if [ ! -f %D/etc/sphinx.conf ] ; then cp -p %D/%F %B/sphinx.conf; fi +@sample etc/sphinx.conf.sample %%PORTDOCS%%man/man1/indexer.1.gz %%PORTDOCS%%man/man1/indextool.1.gz %%PORTDOCS%%man/man1/search.1.gz @@ -15,4 +13,3 @@ etc/sphinx.conf.sample %%PORTDOCS%%%%DOCSDIR%%/sphinx.html %%PORTDOCS%%%%DOCSDIR%%/sphinx.txt %%PORTDOCS%%%%DOCSDIR%%/sphinx.xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%