textproc/groonga: Update version 9.0.0=>9.0.1
This commit is contained in:
parent
338c46e9b8
commit
a052749cd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497248
3 changed files with 12 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= groonga
|
PORTNAME= groonga
|
||||||
PORTVERSION= 9.0.0
|
PORTVERSION= 9.0.1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://packages.groonga.org/source/groonga/
|
MASTER_SITES= http://packages.groonga.org/source/groonga/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1550008722
|
TIMESTAMP = 1553899112
|
||||||
SHA256 (groonga-9.0.0.tar.gz) = c5d592e74a4f27fafdf636cf7fd7124a04b7b055cdb79d593b694c0ecd2686e7
|
SHA256 (groonga-9.0.1.tar.gz) = f1b14f0fd62ca7da550c11e164edcbcac7d83de75474cc4d3a6574adf2733507
|
||||||
SIZE (groonga-9.0.0.tar.gz) = 15393572
|
SIZE (groonga-9.0.1.tar.gz) = 15476525
|
||||||
|
|
|
@ -45,6 +45,8 @@ include/groonga/groonga/hash.h
|
||||||
include/groonga/groonga/highlighter.h
|
include/groonga/groonga/highlighter.h
|
||||||
include/groonga/groonga/id.h
|
include/groonga/groonga/id.h
|
||||||
include/groonga/groonga/ii.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/msgpack.h
|
||||||
include/groonga/groonga/nfkc.h
|
include/groonga/groonga/nfkc.h
|
||||||
include/groonga/groonga/normalizer.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_size_estimator.rb
|
||||||
%%RUBY%%lib/groonga/scripts/ruby/expression_tree.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/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/binary_operation.rb
|
||||||
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/constant.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/function_call.rb
|
||||||
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/index_column.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/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/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/unary_operation.rb
|
||||||
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/variable.rb
|
%%RUBY%%lib/groonga/scripts/ruby/expression_tree/variable.rb
|
||||||
%%RUBY%%lib/groonga/scripts/ruby/expression_tree_builder.rb
|
%%RUBY%%lib/groonga/scripts/ruby/expression_tree_builder.rb
|
||||||
|
|
Loading…
Reference in a new issue