Date: Thu, 29 Mar 2018 04:19:32 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465864 - head/www/carbonapi Message-ID: <201803290419.w2T4JWKV019238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Thu Mar 29 04:19:32 2018 New Revision: 465864 URL: https://svnweb.freebsd.org/changeset/ports/465864 Log: www/carbonapi: Update to 0.11.0 PR: 226935 Changes: https://github.com/go-graphite/carbonapi/releases/tag/0.11.0 Submitted by: Andreas Anderson <a.andersson.thn@gmail.com> Approved by: hrs (mentor) Modified: head/www/carbonapi/Makefile head/www/carbonapi/distinfo head/www/carbonapi/pkg-plist Modified: head/www/carbonapi/Makefile ============================================================================== --- head/www/carbonapi/Makefile Thu Mar 29 04:04:21 2018 (r465863) +++ head/www/carbonapi/Makefile Thu Mar 29 04:19:32 2018 (r465864) @@ -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 Modified: head/www/carbonapi/distinfo ============================================================================== --- head/www/carbonapi/distinfo Thu Mar 29 04:04:21 2018 (r465863) +++ head/www/carbonapi/distinfo Thu Mar 29 04:19:32 2018 (r465864) @@ -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 Modified: head/www/carbonapi/pkg-plist ============================================================================== --- head/www/carbonapi/pkg-plist Thu Mar 29 04:04:21 2018 (r465863) +++ head/www/carbonapi/pkg-plist Thu Mar 29 04:19:32 2018 (r465864) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803290419.w2T4JWKV019238>