[Bug 264048] net-mgmt/ping_exporter: please upgrade to 1.0.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 14 Jul 2022 07:36:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264048

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. distribution
filename should be set by DISTNAME and EXTRACT_SUFX.
   WARN: Makefile: DISTFILES/DISTNAME affects WRKSRC. take caution when
changing them.

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

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

Cheers

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