aboutsummaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-03-30 11:56:27 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-03-30 11:56:27 +0000
commita052749cd6884c322f0038c97205a041e87b939c (patch)
tree2bde1398707ff8e9588d2f29f3f1e4e592487b47 /textproc/groonga
parent338c46e9b8f2dbe6e5026e5a394f905aaca71bb8 (diff)
downloadports-a052749cd6884c322f0038c97205a041e87b939c.tar.gz
ports-a052749cd6884c322f0038c97205a041e87b939c.zip
textproc/groonga: Update version 9.0.0=>9.0.1
Notes
Notes: svn path=/head/; revision=497248
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/Makefile2
-rw-r--r--textproc/groonga/distinfo6
-rw-r--r--textproc/groonga/pkg-plist9
3 files changed, 12 insertions, 5 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 3a68b8427b9c..0b7b4f86e2d1 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= groonga
-PORTVERSION= 9.0.0
+PORTVERSION= 9.0.1
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo
index 26b5750a505c..0a1c53775f99 100644
--- a/textproc/groonga/distinfo
+++ b/textproc/groonga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550008722
-SHA256 (groonga-9.0.0.tar.gz) = c5d592e74a4f27fafdf636cf7fd7124a04b7b055cdb79d593b694c0ecd2686e7
-SIZE (groonga-9.0.0.tar.gz) = 15393572
+TIMESTAMP = 1553899112
+SHA256 (groonga-9.0.1.tar.gz) = f1b14f0fd62ca7da550c11e164edcbcac7d83de75474cc4d3a6574adf2733507
+SIZE (groonga-9.0.1.tar.gz) = 15476525
diff --git a/textproc/groonga/pkg-plist b/textproc/groonga/pkg-plist
index 00f7b5c5f0c4..2e9b2e7f1a3b 100644
--- a/textproc/groonga/pkg-plist
+++ b/textproc/groonga/pkg-plist
@@ -45,6 +45,8 @@ include/groonga/groonga/hash.h
include/groonga/groonga/highlighter.h
include/groonga/groonga/id.h
include/groonga/groonga/ii.h
+include/groonga/groonga/index_column.h
+include/groonga/groonga/memory.h
include/groonga/groonga/msgpack.h
include/groonga/groonga/nfkc.h
include/groonga/groonga/normalizer.h
@@ -123,13 +125,18 @@ lib/groonga/plugins/sharding/keys_parsable.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_size_estimator.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/accessor.rb
+%%RUBY%%lib/groonga/scripts/ruby/expression_tree/assign.rb
+%%RUBY%%lib/groonga/scripts/ruby/expression_tree/assign_binary_operation.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/binary_operation.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/constant.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/function_call.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/index_column.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/logical_operation.rb
-%%RUBY%%lib/groonga/scripts/ruby/expression_tree/options.rb
+%%RUBY%%lib/groonga/scripts/ruby/expression_tree/member.rb
+%%RUBY%%lib/groonga/scripts/ruby/expression_tree/null.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/procedure.rb
+%%RUBY%%lib/groonga/scripts/ruby/expression_tree/reference.rb
+%%RUBY%%lib/groonga/scripts/ruby/expression_tree/table.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/unary_operation.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/variable.rb
%%RUBY%%lib/groonga/scripts/ruby/expression_tree_builder.rb