Received: by mail.netbsd.org (Postfix, from userid 605) id 715408560F; Tue, 29 Aug 2017 13:35:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F20BC84D91 for ; Tue, 29 Aug 2017 13:35:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UGdLsrOC6ZM4 for ; Tue, 29 Aug 2017 13:35:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 21A5A84D35 for ; Tue, 29 Aug 2017 13:35:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1CF4BFA96; Tue, 29 Aug 2017 13:35:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150401375590430" MIME-Version: 1.0 Date: Tue, 29 Aug 2017 13:35:55 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/textproc/groonga To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20170829133555.1CF4BFA96@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150401375590430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Aug 29 13:35:55 UTC 2017 Modified Files: pkgsrc/textproc/groonga: Makefile distinfo Log Message: Update textproc/groonga to 7.0.6. - object_inspect command has been supported to show disk usage - Falllback feature when parsing query has been supported - The score adjusting about keyword in query has been supported To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/textproc/groonga/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/groonga/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150401375590430 Content-Disposition: inline Content-Length: 1645 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/groonga/Makefile diff -u pkgsrc/textproc/groonga/Makefile:1.62 pkgsrc/textproc/groonga/Makefile:1.63 --- pkgsrc/textproc/groonga/Makefile:1.62 Tue Aug 29 12:54:47 2017 +++ pkgsrc/textproc/groonga/Makefile Tue Aug 29 13:35:54 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2017/08/29 12:54:47 fhajny Exp $ +# $NetBSD: Makefile,v 1.63 2017/08/29 13:35:54 fhajny Exp $ # -DISTNAME= groonga-7.0.5 +DISTNAME= groonga-7.0.6 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ Index: pkgsrc/textproc/groonga/distinfo diff -u pkgsrc/textproc/groonga/distinfo:1.43 pkgsrc/textproc/groonga/distinfo:1.44 --- pkgsrc/textproc/groonga/distinfo:1.43 Tue Aug 29 12:54:47 2017 +++ pkgsrc/textproc/groonga/distinfo Tue Aug 29 13:35:54 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2017/08/29 12:54:47 fhajny Exp $ +$NetBSD: distinfo,v 1.44 2017/08/29 13:35:54 fhajny Exp $ -SHA1 (groonga-7.0.5.tar.gz) = e47df917bfe9120f063d5206a05b354ac6da3d53 -RMD160 (groonga-7.0.5.tar.gz) = eb7d818b4eef91774cfa64585c8bb927c7283726 -SHA512 (groonga-7.0.5.tar.gz) = d5db9617fc6e799f14c687a435c1de46b4d30f77def60712531a3f4a76e9d67c836f07c91e7252d63eeb79629b47f73e612143139ff12226344315d35ac5e9ec -Size (groonga-7.0.5.tar.gz) = 14463662 bytes +SHA1 (groonga-7.0.6.tar.gz) = d321f29097fbf66015d4aeaa033308274084ef59 +RMD160 (groonga-7.0.6.tar.gz) = fbd6a89a5c05fc5a54ac9f2d45a6567288082f54 +SHA512 (groonga-7.0.6.tar.gz) = 49d00402ba4c1e8a9787f83d8ffe29420befd2a26190d5aaae268d3878103d5ef5173eb8a6cf8f7ac290350f41212307e389871f2638a8901b951e654f2ef8dc +Size (groonga-7.0.6.tar.gz) = 14558308 bytes --_----------=_150401375590430--