diff options
author | bofh <bofh@FreeBSD.org> | 2017-06-05 01:28:00 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2017-06-05 01:28:00 +0800 |
commit | 9dbb008424cfc45b7ecff0e9e2882ee531e25927 (patch) | |
tree | 2e207d2c93d385f40da3cf0fe9408462bd79108d /textproc | |
parent | b785d4c9605943ee246298d6a721238b4a863d84 (diff) | |
download | freebsd-ports-gnome-9dbb008424cfc45b7ecff0e9e2882ee531e25927.tar.gz freebsd-ports-gnome-9dbb008424cfc45b7ecff0e9e2882ee531e25927.tar.zst freebsd-ports-gnome-9dbb008424cfc45b7ecff0e9e2882ee531e25927.zip |
textproc/groonga: Update version 7.0.1=>7.0.3
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 6 | ||||
-rw-r--r-- | textproc/groonga/pkg-plist | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index cf31ba7631dd..6d29ac595a34 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 7.0.1 +PORTVERSION= 7.0.3 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.11.12/auto/install + ${WRKSRC}/vendor/nginx-1.13.0/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 5a4da74d95b8..566b92c96d85 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491678608 -SHA256 (groonga-7.0.1.tar.gz) = d017fa9424d57a3deec8c41de555f86268e81d98f6114718660bb172718fc072 -SIZE (groonga-7.0.1.tar.gz) = 14230685 +TIMESTAMP = 1496511624 +SHA256 (groonga-7.0.3.tar.gz) = c68a5798bf7c2f5b6b6eff08f88fac90e58e43db76b58d638c971be59626f79e +SIZE (groonga-7.0.3.tar.gz) = 14403442 diff --git a/textproc/groonga/pkg-plist b/textproc/groonga/pkg-plist index 70d8ae386964..4a457080a3ff 100644 --- a/textproc/groonga/pkg-plist +++ b/textproc/groonga/pkg-plist @@ -24,8 +24,12 @@ bin/groonga-benchmark %%ETCDIR%%/httpd/win-utf %%ETCDIR%%/synonyms.tsv include/groonga/groonga.h +include/groonga/groonga.hpp include/groonga/groonga/accessor.h include/groonga/groonga/array.h +include/groonga/groonga/arrow.h +include/groonga/groonga/arrow.hpp +include/groonga/groonga/cache.h include/groonga/groonga/column.h include/groonga/groonga/command.h include/groonga/groonga/config.h @@ -63,6 +67,8 @@ include/groonga/groonga/windows.h include/groonga/groonga/windows_event_logger.h 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/number.a lib/groonga/plugins/functions/number.so lib/groonga/plugins/functions/string.a |