svn commit: r559303 - head/textproc/groonga
Muhammad Moinur Rahman
bofh at FreeBSD.org
Sat Dec 26 18:43:16 UTC 2020
Author: bofh
Date: Sat Dec 26 18:43:15 2020
New Revision: 559303
URL: https://svnweb.freebsd.org/changeset/ports/559303
Log:
textproc/groonga: Update version 10.0.8=>10.0.9
Relnotes: https://groonga.org/en/blog/2020/12/01/groonga-10.0.9.html
Modified:
head/textproc/groonga/Makefile
head/textproc/groonga/distinfo
Modified: head/textproc/groonga/Makefile
==============================================================================
--- head/textproc/groonga/Makefile Sat Dec 26 18:09:57 2020 (r559302)
+++ head/textproc/groonga/Makefile Sat Dec 26 18:43:15 2020 (r559303)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= groonga
-PORTVERSION= 10.0.8
+PORTVERSION= 10.0.9
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.19.4/auto/install
+ ${WRKSRC}/vendor/nginx-1.19.5/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/' \
Modified: head/textproc/groonga/distinfo
==============================================================================
--- head/textproc/groonga/distinfo Sat Dec 26 18:09:57 2020 (r559302)
+++ head/textproc/groonga/distinfo Sat Dec 26 18:43:15 2020 (r559303)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604181362
-SHA256 (groonga-10.0.8.tar.gz) = 4930a3915e7031f670879a435fd2cb888911d8f2c74a4133fd1ff275f0ebf25e
-SIZE (groonga-10.0.8.tar.gz) = 17802886
+TIMESTAMP = 1608338198
+SHA256 (groonga-10.0.9.tar.gz) = 33358afc3e978ce526792bb8508c6d77de046193845793a88c66a26d15563aa4
+SIZE (groonga-10.0.9.tar.gz) = 17994573
More information about the svn-ports-all
mailing list