From owner-svn-ports-head@freebsd.org Mon Aug 8 22:57:52 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 38C57BB3293; Mon, 8 Aug 2016 22:57:52 +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 E33A21C25; Mon, 8 Aug 2016 22:57:51 +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 u78MvphH003980; Mon, 8 Aug 2016 22:57:51 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u78MvoN4003977; Mon, 8 Aug 2016 22:57:50 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201608082257.u78MvoN4003977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 8 Aug 2016 22:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419895 - 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: Mon, 08 Aug 2016 22:57:52 -0000 Author: bofh Date: Mon Aug 8 22:57:50 2016 New Revision: 419895 URL: https://svnweb.freebsd.org/changeset/ports/419895 Log: textproc/groonga: Update version 6.0.5=>6.0.7 Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo head/textproc/groonga/pkg-plist Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Mon Aug 8 21:17:25 2016 (r419894) +++ head/textproc/groonga/Makefile Mon Aug 8 22:57:50 2016 (r419895) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 6.0.5 +PORTVERSION= 6.0.7 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -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.1/auto/install + ${WRKSRC}/vendor/nginx-1.11.3/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Mon Aug 8 21:17:25 2016 (r419894) +++ head/textproc/groonga/distinfo Mon Aug 8 22:57:50 2016 (r419895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468524942 -SHA256 (groonga-6.0.5.tar.gz) = a3323b5abea048483257a96611477921e3e342690a26f260feb340a3e97a1438 -SIZE (groonga-6.0.5.tar.gz) = 13603735 +TIMESTAMP = 1470422162 +SHA256 (groonga-6.0.7.tar.gz) = 4e1e79b7e4f3a212ba3d12b5981422aca59f9f120f57da62f258e13ab09477a7 +SIZE (groonga-6.0.7.tar.gz) = 13586557 Modified: head/textproc/groonga/pkg-plist ============================================================================== --- head/textproc/groonga/pkg-plist Mon Aug 8 21:17:25 2016 (r419894) +++ head/textproc/groonga/pkg-plist Mon Aug 8 22:57:50 2016 (r419895) @@ -25,11 +25,13 @@ bin/groonga-benchmark %%ETCDIR%%/synonyms.tsv include/groonga/groonga.h include/groonga/groonga/array.h +include/groonga/groonga/column.h include/groonga/groonga/command.h include/groonga/groonga/config.h include/groonga/groonga/dat.h include/groonga/groonga/db.h include/groonga/groonga/dump.h +include/groonga/groonga/error.h include/groonga/groonga/expr.h include/groonga/groonga/file_reader.h include/groonga/groonga/geo.h