diff options
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 4 | ||||
-rw-r--r-- | textproc/groonga/pkg-plist | 37 |
3 files changed, 7 insertions, 38 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 5279669189c9..f615a5264b38 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 4.0.5 +PORTVERSION= 4.0.6.1 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -68,7 +68,7 @@ post-patch: '/NGX_PID_PATH/s|mkdir|${TRUE}| ; \ /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \ /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \ - ${WRKSRC}/vendor/nginx-1.7.4/auto/install + ${WRKSRC}/vendor/nginx-1.7.6/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 4a55c9774922..d4251f3cece3 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,2 +1,2 @@ -SHA256 (groonga-4.0.5.tar.gz) = c36f95f7d2fae23a298b3de6677bbd7546e23d972ff6079aa6056ae77ca3da35 -SIZE (groonga-4.0.5.tar.gz) = 10828892 +SHA256 (groonga-4.0.6.1.tar.gz) = 4b63383c593fbfb7b019238edb50a756eb5bdfad1d99465aa0fb6ddbc91eec69 +SIZE (groonga-4.0.6.1.tar.gz) = 10940699 diff --git a/textproc/groonga/pkg-plist b/textproc/groonga/pkg-plist index a4d800f6730a..28114c20e2e6 100644 --- a/textproc/groonga/pkg-plist +++ b/textproc/groonga/pkg-plist @@ -26,6 +26,7 @@ include/groonga/groonga.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h include/groonga/groonga/plugin.h +include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h lib/groonga/plugins/query_expanders/tsv.a lib/groonga/plugins/query_expanders/tsv.so @@ -33,6 +34,8 @@ lib/groonga/plugins/suggest/suggest.a lib/groonga/plugins/suggest/suggest.so lib/groonga/plugins/table/table.a lib/groonga/plugins/table/table.so +lib/groonga/plugins/token_filters/stop_word.a +lib/groonga/plugins/token_filters/stop_word.so %%MECAB%%lib/groonga/plugins/tokenizers/mecab.a %%MECAB%%lib/groonga/plugins/tokenizers/mecab.so lib/libgroonga.a @@ -159,37 +162,3 @@ sbin/groonga-httpd-restart %%DATADIR%%/munin/plugins/groonga_query_performance_ %%DATADIR%%/munin/plugins/groonga_status_ %%DATADIR%%/munin/plugins/groonga_throughput_ -@dirrm %%DATADIR%%/munin/plugins -@dirrm %%DATADIR%%/munin -@dirrm %%DATADIR%%/images/logo -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/html/admin/js -@dirrm %%DATADIR%%/html/admin/images -@dirrm %%DATADIR%%/html/admin/css/redmond/images -@dirrm %%DATADIR%%/html/admin/css/redmond -@dirrm %%DATADIR%%/html/admin/css -@dirrm %%DATADIR%%/html/admin -@dirrm %%DATADIR%%/html -@dirrm %%DATADIR%%/examples/dictionary/jmdict -@dirrm %%DATADIR%%/examples/dictionary/html/js -@dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness/images -@dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness -@dirrm %%DATADIR%%/examples/dictionary/html/css -@dirrm %%DATADIR%%/examples/dictionary/html -@dirrm %%DATADIR%%/examples/dictionary/gene95 -@dirrm %%DATADIR%%/examples/dictionary/eijiro -@dirrm %%DATADIR%%/examples/dictionary/edict -@dirrm %%DATADIR%%/examples/dictionary -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%% -%%MECAB%%@dirrm lib/groonga/plugins/tokenizers -@dirrm lib/groonga/plugins/table -@dirrm lib/groonga/plugins/suggest -@dirrm lib/groonga/plugins/query_expanders -@dirrm lib/groonga/plugins -@dirrm lib/groonga -@dirrm include/groonga/groonga -@dirrm include/groonga -@dirrm %%ETCDIR%%/httpd/html -@dirrm %%ETCDIR%%/httpd -@dirrm %%ETCDIR%% |