aboutsummaryrefslogtreecommitdiff
path: root/textproc/groonga/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-09-05 15:40:25 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-09-05 15:40:25 +0000
commit62eeb6043fe6fddd0453cdf4350706a390dcce05 (patch)
tree0f5f531ee7dd8534a3de0b6d0a6dacc2d0ceb60c /textproc/groonga/Makefile
parentafee97f49b8dc0e17bc752b3e7a22af1e6a6ee8a (diff)
downloadports-62eeb6043fe6fddd0453cdf4350706a390dcce05.tar.gz
ports-62eeb6043fe6fddd0453cdf4350706a390dcce05.zip
Notes
Diffstat (limited to 'textproc/groonga/Makefile')
-rw-r--r--textproc/groonga/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 80cc01addc97..29d13ff43c9f 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= groonga
-PORTVERSION= 10.0.5
+PORTVERSION= 10.0.6
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
@@ -59,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.17.9/auto/install
+ ${WRKSRC}/vendor/nginx-1.19.1/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/' \