From owner-svn-ports-all@freebsd.org Sat Jun 23 16:26:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49D521026B09; Sat, 23 Jun 2018 16:26:24 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAA9789691; Sat, 23 Jun 2018 16:26:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CBEF21240B; Sat, 23 Jun 2018 16:26:23 +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 w5NGQNZn093813; Sat, 23 Jun 2018 16:26:23 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5NGQNr3093809; Sat, 23 Jun 2018 16:26:23 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201806231626.w5NGQNr3093809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 23 Jun 2018 16:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473139 - in head/textproc/groonga: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/textproc/groonga: . files X-SVN-Commit-Revision: 473139 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2018 16:26:24 -0000 Author: bofh Date: Sat Jun 23 16:26:22 2018 New Revision: 473139 URL: https://svnweb.freebsd.org/changeset/ports/473139 Log: textproc/groonga: Update version 8.0.1=>8.0.3 Relnotes: http://groonga.org/en/blog/2018/05/29/groonga-8.0.3.html Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo head/textproc/groonga/files/patch-src_httpd_configure (contents, props changed) head/textproc/groonga/pkg-plist Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Sat Jun 23 15:53:54 2018 (r473138) +++ head/textproc/groonga/Makefile Sat Jun 23 16:26:22 2018 (r473139) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 8.0.1 +PORTVERSION= 8.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.13.10/auto/install + ${WRKSRC}/vendor/nginx-1.14.0/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Sat Jun 23 15:53:54 2018 (r473138) +++ head/textproc/groonga/distinfo Sat Jun 23 16:26:22 2018 (r473139) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524408583 -SHA256 (groonga-8.0.1.tar.gz) = 0f5ebd71aee8613bb5fefa57ed23007375769d8f681dab4ccd8886cd5a38991c -SIZE (groonga-8.0.1.tar.gz) = 14098028 +TIMESTAMP = 1529750037 +SHA256 (groonga-8.0.3.tar.gz) = ce21d831cbababc22b9b663ddf1c95939a3d90b125a5506553f5698449b221a3 +SIZE (groonga-8.0.3.tar.gz) = 15148097 Modified: head/textproc/groonga/files/patch-src_httpd_configure ============================================================================== --- head/textproc/groonga/files/patch-src_httpd_configure Sat Jun 23 15:53:54 2018 (r473138) +++ head/textproc/groonga/files/patch-src_httpd_configure Sat Jun 23 16:26:22 2018 (r473139) @@ -1,11 +1,11 @@ ---- src/httpd/configure.orig 2017-02-01 03:41:52 UTC +--- src/httpd/configure.orig 2018-04-20 00:31:00 UTC +++ src/httpd/configure -@@ -97,7 +97,7 @@ if [ "${GROONGA_HTTPD_WITH_MRUBY}" = "ye - ./configure --with-ngx-src-root=${nginx_directory} \ +@@ -115,7 +115,7 @@ if [ "${GROONGA_HTTPD_WITH_MRUBY}" = "yes" -a \ + --with-ngx-src-root=${nginx_directory} \ --with-mruby-incdir="${mruby_directory}/src ${mruby_directory}/include" \ --with-mruby-libdir=${libmruby_directory} - make generate_gems_config + gmake generate_gems_config - configure_args="${configure_args} --add-module=${nginx_mruby_directory}/dependence/ngx_devel_kit --add-module=${nginx_mruby_directory}" + configure_args="${configure_args} --add-module=${nginx_mruby_directory}/dependence/ngx_devel_kit" + configure_args="${configure_args} --add-module=${nginx_mruby_directory_in_build_directory}" fi - Modified: head/textproc/groonga/pkg-plist ============================================================================== --- head/textproc/groonga/pkg-plist Sat Jun 23 15:53:54 2018 (r473138) +++ head/textproc/groonga/pkg-plist Sat Jun 23 16:26:22 2018 (r473139) @@ -42,12 +42,15 @@ include/groonga/groonga/file_reader.h include/groonga/groonga/geo.h include/groonga/groonga/groonga.h include/groonga/groonga/hash.h +include/groonga/groonga/highlighter.h include/groonga/groonga/id.h include/groonga/groonga/ii.h +include/groonga/groonga/msgpack.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h include/groonga/groonga/obj.h include/groonga/groonga/operator.h +include/groonga/groonga/option.h include/groonga/groonga/output.h include/groonga/groonga/pat.h include/groonga/groonga/plugin.h @@ -55,14 +58,17 @@ include/groonga/groonga/portability.h include/groonga/groonga/request_canceler.h include/groonga/groonga/request_timer.h include/groonga/groonga/scorer.h +include/groonga/groonga/string.h include/groonga/groonga/table.h include/groonga/groonga/thread.h include/groonga/groonga/time.h include/groonga/groonga/token.h include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h +include/groonga/groonga/tokenizer_query_deprecated.h include/groonga/groonga/type.h include/groonga/groonga/util.h +include/groonga/groonga/vector.h include/groonga/groonga/windows.h include/groonga/groonga/windows_event_logger.h include/groonga/groonga/window_function.h