diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-12-31 16:25:10 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-12-31 16:25:10 +0000 |
commit | eab3d4dc21f923b2e6e748ba4cfccde8aca84ed1 (patch) | |
tree | 496b90034b61beb4dbf9d670e15fd88120a5ffc6 | |
parent | 3e5bb2b9681fef6dff510ba76156530bb4d62027 (diff) | |
download | ports-eab3d4dc21f923b2e6e748ba4cfccde8aca84ed1.tar.gz ports-eab3d4dc21f923b2e6e748ba4cfccde8aca84ed1.zip |
Notes
-rw-r--r-- | textproc/groonga/Makefile | 5 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 6 | ||||
-rw-r--r-- | textproc/groonga/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 1d76a606edea..3487db7896e9 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -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 diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 31ed29f2c0e8..516084664838 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -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 diff --git a/textproc/groonga/pkg-plist b/textproc/groonga/pkg-plist index c88c9c1adba7..00f7b5c5f0c4 100644 --- a/textproc/groonga/pkg-plist +++ b/textproc/groonga/pkg-plist @@ -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 |