diff options
Diffstat (limited to 'www/carbonapi')
-rw-r--r-- | www/carbonapi/Makefile | 3 | ||||
-rw-r--r-- | www/carbonapi/distinfo | 6 | ||||
-rw-r--r-- | www/carbonapi/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/carbonapi/Makefile b/www/carbonapi/Makefile index 3de10a311a79..26b90d12ff98 100644 --- a/www/carbonapi/Makefile +++ b/www/carbonapi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= carbonapi -DISTVERSION= 0.10.0.1 +DISTVERSION= 0.11.0 CATEGORIES= www MAINTAINER= a.andersson.thn@gmail.com @@ -40,6 +40,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/carbonapi ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/carbonapi.example.toml ${STAGEDIR}${PREFIX}/etc/carbonapi ${INSTALL_DATA} ${WRKSRC}/carbonapi.example.yaml ${STAGEDIR}${PREFIX}/etc/carbonapi + ${INSTALL_DATA} ${WRKSRC}/graphiteWeb.example.yaml ${STAGEDIR}${PREFIX}/etc/carbonapi ${INSTALL_DATA} ${WRKSRC}/graphTemplates.example.toml ${STAGEDIR}${PREFIX}/etc/carbonapi ${INSTALL_DATA} ${WRKSRC}/graphTemplates.example.yaml ${STAGEDIR}${PREFIX}/etc/carbonapi diff --git a/www/carbonapi/distinfo b/www/carbonapi/distinfo index 1a513864fc8f..35963113e94e 100644 --- a/www/carbonapi/distinfo +++ b/www/carbonapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521573171 -SHA256 (go-graphite-carbonapi-0.10.0.1_GH0.tar.gz) = c8d701c23d75fd709aeb59168f04c356a22e0d8b2911f43712d36699b8a3e868 -SIZE (go-graphite-carbonapi-0.10.0.1_GH0.tar.gz) = 1884119 +TIMESTAMP = 1522042565 +SHA256 (go-graphite-carbonapi-0.11.0_GH0.tar.gz) = d54228f0fce17db1ed319bc7a65c4296b539e6fec34645bfcaed4baf39840efc +SIZE (go-graphite-carbonapi-0.11.0_GH0.tar.gz) = 1898657 diff --git a/www/carbonapi/pkg-plist b/www/carbonapi/pkg-plist index e6bdb76c9d7f..c7a813ca1c01 100644 --- a/www/carbonapi/pkg-plist +++ b/www/carbonapi/pkg-plist @@ -3,4 +3,5 @@ bin/carbonapi %%ETCDIR%%/carbonapi.example.yaml %%ETCDIR%%/graphTemplates.example.toml %%ETCDIR%%/graphTemplates.example.yaml +%%ETCDIR%%/graphiteWeb.example.yaml @dir(carbon,carbon,0750) /var/log/carbonapi |