diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-01 13:58:18 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-01 14:38:15 +0000 |
commit | f0627377e0a351573ce68896bed51c56be12cc6a (patch) | |
tree | 68df9207ae18965675eaa17c8edc5ed8aceccb0f | |
parent | 402fc59a1d582b5e27af6b5df7d0d2c7b5081269 (diff) | |
download | ports-f0627377e0a351573ce68896bed51c56be12cc6a.tar.gz ports-f0627377e0a351573ce68896bed51c56be12cc6a.zip |
textproc/groonga: Update version 12.1.1=>12.1.2
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 31d3dda2ae21..e51bc5ab93f7 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,5 +1,5 @@ PORTNAME= groonga -PORTVERSION= 12.1.1 +PORTVERSION= 12.1.2 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -61,7 +61,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.23.2/auto/install + ${WRKSRC}/vendor/nginx-1.23.3/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 02b3257b6ed9..ce52bdca29ad 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673396809 -SHA256 (groonga-12.1.1.tar.gz) = a49b93ef5655c5a94a9f5d371182482f1a75a61364e415155b69a951d1372c45 -SIZE (groonga-12.1.1.tar.gz) = 23994584 +TIMESTAMP = 1675256157 +SHA256 (groonga-12.1.2.tar.gz) = 259b2d543ad2939e1c35a541f814bc2448cff0153d3b424eea9cc6e787d4d512 +SIZE (groonga-12.1.2.tar.gz) = 24161638 |