Index: sysutils/node_exporter/Makefile =================================================================== --- sysutils/node_exporter/Makefile (revision 539369) +++ sysutils/node_exporter/Makefile (working copy) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= node_exporter -PORTVERSION= 0.18.1 +PORTVERSION= 1.0.1 DISTVERSIONPREFIX=v CATEGORIES= sysutils -MAINTAINER= ports@ecadlabs.com +MAINTAINER= dor.bsd@xm0.uk COMMENT= Prometheus exporter for machine metrics LICENSE= APACHE20 @@ -40,7 +40,7 @@ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -48,10 +48,6 @@ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} -post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/text_collector_examples - cd ${WRKSRC} && ${COPYTREE_SHARE} ./text_collector_examples ${STAGEDIR}${EXAMPLESDIR} - # TestFileDescriptorLeak is being skipped at the moment because procfs(5) is # not properly detected. pre-test: Index: sysutils/node_exporter/distinfo =================================================================== --- sysutils/node_exporter/distinfo (revision 539369) +++ sysutils/node_exporter/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560802738 -SHA256 (prometheus-node_exporter-v0.18.1_GH0.tar.gz) = 9ddf187c462f2681ab4516410ada0e6f0f03097db6986686795559ea71a07694 -SIZE (prometheus-node_exporter-v0.18.1_GH0.tar.gz) = 2110072 +TIMESTAMP = 1592327241 +SHA256 (prometheus-node_exporter-v1.0.1_GH0.tar.gz) = a841bf3e236376840be9e1d8e6c4a38196be6f3957b0982d1c7970a5e416b0ad +SIZE (prometheus-node_exporter-v1.0.1_GH0.tar.gz) = 2792033 Index: sysutils/node_exporter/files/node_exporter.in =================================================================== --- sysutils/node_exporter/files/node_exporter.in (revision 539369) +++ sysutils/node_exporter/files/node_exporter.in (working copy) @@ -38,7 +38,7 @@ pidfile=/var/run/node_exporter.pid command="/usr/sbin/daemon" procname="%%PREFIX%%/bin/node_exporter" -command_args="-p ${pidfile} -T ${name} \ +command_args="-f -p ${pidfile} -T ${name} \ /usr/bin/env ${procname} \ --web.listen-address=${node_exporter_listen_address} \ --collector.textfile.directory=${node_exporter_textfile_dir} \ Index: sysutils/node_exporter/pkg-message =================================================================== --- sysutils/node_exporter/pkg-message (revision 539369) +++ sysutils/node_exporter/pkg-message (working copy) @@ -1,6 +1,28 @@ [ -{ type: install +{ + type: upgrade message: <