diff options
author | bofh <bofh@FreeBSD.org> | 2015-05-28 17:58:26 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-05-28 17:58:26 +0800 |
commit | 195c037c4217cb47adeef1090a0d26cb3b71e587 (patch) | |
tree | f52e03a28cd0ed6fbdc0f46662635f6604945b3d /textproc/groonga | |
parent | a9c9138304a6a57f29e2bae4ab29c8e2042f9ed0 (diff) | |
download | freebsd-ports-gnome-195c037c4217cb47adeef1090a0d26cb3b71e587.tar.gz freebsd-ports-gnome-195c037c4217cb47adeef1090a0d26cb3b71e587.tar.zst freebsd-ports-gnome-195c037c4217cb47adeef1090a0d26cb3b71e587.zip |
textproc/groonga: Update version 5.0.2=>5.0.3
Diffstat (limited to 'textproc/groonga')
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 4 | ||||
-rw-r--r-- | textproc/groonga/pkg-plist | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index fa38dc436c2d..a4af561abbaf 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -62,7 +62,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.7.11/auto/install + ${WRKSRC}/vendor/nginx-1.8.0/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index c8f5e425bb8b..581b394bfab5 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,2 +1,2 @@ -SHA256 (groonga-5.0.2.tar.gz) = 77ebdccd84d56da65fb020604219c204ad76e324792c7c206ce3c96f306beb19 -SIZE (groonga-5.0.2.tar.gz) = 12261765 +SHA256 (groonga-5.0.3.tar.gz) = d4f3e9d00cb16c0028cb32422fa666cbbfb32f47597988fd308931274d94cf52 +SIZE (groonga-5.0.3.tar.gz) = 12421501 diff --git a/textproc/groonga/pkg-plist b/textproc/groonga/pkg-plist index fab9b8db5aba..3006cb6de1ea 100644 --- a/textproc/groonga/pkg-plist +++ b/textproc/groonga/pkg-plist @@ -32,12 +32,15 @@ include/groonga/groonga/normalizer.h include/groonga/groonga/obj.h include/groonga/groonga/output.h include/groonga/groonga/plugin.h +include/groonga/groonga/portability.h include/groonga/groonga/request_canceler.h include/groonga/groonga/scorer.h include/groonga/groonga/token.h include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h include/groonga/groonga/util.h +lib/groonga/plugins/functions/vector.a +lib/groonga/plugins/functions/vector.so lib/groonga/plugins/query_expanders/tsv.a lib/groonga/plugins/query_expanders/tsv.so lib/groonga/plugins/suggest/suggest.a |