From owner-svn-ports-head@freebsd.org Sun Jun 4 17:28:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B8C7B82E03; Sun, 4 Jun 2017 17:28:02 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B1157D832; Sun, 4 Jun 2017 17:28:02 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v54HS1Ut023015; Sun, 4 Jun 2017 17:28:01 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v54HS0oB023012; Sun, 4 Jun 2017 17:28:00 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201706041728.v54HS0oB023012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 4 Jun 2017 17:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442572 - head/textproc/groonga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2017 17:28:02 -0000 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