Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 21:21:08 +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: r370488 - head/textproc/sphinxsearch
Message-ID:  <201410082121.s98LL8Kc020070@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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%%



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