From owner-svn-ports-head@freebsd.org Sat Feb 25 08:30:14 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 50F15CEC93C; Sat, 25 Feb 2017 08:30:14 +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 1D25C12A6; Sat, 25 Feb 2017 08:30:14 +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 v1P8UDTp036915; Sat, 25 Feb 2017 08:30:13 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1P8UCbb036911; Sat, 25 Feb 2017 08:30:12 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702250830.v1P8UCbb036911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 25 Feb 2017 08:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434771 - in head/textproc/groonga: . files 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: Sat, 25 Feb 2017 08:30:14 -0000 Author: bofh Date: Sat Feb 25 08:30:12 2017 New Revision: 434771 URL: https://svnweb.freebsd.org/changeset/ports/434771 Log: textproc/groonga: Update version 6.0.7=>7.0.0 PR: 216597 Submitted by: mkonishi@sea.plala.or.jp Added: head/textproc/groonga/files/patch-src_httpd_configure (contents, props changed) Deleted: head/textproc/groonga/files/patch-src_groonga__benchmark.c Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo head/textproc/groonga/pkg-plist Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Sat Feb 25 04:25:33 2017 (r434770) +++ head/textproc/groonga/Makefile Sat Feb 25 08:30:12 2017 (r434771) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 6.0.7 -PORTREVISION= 2 +PORTVERSION= 7.0.0 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -58,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.3/auto/install + ${WRKSRC}/vendor/nginx-1.11.9/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Sat Feb 25 04:25:33 2017 (r434770) +++ head/textproc/groonga/distinfo Sat Feb 25 08:30:12 2017 (r434771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470422162 -SHA256 (groonga-6.0.7.tar.gz) = 4e1e79b7e4f3a212ba3d12b5981422aca59f9f120f57da62f258e13ab09477a7 -SIZE (groonga-6.0.7.tar.gz) = 13586557 +TIMESTAMP = 1487975492 +SHA256 (groonga-7.0.0.tar.gz) = cde519dc4192095a1ad7effd20f9df5b3a8cc38a947b0ec3bf1d681505ff7b30 +SIZE (groonga-7.0.0.tar.gz) = 14124733 Added: head/textproc/groonga/files/patch-src_httpd_configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/groonga/files/patch-src_httpd_configure Sat Feb 25 08:30:12 2017 (r434771) @@ -0,0 +1,11 @@ +--- src/httpd/configure.orig 2017-02-01 03:41:52 UTC ++++ src/httpd/configure +@@ -97,7 +97,7 @@ if [ "${GROONGA_HTTPD_WITH_MRUBY}" = "ye + ./configure --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}" + fi + Modified: head/textproc/groonga/pkg-plist ============================================================================== --- head/textproc/groonga/pkg-plist Sat Feb 25 04:25:33 2017 (r434770) +++ head/textproc/groonga/pkg-plist Sat Feb 25 08:30:12 2017 (r434771) @@ -24,6 +24,7 @@ bin/groonga-benchmark %%ETCDIR%%/httpd/win-utf %%ETCDIR%%/synonyms.tsv include/groonga/groonga.h +include/groonga/groonga/accessor.h include/groonga/groonga/array.h include/groonga/groonga/column.h include/groonga/groonga/command.h @@ -135,8 +136,6 @@ lib/groonga/plugins/query_expanders/tsv. %%RUBY%%lib/groonga/scripts/ruby/writer.rb lib/groonga/plugins/suggest/suggest.a lib/groonga/plugins/suggest/suggest.so -lib/groonga/plugins/table/table.a -lib/groonga/plugins/table/table.so lib/groonga/plugins/token_filters/stop_word.a lib/groonga/plugins/token_filters/stop_word.so %%MECAB%%lib/groonga/plugins/tokenizers/mecab.a @@ -207,56 +206,6 @@ sbin/groonga-httpd-restart %%DATADIR%%/html/admin/js/jquery-ui-1.8.18.custom.js %%DATADIR%%/html/admin/js/jquery.flot-0.8.3.js %%DATADIR%%/html/admin/js/jquery.flot.license.txt -%%DATADIR%%/images/logo/groonga-icon-foreground-white.png -%%DATADIR%%/images/logo/groonga-icon-foreground-white.svg -%%DATADIR%%/images/logo/groonga-icon-full-size.png -%%DATADIR%%/images/logo/groonga-icon-full-size.svg -%%DATADIR%%/images/logo/groonga-icon.png -%%DATADIR%%/images/logo/groonga-icon.svg -%%DATADIR%%/images/logo/groonga-logo-foreground-white.png -%%DATADIR%%/images/logo/groonga-logo-foreground-white.svg -%%DATADIR%%/images/logo/groonga-logo.png -%%DATADIR%%/images/logo/groonga-logo.svg -%%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.png -%%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.svg -%%DATADIR%%/images/logo/groonga-powered-by-banner-bar.png -%%DATADIR%%/images/logo/groonga-powered-by-banner-bar.svg -%%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.png -%%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.svg -%%DATADIR%%/images/logo/groonga-powered-by-banner-large.png -%%DATADIR%%/images/logo/groonga-powered-by-banner-large.svg -%%DATADIR%%/images/logo/groonga-powered-by-banner.png -%%DATADIR%%/images/logo/groonga-powered-by-banner.svg -%%DATADIR%%/images/logo/mroonga-icon-foreground-white.png -%%DATADIR%%/images/logo/mroonga-icon-foreground-white.svg -%%DATADIR%%/images/logo/mroonga-icon-full-size.png -%%DATADIR%%/images/logo/mroonga-icon-full-size.svg -%%DATADIR%%/images/logo/mroonga-icon.png -%%DATADIR%%/images/logo/mroonga-icon.svg -%%DATADIR%%/images/logo/mroonga-logo-foreground-white.png -%%DATADIR%%/images/logo/mroonga-logo-foreground-white.svg -%%DATADIR%%/images/logo/mroonga-logo.png -%%DATADIR%%/images/logo/mroonga-logo.svg -%%DATADIR%%/images/logo/nroonga-icon-foreground-white.png -%%DATADIR%%/images/logo/nroonga-icon-foreground-white.svg -%%DATADIR%%/images/logo/nroonga-icon-full-size.png -%%DATADIR%%/images/logo/nroonga-icon-full-size.svg -%%DATADIR%%/images/logo/nroonga-icon.png -%%DATADIR%%/images/logo/nroonga-icon.svg -%%DATADIR%%/images/logo/nroonga-logo-foreground-white.png -%%DATADIR%%/images/logo/nroonga-logo-foreground-white.svg -%%DATADIR%%/images/logo/nroonga-logo.png -%%DATADIR%%/images/logo/nroonga-logo.svg -%%DATADIR%%/images/logo/rroonga-icon-foreground-white.png -%%DATADIR%%/images/logo/rroonga-icon-foreground-white.svg -%%DATADIR%%/images/logo/rroonga-icon-full-size.png -%%DATADIR%%/images/logo/rroonga-icon-full-size.svg -%%DATADIR%%/images/logo/rroonga-icon.png -%%DATADIR%%/images/logo/rroonga-icon.svg -%%DATADIR%%/images/logo/rroonga-logo-foreground-white.png -%%DATADIR%%/images/logo/rroonga-logo-foreground-white.svg -%%DATADIR%%/images/logo/rroonga-logo.png -%%DATADIR%%/images/logo/rroonga-logo.svg %%RUBY%%%%DATADIR%%/mruby/LEGAL %%DATADIR%%/munin/plugins/groonga_cpu_load_ %%DATADIR%%/munin/plugins/groonga_cpu_time_