Bug 238745

Summary: [MAINTAINER] net-mgmt/collectd5: update to 5.9.0
Product: Ports & Packages Reporter: Krzysztof <ports>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
collectd5: update to 5.9.0 ports: maintainer-approval+

Description Krzysztof 2019-06-21 12:10:06 UTC
Created attachment 205263 [details]
collectd5: update to 5.9.0

There is new version of net-mgmt/collectd5. I'm attaching patch. Also I've checked this patch with poudriere.

There is result from portlint:
# portlint -a
WARN: Makefile: [200]: possible direct use of command "perl" found. use ${PERL} instead.
WARN: Makefile: [220]: possible direct use of command "python" found. use ${PYTHON_CMD} instead.
WARN: Makefile: extra item placed in the USES/USE_x section, for example, "GNU_CONFIGURE".
0 fatal errors and 3 warnings found.

Lines: 200 and 220 have arguments for configure so they cannot be changed to make variables.

GNU_CONFIGURE is required (witout this setting collectd5 does not build).

I can attach logfile from poudriere if it is needed.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-30 20:56:02 UTC
A commit references this bug:

Author: swills
Date: Sun Jun 30 20:55:54 UTC 2019
New revision: 505492
URL: https://svnweb.freebsd.org/changeset/ports/505492

Log:
  net-mgmt/collectd5: update to 5.9.0 [1]

  While here, improve formatting

  PR:		238745 [1]
  Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer) [1]

Changes:
  head/net-mgmt/collectd5/Makefile
  head/net-mgmt/collectd5/distinfo
  head/net-mgmt/collectd5/files/patch-Makefile.am
  head/net-mgmt/collectd5/files/patch-src_daemon_collectd.h
  head/net-mgmt/collectd5/files/patch-src_libcollectdclient_network.c
  head/net-mgmt/collectd5/files/patch-src_network.c
  head/net-mgmt/collectd5/files/patch-src_zfs__arc.c
  head/net-mgmt/collectd5/files/patch-version-gen.sh
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-06-30 20:58:35 UTC
Committed, thanks!