svn commit: r419895 - head/textproc/groonga

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Aug 8 22:57:52 UTC 2016


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


More information about the svn-ports-head mailing list