mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
textproc/groonga: Update version 10.0.9=>10.1.0
Relnotes: https://groonga.org/docs/news.html#release-10-1-0
This commit is contained in:
parent
8ac75f7d86
commit
afeda79345
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559650
@ -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/' \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user