Date: Sun, 4 Jun 2017 17:28:00 +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: r442572 - head/textproc/groonga Message-ID: <201706041728.v54HS0oB023012@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Sun Jun 4 17:28:00 2017 New Revision: 442572 URL: https://svnweb.freebsd.org/changeset/ports/442572 Log: textproc/groonga: Update version 7.0.1=>7.0.3 Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo head/textproc/groonga/pkg-plist Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Sun Jun 4 17:21:00 2017 (r442571) +++ head/textproc/groonga/Makefile Sun Jun 4 17:28:00 2017 (r442572) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 7.0.1 +PORTVERSION= 7.0.3 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.11.12/auto/install + ${WRKSRC}/vendor/nginx-1.13.0/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Sun Jun 4 17:21:00 2017 (r442571) +++ head/textproc/groonga/distinfo Sun Jun 4 17:28:00 2017 (r442572) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491678608 -SHA256 (groonga-7.0.1.tar.gz) = d017fa9424d57a3deec8c41de555f86268e81d98f6114718660bb172718fc072 -SIZE (groonga-7.0.1.tar.gz) = 14230685 +TIMESTAMP = 1496511624 +SHA256 (groonga-7.0.3.tar.gz) = c68a5798bf7c2f5b6b6eff08f88fac90e58e43db76b58d638c971be59626f79e +SIZE (groonga-7.0.3.tar.gz) = 14403442 Modified: head/textproc/groonga/pkg-plist ============================================================================== --- head/textproc/groonga/pkg-plist Sun Jun 4 17:21:00 2017 (r442571) +++ head/textproc/groonga/pkg-plist Sun Jun 4 17:28:00 2017 (r442572) @@ -24,8 +24,12 @@ bin/groonga-benchmark %%ETCDIR%%/httpd/win-utf %%ETCDIR%%/synonyms.tsv include/groonga/groonga.h +include/groonga/groonga.hpp include/groonga/groonga/accessor.h include/groonga/groonga/array.h +include/groonga/groonga/arrow.h +include/groonga/groonga/arrow.hpp +include/groonga/groonga/cache.h include/groonga/groonga/column.h include/groonga/groonga/command.h include/groonga/groonga/config.h @@ -63,6 +67,8 @@ include/groonga/groonga/windows.h include/groonga/groonga/windows_event_logger.h include/groonga/groonga/window_function.h %%RUBY%%lib/groonga/plugins/expression_rewriters/optimizer.rb +lib/groonga/plugins/functions/index_column.a +lib/groonga/plugins/functions/index_column.so lib/groonga/plugins/functions/number.a lib/groonga/plugins/functions/number.so lib/groonga/plugins/functions/string.a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706041728.v54HS0oB023012>