Date: Sat, 15 Dec 2018 19:05:16 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487540 - head/net-mgmt/blackbox_exporter Message-ID: <201812151905.wBFJ5GGL097220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Sat Dec 15 19:05:16 2018 New Revision: 487540 URL: https://svnweb.freebsd.org/changeset/ports/487540 Log: net-mgmt/blackbox_exporter: update to version 0.13.0 and some cleanups: - update to version 0.13.0; - fix whitespace, spaces->tabs; - pet portlint: remove SUB_FILES from USEx section; - remove pkg-plist: move three lines to Makefile. Deleted: head/net-mgmt/blackbox_exporter/pkg-plist Modified: head/net-mgmt/blackbox_exporter/Makefile head/net-mgmt/blackbox_exporter/distinfo Modified: head/net-mgmt/blackbox_exporter/Makefile ============================================================================== --- head/net-mgmt/blackbox_exporter/Makefile Sat Dec 15 18:38:54 2018 (r487539) +++ head/net-mgmt/blackbox_exporter/Makefile Sat Dec 15 19:05:16 2018 (r487540) @@ -2,22 +2,20 @@ # $FreeBSD$ PORTNAME= blackbox_exporter -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 DISTVERSIONPREFIX=v CATEGORIES= net-mgmt MAINTAINER= bsam@FreeBSD.org COMMENT= Prometheus exporter for endpoints over HTTP(S), DNS, TCP and ICMP -LICENSE= APACHE20 +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= prometheus -USE_RC_SUBR= blackbox_exporter -SUB_FILES= pkg-message -SUB_LIST= GH_TAGNAME=${GH_TAGNAME} +USE_RC_SUBR= blackbox_exporter USERS= prometheus GROUPS= prometheus @@ -30,6 +28,12 @@ USE_RC_SUBR= ${PORTNAME} PORTEXAMPLES= ${WRKSRC}/*.yml OPTIONS_DEFINE= EXAMPLES + +SUB_FILES= pkg-message +SUB_LIST= GH_TAGNAME=${GH_TAGNAME} +PLIST_FILES= bin/blackbox_exporter \ + ${EXAMPLESDIR}/blackbox.yml \ + ${EXAMPLESDIR}/example.yml do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: head/net-mgmt/blackbox_exporter/distinfo ============================================================================== --- head/net-mgmt/blackbox_exporter/distinfo Sat Dec 15 18:38:54 2018 (r487539) +++ head/net-mgmt/blackbox_exporter/distinfo Sat Dec 15 19:05:16 2018 (r487540) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520362217 -SHA256 (prometheus-blackbox_exporter-v0.12.0_GH0.tar.gz) = 8d5c2236b555af0c1ef00e6973f1aac76a38bbb5220aa6a39c1837a9b29e2a50 -SIZE (prometheus-blackbox_exporter-v0.12.0_GH0.tar.gz) = 2202465 +TIMESTAMP = 1544893751 +SHA256 (prometheus-blackbox_exporter-v0.13.0_GH0.tar.gz) = c89563637647f456472f45e135ee482d8d2a40b8700ffb177f9e700017746006 +SIZE (prometheus-blackbox_exporter-v0.13.0_GH0.tar.gz) = 668255
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812151905.wBFJ5GGL097220>