Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2022 07:36:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264048] net-mgmt/ping_exporter: please upgrade to 1.0.0
Message-ID:  <bug-264048-7788-h7edoGrgL6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264048-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264048-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=3D264048

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org
             Status|New                         |Open

--- Comment #2 from Nuno Teixeira <eduardo@FreeBSD.org> ---
'portlint -C':

1. WARN: Makefile: [23]: possible use of "${CHMOD}" found. Use
@(owner,group,mode) syntax or @owner/@group operators in pkg-plist instead.

using "@(,,4755) bin/ping_exporter" in pkg-plist will do 'chmod u+s'.

2. WARN: Makefile: use of DISTFILES with single file discouraged. distribut=
ion
filename should be set by DISTNAME and EXTRACT_SUFX.
   WARN: Makefile: DISTFILES/DISTNAME affects WRKSRC. take caution when
changing them.

using
---
MASTER_SITES=3D=20=20
https://raw.githubusercontent.com/czerwonk/ping_exporter/${DISTVERSIONFULL}=
/:gomod
DISTFILES=3D      go.mod:gomod
---
will fix it

Could you try this changes and update patch if it works ok?

Cheers

--=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-264048-7788-h7edoGrgL6>