svn commit: r473139 - in head/textproc/groonga: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Jun 23 16:26:24 UTC 2018


Author: bofh
Date: Sat Jun 23 16:26:22 2018
New Revision: 473139
URL: https://svnweb.freebsd.org/changeset/ports/473139

Log:
  textproc/groonga: Update version 8.0.1=>8.0.3
  
  Relnotes:	http://groonga.org/en/blog/2018/05/29/groonga-8.0.3.html

Modified:
  head/textproc/groonga/Makefile
  head/textproc/groonga/distinfo
  head/textproc/groonga/files/patch-src_httpd_configure   (contents, props changed)
  head/textproc/groonga/pkg-plist

Modified: head/textproc/groonga/Makefile
==============================================================================
--- head/textproc/groonga/Makefile	Sat Jun 23 15:53:54 2018	(r473138)
+++ head/textproc/groonga/Makefile	Sat Jun 23 16:26:22 2018	(r473139)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	groonga
-PORTVERSION=	8.0.1
+PORTVERSION=	8.0.3
 CATEGORIES=	textproc
 MASTER_SITES=	http://packages.groonga.org/source/groonga/
 
@@ -57,7 +57,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.13.10/auto/install
+		${WRKSRC}/vendor/nginx-1.14.0/auto/install
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd

Modified: head/textproc/groonga/distinfo
==============================================================================
--- head/textproc/groonga/distinfo	Sat Jun 23 15:53:54 2018	(r473138)
+++ head/textproc/groonga/distinfo	Sat Jun 23 16:26:22 2018	(r473139)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524408583
-SHA256 (groonga-8.0.1.tar.gz) = 0f5ebd71aee8613bb5fefa57ed23007375769d8f681dab4ccd8886cd5a38991c
-SIZE (groonga-8.0.1.tar.gz) = 14098028
+TIMESTAMP = 1529750037
+SHA256 (groonga-8.0.3.tar.gz) = ce21d831cbababc22b9b663ddf1c95939a3d90b125a5506553f5698449b221a3
+SIZE (groonga-8.0.3.tar.gz) = 15148097

Modified: head/textproc/groonga/files/patch-src_httpd_configure
==============================================================================
--- head/textproc/groonga/files/patch-src_httpd_configure	Sat Jun 23 15:53:54 2018	(r473138)
+++ head/textproc/groonga/files/patch-src_httpd_configure	Sat Jun 23 16:26:22 2018	(r473139)
@@ -1,11 +1,11 @@
---- src/httpd/configure.orig	2017-02-01 03:41:52 UTC
+--- src/httpd/configure.orig	2018-04-20 00:31:00 UTC
 +++ src/httpd/configure
-@@ -97,7 +97,7 @@ if [ "${GROONGA_HTTPD_WITH_MRUBY}" = "ye
-   ./configure --with-ngx-src-root=${nginx_directory} \
+@@ -115,7 +115,7 @@ if [ "${GROONGA_HTTPD_WITH_MRUBY}" = "yes" -a \
+     --with-ngx-src-root=${nginx_directory} \
      --with-mruby-incdir="${mruby_directory}/src ${mruby_directory}/include" \
      --with-mruby-libdir=${libmruby_directory}
 -  make generate_gems_config
 +  gmake generate_gems_config
-   configure_args="${configure_args} --add-module=${nginx_mruby_directory}/dependence/ngx_devel_kit --add-module=${nginx_mruby_directory}"
+   configure_args="${configure_args} --add-module=${nginx_mruby_directory}/dependence/ngx_devel_kit"
+   configure_args="${configure_args} --add-module=${nginx_mruby_directory_in_build_directory}"
  fi
- 

Modified: head/textproc/groonga/pkg-plist
==============================================================================
--- head/textproc/groonga/pkg-plist	Sat Jun 23 15:53:54 2018	(r473138)
+++ head/textproc/groonga/pkg-plist	Sat Jun 23 16:26:22 2018	(r473139)
@@ -42,12 +42,15 @@ include/groonga/groonga/file_reader.h
 include/groonga/groonga/geo.h
 include/groonga/groonga/groonga.h
 include/groonga/groonga/hash.h
+include/groonga/groonga/highlighter.h
 include/groonga/groonga/id.h
 include/groonga/groonga/ii.h
+include/groonga/groonga/msgpack.h
 include/groonga/groonga/nfkc.h
 include/groonga/groonga/normalizer.h
 include/groonga/groonga/obj.h
 include/groonga/groonga/operator.h
+include/groonga/groonga/option.h
 include/groonga/groonga/output.h
 include/groonga/groonga/pat.h
 include/groonga/groonga/plugin.h
@@ -55,14 +58,17 @@ include/groonga/groonga/portability.h
 include/groonga/groonga/request_canceler.h
 include/groonga/groonga/request_timer.h
 include/groonga/groonga/scorer.h
+include/groonga/groonga/string.h
 include/groonga/groonga/table.h
 include/groonga/groonga/thread.h
 include/groonga/groonga/time.h
 include/groonga/groonga/token.h
 include/groonga/groonga/token_filter.h
 include/groonga/groonga/tokenizer.h
+include/groonga/groonga/tokenizer_query_deprecated.h
 include/groonga/groonga/type.h
 include/groonga/groonga/util.h
+include/groonga/groonga/vector.h
 include/groonga/groonga/windows.h
 include/groonga/groonga/windows_event_logger.h
 include/groonga/groonga/window_function.h


More information about the svn-ports-all mailing list