svn commit: r447348 - head/textproc/groonga
Muhammad Moinur Rahman
bofh at FreeBSD.org
Fri Aug 4 16:55:32 UTC 2017
Author: bofh
Date: Fri Aug 4 16:55:30 2017
New Revision: 447348
URL: https://svnweb.freebsd.org/changeset/ports/447348
Log:
textproc/groonga: Update version 7.0.4=>7.0.5
Relnotes: http://groonga.org/docs/news.html#release-7-0-5
Modified:
head/textproc/groonga/Makefile
head/textproc/groonga/distinfo
head/textproc/groonga/pkg-plist
Modified: head/textproc/groonga/Makefile
==============================================================================
--- head/textproc/groonga/Makefile Fri Aug 4 16:01:40 2017 (r447347)
+++ head/textproc/groonga/Makefile Fri Aug 4 16:55:30 2017 (r447348)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= groonga
-PORTVERSION= 7.0.4
+PORTVERSION= 7.0.5
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
@@ -57,7 +57,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.13.1/auto/install
+ ${WRKSRC}/vendor/nginx-1.13.3/auto/install
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd
Modified: head/textproc/groonga/distinfo
==============================================================================
--- head/textproc/groonga/distinfo Fri Aug 4 16:01:40 2017 (r447347)
+++ head/textproc/groonga/distinfo Fri Aug 4 16:55:30 2017 (r447348)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499937035
-SHA256 (groonga-7.0.4.tar.gz) = 731e009429fc3204b6fddc65353dd2f728b42ef63c4f9a6799c97ebb26850881
-SIZE (groonga-7.0.4.tar.gz) = 14424905
+TIMESTAMP = 1501858323
+SHA256 (groonga-7.0.5.tar.gz) = fc4071b123f8b5f28546f403deb1111837064093c6818ba1b55c86ea996058b3
+SIZE (groonga-7.0.5.tar.gz) = 14463662
Modified: head/textproc/groonga/pkg-plist
==============================================================================
--- head/textproc/groonga/pkg-plist Fri Aug 4 16:01:40 2017 (r447347)
+++ head/textproc/groonga/pkg-plist Fri Aug 4 16:55:30 2017 (r447348)
@@ -69,6 +69,8 @@ include/groonga/groonga/window_function.h
%%RUBY%%lib/groonga/plugins/expression_rewriters/optimizer.rb
lib/groonga/plugins/functions/index_column.a
lib/groonga/plugins/functions/index_column.so
+lib/groonga/plugins/functions/math.a
+lib/groonga/plugins/functions/math.so
lib/groonga/plugins/functions/number.a
lib/groonga/plugins/functions/number.so
lib/groonga/plugins/functions/string.a
More information about the svn-ports-all
mailing list