svn commit: r372082 - head/textproc/groonga

Pawel Pekala pawel at FreeBSD.org
Sun Nov 2 18:20:48 UTC 2014


Author: pawel
Date: Sun Nov  2 18:20:46 2014
New Revision: 372082
URL: https://svnweb.freebsd.org/changeset/ports/372082
QAT: https://qat.redports.org/buildarchive/r372082/

Log:
  - Update to version 4.0.6.1
  - Clean pkg-plist
  
  PR:		194171
  Submitted by:	tkato432 at yahoo.com

Modified:
  head/textproc/groonga/Makefile
  head/textproc/groonga/distinfo
  head/textproc/groonga/pkg-plist

Modified: head/textproc/groonga/Makefile
==============================================================================
--- head/textproc/groonga/Makefile	Sun Nov  2 18:15:19 2014	(r372081)
+++ head/textproc/groonga/Makefile	Sun Nov  2 18:20:46 2014	(r372082)
@@ -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

Modified: head/textproc/groonga/distinfo
==============================================================================
--- head/textproc/groonga/distinfo	Sun Nov  2 18:15:19 2014	(r372081)
+++ head/textproc/groonga/distinfo	Sun Nov  2 18:20:46 2014	(r372082)
@@ -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

Modified: head/textproc/groonga/pkg-plist
==============================================================================
--- head/textproc/groonga/pkg-plist	Sun Nov  2 18:15:19 2014	(r372081)
+++ head/textproc/groonga/pkg-plist	Sun Nov  2 18:20:46 2014	(r372082)
@@ -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_
- at dirrm %%DATADIR%%/munin/plugins
- at dirrm %%DATADIR%%/munin
- at dirrm %%DATADIR%%/images/logo
- at dirrm %%DATADIR%%/images
- at dirrm %%DATADIR%%/html/admin/js
- at dirrm %%DATADIR%%/html/admin/images
- at dirrm %%DATADIR%%/html/admin/css/redmond/images
- at dirrm %%DATADIR%%/html/admin/css/redmond
- at dirrm %%DATADIR%%/html/admin/css
- at dirrm %%DATADIR%%/html/admin
- at dirrm %%DATADIR%%/html
- at dirrm %%DATADIR%%/examples/dictionary/jmdict
- at dirrm %%DATADIR%%/examples/dictionary/html/js
- at dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness/images
- at dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness
- at dirrm %%DATADIR%%/examples/dictionary/html/css
- at dirrm %%DATADIR%%/examples/dictionary/html
- at dirrm %%DATADIR%%/examples/dictionary/gene95
- at dirrm %%DATADIR%%/examples/dictionary/eijiro
- at dirrm %%DATADIR%%/examples/dictionary/edict
- at dirrm %%DATADIR%%/examples/dictionary
- at dirrm %%DATADIR%%/examples
- at dirrm %%DATADIR%%
-%%MECAB%%@dirrm lib/groonga/plugins/tokenizers
- at dirrm lib/groonga/plugins/table
- at dirrm lib/groonga/plugins/suggest
- at dirrm lib/groonga/plugins/query_expanders
- at dirrm lib/groonga/plugins
- at dirrm lib/groonga
- at dirrm include/groonga/groonga
- at dirrm include/groonga
- at dirrm %%ETCDIR%%/httpd/html
- at dirrm %%ETCDIR%%/httpd
- at dirrm %%ETCDIR%%


More information about the svn-ports-head mailing list