Date: Wed, 7 Apr 2021 17:36:13 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42fbdb88e896 - main - textproc/groonga: Update version 11.0.0=>11.0.1 Relnotes: https://groonga.org/docs/news.html#release-11-0-1-2021-03-31 Message-ID: <202104071736.137HaDBb081504@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=42fbdb88e896093c11e12182dbc05f2798c73f89 commit 42fbdb88e896093c11e12182dbc05f2798c73f89 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2021-04-06 22:23:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2021-04-07 17:35:18 +0000 textproc/groonga: Update version 11.0.0=>11.0.1 Relnotes: https://groonga.org/docs/news.html#release-11-0-1-2021-03-31 --- textproc/groonga/Makefile | 4 ++-- textproc/groonga/distinfo | 6 +++--- textproc/groonga/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index f41a3a5d521c..5fd46d576c88 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,5 +1,5 @@ PORTNAME= groonga -PORTVERSION= 11.0.0 +PORTVERSION= 11.0.1 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.19.6/auto/install + ${WRKSRC}/vendor/nginx-1.19.8/auto/install # Avoid conflict with C++20 <version> by adding .txt suffix @${MV} ${WRKSRC}/version ${WRKSRC}/version.txt @${REINPLACE_CMD} -Ei .c++20 '/test|cat/s/[[:<:]]version/&.txt/' \ diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index eb144df7abc5..77b735bfbeda 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613062749 -SHA256 (groonga-11.0.0.tar.gz) = 92040015ae0eaef7e6b3fb6b8da32b5d42d8cbb9d5fa7b262cfa72640ab77036 -SIZE (groonga-11.0.0.tar.gz) = 18044819 +TIMESTAMP = 1617732088 +SHA256 (groonga-11.0.1.tar.gz) = 029e4374e7f73d572d3006023f45ebe158ea3b9c845aaaca5fa15b21df3f14c4 +SIZE (groonga-11.0.1.tar.gz) = 18170178 diff --git a/textproc/groonga/pkg-plist b/textproc/groonga/pkg-plist index ba3aba64e4ca..16810ce4f3f3 100644 --- a/textproc/groonga/pkg-plist +++ b/textproc/groonga/pkg-plist @@ -68,6 +68,7 @@ include/groonga/groonga/request_timer.h include/groonga/groonga/result_set.h include/groonga/groonga/scorer.h include/groonga/groonga/selector.h +include/groonga/groonga/smart_obj.hpp include/groonga/groonga/string.h include/groonga/groonga/table.h include/groonga/groonga/table_module.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104071736.137HaDBb081504>