From owner-svn-ports-head@FreeBSD.ORG Fri May 29 13:18:21 2015 Return-Path: Delivered-To: svn-ports-head@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 A75D7DF1; Fri, 29 May 2015 13:18:21 +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 7B8881B7D; Fri, 29 May 2015 13:18:21 +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 t4TDILuH054171; Fri, 29 May 2015 13:18:21 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4TDIKtf054165; Fri, 29 May 2015 13:18:20 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201505291318.t4TDIKtf054165@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 29 May 2015 13:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387854 - 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.20 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: Fri, 29 May 2015 13:18:21 -0000 Author: bofh Date: Fri May 29 13:18:20 2015 New Revision: 387854 URL: https://svnweb.freebsd.org/changeset/ports/387854 Log: textproc/groonga: Update version 5.0.3=>5.0.4 Added: head/textproc/groonga/files/ head/textproc/groonga/files/patch-src_groonga__benchmark.c (contents, props changed) Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Fri May 29 13:12:49 2015 (r387853) +++ head/textproc/groonga/Makefile Fri May 29 13:18:20 2015 (r387854) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 5.0.3 +PORTVERSION= 5.0.4 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Fri May 29 13:12:49 2015 (r387853) +++ head/textproc/groonga/distinfo Fri May 29 13:18:20 2015 (r387854) @@ -1,2 +1,2 @@ -SHA256 (groonga-5.0.3.tar.gz) = d4f3e9d00cb16c0028cb32422fa666cbbfb32f47597988fd308931274d94cf52 -SIZE (groonga-5.0.3.tar.gz) = 12421501 +SHA256 (groonga-5.0.4.tar.gz) = 338b7a921e6f6dcf3e65d2147a55a9fe646544eeb97653194261111159b4fe10 +SIZE (groonga-5.0.4.tar.gz) = 12449817 Added: head/textproc/groonga/files/patch-src_groonga__benchmark.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/groonga/files/patch-src_groonga__benchmark.c Fri May 29 13:18:20 2015 (r387854) @@ -0,0 +1,12 @@ +--- src/groonga_benchmark.c.orig 2015-05-29 10:18:15 UTC ++++ src/groonga_benchmark.c +@@ -51,6 +51,9 @@ + #include + #endif /* WIN32 */ + ++#if defined(__FreeBSD__) || defined(__DragonFly__) ++#include ++#endif + /* + #define DEBUG_FTP + #define DEBUG_HTTP