Index: head/sysutils/node_exporter/Makefile =================================================================== --- head/sysutils/node_exporter/Makefile (revision 501584) +++ head/sysutils/node_exporter/Makefile (revision 501585) @@ -1,79 +1,79 @@ # Created by: Jev Björsell # $FreeBSD$ PORTNAME= node_exporter -PORTVERSION= 0.17.0 +PORTVERSION= 0.18.0 DISTVERSIONPREFIX=v PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ports@ecadlabs.com COMMENT= Prometheus exporter for machine metrics LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= promtool:net-mgmt/prometheus2 \ bash:shells/bash \ gsed:textproc/gsed USES= gmake go shebangfix USE_GITHUB= yes GH_ACCOUNT= prometheus USE_RC_SUBR= node_exporter # The ttar script is used to run the tests. SHEBANG_FILES= ttar GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME} # A "checkrules" target is being added in >0.17.0. TEST_TARGET= test TEST_ENV= PROMTOOL=${LOCALBASE}/bin/promtool BUILD_USER?= ${USER} LD_FLAG_X_PREFIX= -X ${GO_PKGNAME}/vendor/${GO_PKGNAME:H}/common/version LD_FLAG_STRING= -s \ ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} \ ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ ${LD_FLAG_X_PREFIX}.Branch=release-${PORTVERSION:R} \ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/node_exporter ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && \ ${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: # Prevent Go from attempting to use Git to redownload its dependencies. # They are already present in ${WRKSRC}/vendor. ${RM} ${WRKSRC}/go.mod ${REINPLACE_CMD} -e 's|sed|${LOCALBASE}/bin/gsed|g' ${WRKSRC}/ttar ${RM} -r ${WRKDIR}/src ${LN} -sf ${WRKSRC}/vendor ${WRKDIR}/src ${MKDIR} ${WRKSRC}/vendor/${GO_PKGNAME} ${LN} -sf ${WRKSRC}/collector ${WRKSRC}/vendor/${GO_PKGNAME}/collector # GOPATH has to have exactly one element in order to have the test # suite detect the node_exporter binary. "-v" is added here for us to # see skipped tests. ${REINPLACE_CMD} -E 's|(\$$\(GO\) test)|env GOPATH="${WRKDIR}" \1 -v|g' ${WRKSRC}/Makefile .include Index: head/sysutils/node_exporter/distinfo =================================================================== --- head/sysutils/node_exporter/distinfo (revision 501584) +++ head/sysutils/node_exporter/distinfo (revision 501585) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546895206 -SHA256 (prometheus-node_exporter-v0.17.0_GH0.tar.gz) = 763b588b9282a8aa497286f8ab1aab61d085bdd2d258cf3457f23c60752c9a27 -SIZE (prometheus-node_exporter-v0.17.0_GH0.tar.gz) = 1758763 +TIMESTAMP = 1557759917 +SHA256 (prometheus-node_exporter-v0.18.0_GH0.tar.gz) = 2f71a4a11fa1388e4a459865520365396f8b6ebbad9d45df476fe60ee0de0415 +SIZE (prometheus-node_exporter-v0.18.0_GH0.tar.gz) = 2104908 Index: head/sysutils/node_exporter/pkg-plist =================================================================== --- head/sysutils/node_exporter/pkg-plist (revision 501584) +++ head/sysutils/node_exporter/pkg-plist (revision 501585) @@ -1,17 +1,25 @@ bin/node_exporter %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/TIME.md %%PORTDOCS%%%%DOCSDIR%%/V0_16_UPGRADE_GUIDE.md %%PORTDOCS%%%%DOCSDIR%%/example-16-compatibility-rules-new-to-old.yml %%PORTDOCS%%%%DOCSDIR%%/example-16-compatibility-rules.yml %%PORTDOCS%%%%DOCSDIR%%/example-17-compatibility-rules-new-to-old.yml %%PORTDOCS%%%%DOCSDIR%%/example-17-compatibility-rules.yml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/apt.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/btrfs_stats.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/deleted_libraries.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/directory-size.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/inotify-instances %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/ipmitool %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/md_info.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/md_info_detail.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/mellanox_hca_temp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/ntpd_metrics.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/nvme_metrics.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/pacman.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/smartmon.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/smartmon.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/storcli.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_collector_examples/yum.sh Property changes on: head/sysutils/node_exporter/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1,2 +1 ## -yes -\ No newline at end of property \ No newline at end of property +yes \ No newline at end of property