Date: Sun, 7 Jan 2018 19:42:19 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458376 - head/textproc/groonga Message-ID: <201801071942.w07JgJg3027327@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Sun Jan 7 19:42:19 2018 New Revision: 458376 URL: https://svnweb.freebsd.org/changeset/ports/458376 Log: textproc/groonga: Update version 7.0.6=>7.1.0 Relnotes: http://groonga.org/docs/news.html#release-7-1-0 Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo head/textproc/groonga/pkg-plist Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Sun Jan 7 19:32:34 2018 (r458375) +++ head/textproc/groonga/Makefile Sun Jan 7 19:42:19 2018 (r458376) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 7.0.6 +PORTVERSION= 7.1.0 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -57,7 +57,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.13.4/auto/install + ${WRKSRC}/vendor/nginx-1.13.8/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Sun Jan 7 19:32:34 2018 (r458375) +++ head/textproc/groonga/distinfo Sun Jan 7 19:42:19 2018 (r458376) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505758860 -SHA256 (groonga-7.0.6.tar.gz) = 6c4d460eb420098bc3a048b71595bd6f11a5da4defa4767a38306531b76847f3 -SIZE (groonga-7.0.6.tar.gz) = 14558308 +TIMESTAMP = 1515087799 +SHA256 (groonga-7.1.0.tar.gz) = a7a23598ca3a666bd1121da4ac4126e81bae38925c6dcfde0a001d4ca1f20dec +SIZE (groonga-7.1.0.tar.gz) = 13921890 Modified: head/textproc/groonga/pkg-plist ============================================================================== --- head/textproc/groonga/pkg-plist Sun Jan 7 19:32:34 2018 (r458375) +++ head/textproc/groonga/pkg-plist Sun Jan 7 19:42:19 2018 (r458376) @@ -81,6 +81,8 @@ lib/groonga/plugins/functions/time.so lib/groonga/plugins/functions/vector.so lib/groonga/plugins/query_expanders/tsv.a lib/groonga/plugins/query_expanders/tsv.so +lib/groonga/plugins/sharding/dynamic_columns.rb +lib/groonga/plugins/sharding/keys_parsable.rb %%RUBY%%lib/groonga/plugins/ruby/eval.rb %%RUBY%%lib/groonga/plugins/sharding.rb %%RUBY%%lib/groonga/plugins/sharding/logical_count.rb @@ -120,12 +122,17 @@ lib/groonga/plugins/query_expanders/tsv.so %%RUBY%%lib/groonga/scripts/ruby/expression_tree/variable.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree_builder.rb %%RUBY%%lib/groonga/scripts/ruby/fixed_size_column.rb +%%RUBY%%lib/groonga/scripts/ruby/groonga-log.rb +%%RUBY%%lib/groonga/scripts/ruby/groonga-log/parser.rb +%%RUBY%%lib/groonga/scripts/ruby/groonga-log/statistic.rb +%%RUBY%%lib/groonga/scripts/ruby/groonga-log/version.rb %%RUBY%%lib/groonga/scripts/ruby/id.rb %%RUBY%%lib/groonga/scripts/ruby/index_column.rb %%RUBY%%lib/groonga/scripts/ruby/index_cursor.rb %%RUBY%%lib/groonga/scripts/ruby/index_info.rb %%RUBY%%lib/groonga/scripts/ruby/initialize/post.rb %%RUBY%%lib/groonga/scripts/ruby/initialize/pre.rb +%%RUBY%%lib/groonga/scripts/ruby/labeled_arguments.rb %%RUBY%%lib/groonga/scripts/ruby/logger.rb %%RUBY%%lib/groonga/scripts/ruby/logger/level.rb %%RUBY%%lib/groonga/scripts/ruby/object.rb @@ -185,6 +192,8 @@ sbin/groonga-httpd-restart %%DATADIR%%/examples/dictionary/init-db.sh %%DATADIR%%/examples/dictionary/jmdict/jmdict.rb %%DATADIR%%/examples/dictionary/readme.txt +%%DATADIR%%/groonga-log/README.md +%%DATADIR%%/groonga-log/lgpl-2.1.txt %%DATADIR%%/html/admin/css/groonga-admin.css %%DATADIR%%/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071942.w07JgJg3027327>