Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 13:18:20 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387854 - in head/textproc/groonga: . files
Message-ID:  <201505291318.t4TDIKtf054165@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <libgen.h>
+ #endif /* WIN32 */
+ 
++#if defined(__FreeBSD__) || defined(__DragonFly__)
++#include <netinet/in.h>
++#endif
+ /*
+ #define DEBUG_FTP
+ #define DEBUG_HTTP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291318.t4TDIKtf054165>