Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Oct 2023 16:33:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274327] sysutils/node_exporter: Update to 1.6.1
Message-ID:  <bug-274327-7788-GfCbHmFjVu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274327-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274327-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274327

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org
             Status|New                         |In Progress

--- Comment #4 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for the explanation.  With this out of the way, the port can be
simplified further.  I propose the following additional changes, are you ok
with them?

--- a/sysutils/node_exporter/Makefile
+++ b/sysutils/node_exporter/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=3D      node_exporter
-PORTVERSION=3D   1.6.1
 DISTVERSIONPREFIX=3Dv
+DISTVERSION=3D   1.6.1
 CATEGORIES=3D    sysutils

 MAINTAINER=3D    dor.bsd@xm0.uk
@@ -11,13 +11,9 @@ LICENSE=3D     APACHE20
 LICENSE_FILE=3D  ${WRKSRC}/LICENSE

 USES=3D          gmake go:modules shebangfix
-USE_GITHUB=3D    yes
-GH_ACCOUNT=3D    prometheus
-GH_PROJECT=3D    ${PORTNAME}
 USE_RC_SUBR=3D   node_exporter

-GO_MODULE=3D     github.com/${GH_ACCOUNT}/${PORTNAME}
-GO_PKGNAME=3D    github.com/${GH_ACCOUNT}/${PORTNAME}
+GO_MODULE=3D     github.com/prometheus/${PORTNAME}
 GO_BUILDFLAGS=3D -v -ldflags "${LD_FLAG_STRING}"

 OPTIONS_DEFINE=3D        DOCS

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274327-7788-GfCbHmFjVu>