From owner-svn-ports-head@freebsd.org Tue Jul 26 00:34:08 2016 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 D6117BA5FC0; Tue, 26 Jul 2016 00:34:08 +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 B3E9719C6; Tue, 26 Jul 2016 00:34:08 +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 u6Q0Y7Ik078144; Tue, 26 Jul 2016 00:34:07 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6Q0Y7kF078141; Tue, 26 Jul 2016 00:34:07 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201607260034.u6Q0Y7kF078141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 26 Jul 2016 00:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419087 - 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.22 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: Tue, 26 Jul 2016 00:34:08 -0000 Author: bofh Date: Tue Jul 26 00:34:07 2016 New Revision: 419087 URL: https://svnweb.freebsd.org/changeset/ports/419087 Log: textproc/groonga: Update version 6.0.4=>6.0.5 - Added USES=execinfo libedit Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo head/textproc/groonga/pkg-plist Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Tue Jul 26 00:16:42 2016 (r419086) +++ head/textproc/groonga/Makefile Tue Jul 26 00:34:07 2016 (r419087) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 6.0.4 +PORTVERSION= 6.0.5 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -12,7 +12,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libpcre.so:devel/pcre -USES= gmake libtool pathfix pkgconfig +USES= execinfo gmake libedit libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ @@ -58,7 +58,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.0/auto/install + ${WRKSRC}/vendor/nginx-1.11.1/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Tue Jul 26 00:16:42 2016 (r419086) +++ head/textproc/groonga/distinfo Tue Jul 26 00:34:07 2016 (r419087) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465556857 -SHA256 (groonga-6.0.4.tar.gz) = 2c6ebe7e5b1065b777cbc5c6696a47a2b7da510b4c3e785f45437a56ad65ad58 -SIZE (groonga-6.0.4.tar.gz) = 13687702 +TIMESTAMP = 1468524942 +SHA256 (groonga-6.0.5.tar.gz) = a3323b5abea048483257a96611477921e3e342690a26f260feb340a3e97a1438 +SIZE (groonga-6.0.5.tar.gz) = 13603735 Modified: head/textproc/groonga/pkg-plist ============================================================================== --- head/textproc/groonga/pkg-plist Tue Jul 26 00:16:42 2016 (r419086) +++ head/textproc/groonga/pkg-plist Tue Jul 26 00:34:07 2016 (r419087) @@ -35,6 +35,7 @@ include/groonga/groonga/file_reader.h include/groonga/groonga/geo.h include/groonga/groonga/groonga.h include/groonga/groonga/hash.h +include/groonga/groonga/id.h include/groonga/groonga/ii.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h @@ -96,10 +97,14 @@ lib/groonga/plugins/query_expanders/tsv. %%RUBY%%lib/groonga/scripts/ruby/expression_rewriters.rb %%RUBY%%lib/groonga/scripts/ruby/expression_size_estimator.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/accessor.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/binary_operation.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/constant.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/function_call.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/index_column.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/logical_operation.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/options.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/procedure.rb %%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