svn commit: r559650 - head/textproc/groonga
Muhammad Moinur Rahman
bofh at FreeBSD.org
Wed Dec 30 11:51:18 UTC 2020
Author: bofh
Date: Wed Dec 30 11:51:17 2020
New Revision: 559650
URL: https://svnweb.freebsd.org/changeset/ports/559650
Log:
textproc/groonga: Update version 10.0.9=>10.1.0
Relnotes: https://groonga.org/docs/news.html#release-10-1-0
Modified:
head/textproc/groonga/Makefile
head/textproc/groonga/distinfo
head/textproc/groonga/pkg-plist
Modified: head/textproc/groonga/Makefile
==============================================================================
--- head/textproc/groonga/Makefile Wed Dec 30 11:48:04 2020 (r559649)
+++ head/textproc/groonga/Makefile Wed Dec 30 11:51:17 2020 (r559650)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= groonga
-PORTVERSION= 10.0.9
+PORTVERSION= 10.1.0
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.5/auto/install
+ ${WRKSRC}/vendor/nginx-1.19.6/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 Wed Dec 30 11:48:04 2020 (r559649)
+++ head/textproc/groonga/distinfo Wed Dec 30 11:51:17 2020 (r559650)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608338198
-SHA256 (groonga-10.0.9.tar.gz) = 33358afc3e978ce526792bb8508c6d77de046193845793a88c66a26d15563aa4
-SIZE (groonga-10.0.9.tar.gz) = 17994573
+TIMESTAMP = 1609281376
+SHA256 (groonga-10.1.0.tar.gz) = fbf29a8de1cb0f463030118ca146846b8f5fbaa5a090cc2b45eef372d4e4aabf
+SIZE (groonga-10.1.0.tar.gz) = 18029397
Modified: head/textproc/groonga/pkg-plist
==============================================================================
--- head/textproc/groonga/pkg-plist Wed Dec 30 11:48:04 2020 (r559649)
+++ head/textproc/groonga/pkg-plist Wed Dec 30 11:51:17 2020 (r559650)
@@ -30,6 +30,7 @@ include/groonga/groonga/aggregator.h
include/groonga/groonga/array.h
include/groonga/groonga/arrow.h
include/groonga/groonga/arrow.hpp
+include/groonga/groonga/bulk.hpp
include/groonga/groonga/cache.h
include/groonga/groonga/column.h
include/groonga/groonga/command.h
More information about the svn-ports-all
mailing list