View | Details | Raw Unified | Return to bug 194171 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/groonga/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/textproc/groonga/Makefile 368698 2014-09-20 22:21:58Z pawel $
1
# $FreeBSD: head/textproc/groonga/Makefile 368698 2014-09-20 22:21:58Z pawel $
2
2
3
PORTNAME=	groonga
3
PORTNAME=	groonga
4
PORTVERSION=	4.0.5
4
PORTVERSION=	4.0.6.1
5
CATEGORIES=	textproc
5
CATEGORIES=	textproc
6
MASTER_SITES=	http://packages.groonga.org/source/groonga/
6
MASTER_SITES=	http://packages.groonga.org/source/groonga/
7
7
Lines 68-74 Link Here
68
		'/NGX_PID_PATH/s|mkdir|${TRUE}| ; \
68
		'/NGX_PID_PATH/s|mkdir|${TRUE}| ; \
69
		 /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \
69
		 /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \
70
		 /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \
70
		 /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \
71
		${WRKSRC}/vendor/nginx-1.7.4/auto/install
71
		${WRKSRC}/vendor/nginx-1.7.6/auto/install
72
72
73
post-install:
73
post-install:
74
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd
74
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd
(-)textproc/groonga/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (groonga-4.0.5.tar.gz) = c36f95f7d2fae23a298b3de6677bbd7546e23d972ff6079aa6056ae77ca3da35
1
SHA256 (groonga-4.0.6.1.tar.gz) = 4b63383c593fbfb7b019238edb50a756eb5bdfad1d99465aa0fb6ddbc91eec69
2
SIZE (groonga-4.0.5.tar.gz) = 10828892
2
SIZE (groonga-4.0.6.1.tar.gz) = 10940699
(-)textproc/groonga/pkg-plist (-34 / +3 lines)
Lines 26-31 Link Here
26
include/groonga/groonga/nfkc.h
26
include/groonga/groonga/nfkc.h
27
include/groonga/groonga/normalizer.h
27
include/groonga/groonga/normalizer.h
28
include/groonga/groonga/plugin.h
28
include/groonga/groonga/plugin.h
29
include/groonga/groonga/token_filter.h
29
include/groonga/groonga/tokenizer.h
30
include/groonga/groonga/tokenizer.h
30
lib/groonga/plugins/query_expanders/tsv.a
31
lib/groonga/plugins/query_expanders/tsv.a
31
lib/groonga/plugins/query_expanders/tsv.so
32
lib/groonga/plugins/query_expanders/tsv.so
Lines 33-38 Link Here
33
lib/groonga/plugins/suggest/suggest.so
34
lib/groonga/plugins/suggest/suggest.so
34
lib/groonga/plugins/table/table.a
35
lib/groonga/plugins/table/table.a
35
lib/groonga/plugins/table/table.so
36
lib/groonga/plugins/table/table.so
37
lib/groonga/plugins/token_filters/stop_word.a
38
lib/groonga/plugins/token_filters/stop_word.so
36
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.a
39
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.a
37
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.so
40
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.so
38
lib/libgroonga.a
41
lib/libgroonga.a
Lines 159-195 Link Here
159
%%DATADIR%%/munin/plugins/groonga_query_performance_
162
%%DATADIR%%/munin/plugins/groonga_query_performance_
160
%%DATADIR%%/munin/plugins/groonga_status_
163
%%DATADIR%%/munin/plugins/groonga_status_
161
%%DATADIR%%/munin/plugins/groonga_throughput_
164
%%DATADIR%%/munin/plugins/groonga_throughput_
162
@dirrm %%DATADIR%%/munin/plugins
163
@dirrm %%DATADIR%%/munin
164
@dirrm %%DATADIR%%/images/logo
165
@dirrm %%DATADIR%%/images
166
@dirrm %%DATADIR%%/html/admin/js
167
@dirrm %%DATADIR%%/html/admin/images
168
@dirrm %%DATADIR%%/html/admin/css/redmond/images
169
@dirrm %%DATADIR%%/html/admin/css/redmond
170
@dirrm %%DATADIR%%/html/admin/css
171
@dirrm %%DATADIR%%/html/admin
172
@dirrm %%DATADIR%%/html
173
@dirrm %%DATADIR%%/examples/dictionary/jmdict
174
@dirrm %%DATADIR%%/examples/dictionary/html/js
175
@dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness/images
176
@dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness
177
@dirrm %%DATADIR%%/examples/dictionary/html/css
178
@dirrm %%DATADIR%%/examples/dictionary/html
179
@dirrm %%DATADIR%%/examples/dictionary/gene95
180
@dirrm %%DATADIR%%/examples/dictionary/eijiro
181
@dirrm %%DATADIR%%/examples/dictionary/edict
182
@dirrm %%DATADIR%%/examples/dictionary
183
@dirrm %%DATADIR%%/examples
184
@dirrm %%DATADIR%%
185
%%MECAB%%@dirrm lib/groonga/plugins/tokenizers
186
@dirrm lib/groonga/plugins/table
187
@dirrm lib/groonga/plugins/suggest
188
@dirrm lib/groonga/plugins/query_expanders
189
@dirrm lib/groonga/plugins
190
@dirrm lib/groonga
191
@dirrm include/groonga/groonga
192
@dirrm include/groonga
193
@dirrm %%ETCDIR%%/httpd/html
194
@dirrm %%ETCDIR%%/httpd
195
@dirrm %%ETCDIR%%

Return to bug 194171