From owner-svn-ports-all@FreeBSD.ORG Thu May 28 09:58:28 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ED01B48; Thu, 28 May 2015 09:58:28 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 5496B648; Thu, 28 May 2015 09:58:28 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4S9wSGR018934; Thu, 28 May 2015 09:58:28 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4S9wRew018928; Thu, 28 May 2015 09:58:27 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201505280958.t4S9wRew018928@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 28 May 2015 09:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387714 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 28 May 2015 09:58:28 -0000 Author: bofh Date: Thu May 28 09:58:26 2015 New Revision: 387714 URL: https://svnweb.freebsd.org/changeset/ports/387714 Log: textproc/groonga: Update version 5.0.2=>5.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 Thu May 28 09:56:33 2015 (r387713) +++ head/textproc/groonga/Makefile Thu May 28 09:58:26 2015 (r387714) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -62,7 +62,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.7.11/auto/install + ${WRKSRC}/vendor/nginx-1.8.0/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Thu May 28 09:56:33 2015 (r387713) +++ head/textproc/groonga/distinfo Thu May 28 09:58:26 2015 (r387714) @@ -1,2 +1,2 @@ -SHA256 (groonga-5.0.2.tar.gz) = 77ebdccd84d56da65fb020604219c204ad76e324792c7c206ce3c96f306beb19 -SIZE (groonga-5.0.2.tar.gz) = 12261765 +SHA256 (groonga-5.0.3.tar.gz) = d4f3e9d00cb16c0028cb32422fa666cbbfb32f47597988fd308931274d94cf52 +SIZE (groonga-5.0.3.tar.gz) = 12421501 Modified: head/textproc/groonga/pkg-plist ============================================================================== --- head/textproc/groonga/pkg-plist Thu May 28 09:56:33 2015 (r387713) +++ head/textproc/groonga/pkg-plist Thu May 28 09:58:26 2015 (r387714) @@ -32,12 +32,15 @@ include/groonga/groonga/normalizer.h include/groonga/groonga/obj.h include/groonga/groonga/output.h include/groonga/groonga/plugin.h +include/groonga/groonga/portability.h include/groonga/groonga/request_canceler.h include/groonga/groonga/scorer.h include/groonga/groonga/token.h include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h include/groonga/groonga/util.h +lib/groonga/plugins/functions/vector.a +lib/groonga/plugins/functions/vector.so lib/groonga/plugins/query_expanders/tsv.a lib/groonga/plugins/query_expanders/tsv.so lib/groonga/plugins/suggest/suggest.a