diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-04-02 13:36:33 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-04-02 13:36:33 +0000 |
commit | 47eca28aa291d1833b0da5f0d73393e0237dd166 (patch) | |
tree | 148b7d2384115aee930fe73b8aac6979b4f17eb3 /textproc/groonga | |
parent | eb43dfde2f383dc5e6bd188ef5fcdeb7b7b088d2 (diff) | |
download | ports-47eca28aa291d1833b0da5f0d73393e0237dd166.tar.gz ports-47eca28aa291d1833b0da5f0d73393e0237dd166.zip |
Notes
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 | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 796265e0e253..fa38dc436c2d 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.2 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.9/auto/install + ${WRKSRC}/vendor/nginx-1.7.11/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 20ee4867ec24..c8f5e425bb8b 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,2 +1,2 @@ -SHA256 (groonga-5.0.0.tar.gz) = c7a1a5b11021491539b2d03895b87229836f6f6efe299c0dc352da526bc5a5bf -SIZE (groonga-5.0.0.tar.gz) = 11596918 +SHA256 (groonga-5.0.2.tar.gz) = 77ebdccd84d56da65fb020604219c204ad76e324792c7c206ce3c96f306beb19 +SIZE (groonga-5.0.2.tar.gz) = 12261765 diff --git a/textproc/groonga/pkg-plist b/textproc/groonga/pkg-plist index 5f27cf893bf3..fab9b8db5aba 100644 --- a/textproc/groonga/pkg-plist +++ b/textproc/groonga/pkg-plist @@ -29,9 +29,11 @@ include/groonga/groonga/groonga.h include/groonga/groonga/ii.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h +include/groonga/groonga/obj.h include/groonga/groonga/output.h include/groonga/groonga/plugin.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 |