Date: Mon, 31 Dec 2018 16:25:11 +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: r488799 - head/textproc/groonga Message-ID: <201812311625.wBVGPBlX039274@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Mon Dec 31 16:25:10 2018 New Revision: 488799 URL: https://svnweb.freebsd.org/changeset/ports/488799 Log: textproc/groonga: Update version 8.0.9=>8.1.0 Relnotes:http://groonga.org/en/blog/2018/12/29/groonga-8.1.0.html Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo head/textproc/groonga/pkg-plist Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Mon Dec 31 16:03:41 2018 (r488798) +++ head/textproc/groonga/Makefile Mon Dec 31 16:25:10 2018 (r488799) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 8.0.9 +PORTVERSION= 8.1.0 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -49,6 +49,7 @@ SUGGEST_CONFIGURE_OFF= --without-libevent \ --disable-zeromq RUBY_CONFIGURE_ON= --enable-mruby RUBY_USE= RUBY=yes +RUBY_RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler post-patch: @${REINPLACE_CMD} -e \ @@ -58,7 +59,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.15.7/auto/install + ${WRKSRC}/vendor/nginx-1.15.8/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Mon Dec 31 16:03:41 2018 (r488798) +++ head/textproc/groonga/distinfo Mon Dec 31 16:25:10 2018 (r488799) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544958565 -SHA256 (groonga-8.0.9.tar.gz) = 086036bc85cc3c49b1fd4518fc480edcb98ff5077d486923d8d2428661d5a5b9 -SIZE (groonga-8.0.9.tar.gz) = 15267670 +TIMESTAMP = 1546180694 +SHA256 (groonga-8.1.0.tar.gz) = 798932fb6de241fe8a2bc83ce04691f24023a92e2d83b9dead73fe9d01ff99e3 +SIZE (groonga-8.1.0.tar.gz) = 15303966 Modified: head/textproc/groonga/pkg-plist ============================================================================== --- head/textproc/groonga/pkg-plist Mon Dec 31 16:03:41 2018 (r488798) +++ head/textproc/groonga/pkg-plist Mon Dec 31 16:25:10 2018 (r488799) @@ -52,6 +52,7 @@ include/groonga/groonga/obj.h include/groonga/groonga/operator.h include/groonga/groonga/option.h include/groonga/groonga/output.h +include/groonga/groonga/output_columns.h include/groonga/groonga/pat.h include/groonga/groonga/plugin.h include/groonga/groonga/portability.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812311625.wBVGPBlX039274>