From owner-svn-ports-all@FreeBSD.ORG Wed Oct 8 21:21:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C752721; Wed, 8 Oct 2014 21:21:08 +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 58F51E8C; Wed, 8 Oct 2014 21:21:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98LL87Q020071; Wed, 8 Oct 2014 21:21:08 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98LL8Kc020070; Wed, 8 Oct 2014 21:21:08 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410082121.s98LL8Kc020070@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 8 Oct 2014 21:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370488 - head/textproc/sphinxsearch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 21:21:08 -0000 Author: matthew Date: Wed Oct 8 21:21:07 2014 New Revision: 370488 URL: https://svnweb.freebsd.org/changeset/ports/370488 QAT: https://qat.redports.org/buildarchive/r370488/ Log: Another plist I should have modernized just now. - drop @dirrm stuff - use @sample Modified: head/textproc/sphinxsearch/pkg-plist Modified: head/textproc/sphinxsearch/pkg-plist ============================================================================== --- head/textproc/sphinxsearch/pkg-plist Wed Oct 8 21:17:13 2014 (r370487) +++ head/textproc/sphinxsearch/pkg-plist Wed Oct 8 21:21:07 2014 (r370488) @@ -2,9 +2,7 @@ bin/indexer bin/indextool 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/spelldump.1.gz @@ -133,15 +131,3 @@ etc/sphinx.conf.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sql -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/tasks -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec/sphinx -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec/fixtures -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/lib/sphinx -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/lib -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/libsphinxclient -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/java -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%