Lines 1-8
Link Here
|
1 |
# $FreeBSD: head/sysutils/rubygem-fluentd/Makefile 515791 2019-10-27 11:31:15Z sunpoet $ |
1 |
# $FreeBSD: head/sysutils/rubygem-fluentd/Makefile 515791 2019-10-27 11:31:15Z sunpoet $ |
2 |
|
2 |
|
3 |
PORTNAME= fluentd |
3 |
PORTNAME= fluentd |
4 |
PORTVERSION= 1.3.3 |
4 |
PORTVERSION= 1.11.1 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= sysutils rubygems |
5 |
CATEGORIES= sysutils rubygems |
7 |
MASTER_SITES= RG |
6 |
MASTER_SITES= RG |
8 |
|
7 |
|
Lines 12-19
Link Here
|
12 |
LICENSE= APACHE20 |
11 |
LICENSE= APACHE20 |
13 |
|
12 |
|
14 |
RUN_DEPENDS= \ |
13 |
RUN_DEPENDS= \ |
15 |
rubygem-dig_rb>=1.0.0:devel/rubygem-dig_rb \ |
14 |
rubygem-msgpack>=1.3.1:devel/rubygem-msgpack \ |
16 |
rubygem-msgpack>=0.7.0:devel/rubygem-msgpack \ |
|
|
17 |
rubygem-yajl-ruby>=1.0:devel/rubygem-yajl-ruby \ |
15 |
rubygem-yajl-ruby>=1.0:devel/rubygem-yajl-ruby \ |
18 |
rubygem-cool.io>=1.4.5:devel/rubygem-cool.io \ |
16 |
rubygem-cool.io>=1.4.5:devel/rubygem-cool.io \ |
19 |
rubygem-serverengine>=2.0.4:net/rubygem-serverengine \ |
17 |
rubygem-serverengine>=2.0.4:net/rubygem-serverengine \ |
Lines 23-35
Link Here
|
23 |
rubygem-tzinfo1>=1.0:devel/rubygem-tzinfo1 \ |
21 |
rubygem-tzinfo1>=1.0:devel/rubygem-tzinfo1 \ |
24 |
rubygem-tzinfo-data>=1.0.0:devel/rubygem-tzinfo-data |
22 |
rubygem-tzinfo-data>=1.0.0:devel/rubygem-tzinfo-data |
25 |
|
23 |
|
26 |
USE_RUBY= yes |
|
|
27 |
PLIST_FILES= bin/fluent-cat bin/fluent-debug bin/fluent-gem bin/fluentd \ |
24 |
PLIST_FILES= bin/fluent-cat bin/fluent-debug bin/fluent-gem bin/fluentd \ |
28 |
bin/fluent-binlog-reader bin/fluent-ca-generate \ |
25 |
bin/fluent-binlog-reader bin/fluent-ca-generate \ |
29 |
bin/fluent-plugin-config-format bin/fluent-plugin-generate \ |
26 |
bin/fluent-plugin-config-format bin/fluent-plugin-generate \ |
30 |
"@sample etc/fluentd/fluent.conf.sample" |
27 |
"@sample etc/fluentd/fluent.conf.sample" |
31 |
PLIST_DIRS= etc/fluentd/plugin |
28 |
PLIST_DIRS= etc/fluentd/plugin |
32 |
USES= gem |
29 |
USES= gem |
|
|
30 |
USE_RUBY= yes |
33 |
USE_RC_SUBR= fluentd |
31 |
USE_RC_SUBR= fluentd |
34 |
USERS= fluentd |
32 |
USERS= fluentd |
35 |
GROUPS= fluentd |
33 |
GROUPS= fluentd |