svn commit: r401812 - head/textproc/groonga

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Nov 17 11:57:58 UTC 2015


Author: bofh
Date: Tue Nov 17 11:57:57 2015
New Revision: 401812
URL: https://svnweb.freebsd.org/changeset/ports/401812

Log:
  textproc/groonga: Update version 5.0.5=>5.0.9

Modified:
  head/textproc/groonga/Makefile
  head/textproc/groonga/distinfo
  head/textproc/groonga/pkg-plist

Modified: head/textproc/groonga/Makefile
==============================================================================
--- head/textproc/groonga/Makefile	Tue Nov 17 11:35:11 2015	(r401811)
+++ head/textproc/groonga/Makefile	Tue Nov 17 11:57:57 2015	(r401812)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	groonga
-PORTVERSION=	5.0.5
+PORTVERSION=	5.0.9
 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.8.0/auto/install
+		${WRKSRC}/vendor/nginx-1.9.6/auto/install
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd

Modified: head/textproc/groonga/distinfo
==============================================================================
--- head/textproc/groonga/distinfo	Tue Nov 17 11:35:11 2015	(r401811)
+++ head/textproc/groonga/distinfo	Tue Nov 17 11:57:57 2015	(r401812)
@@ -1,2 +1,2 @@
-SHA256 (groonga-5.0.5.tar.gz) = ca62d15374117f4007a7b406ac2072683edda7ed7607d1b1fbcf3a30920f5b56
-SIZE (groonga-5.0.5.tar.gz) = 12437545
+SHA256 (groonga-5.0.9.tar.gz) = 4fb59009dca154ffb53f9b408dc296e6e215f8eda613a8ef184fa634e702d35d
+SIZE (groonga-5.0.9.tar.gz) = 12851324

Modified: head/textproc/groonga/pkg-plist
==============================================================================
--- head/textproc/groonga/pkg-plist	Tue Nov 17 11:35:11 2015	(r401811)
+++ head/textproc/groonga/pkg-plist	Tue Nov 17 11:57:57 2015	(r401812)
@@ -24,7 +24,9 @@ bin/groonga-benchmark
 %%ETCDIR%%/synonyms.tsv
 include/groonga/groonga.h
 include/groonga/groonga/command.h
+include/groonga/groonga/conf.h
 include/groonga/groonga/expr.h
+include/groonga/groonga/geo.h
 include/groonga/groonga/groonga.h
 include/groonga/groonga/ii.h
 include/groonga/groonga/nfkc.h
@@ -35,10 +37,13 @@ include/groonga/groonga/plugin.h
 include/groonga/groonga/portability.h
 include/groonga/groonga/request_canceler.h
 include/groonga/groonga/scorer.h
+include/groonga/groonga/thread.h
 include/groonga/groonga/token.h
 include/groonga/groonga/token_filter.h
 include/groonga/groonga/tokenizer.h
 include/groonga/groonga/util.h
+include/groonga/groonga/windows.h
+include/groonga/groonga/windows_event_logger.h
 lib/groonga/plugins/functions/vector.a
 lib/groonga/plugins/functions/vector.so
 lib/groonga/plugins/query_expanders/tsv.a


More information about the svn-ports-all mailing list