On 2018-04-23 19:47, Perry E. Metzger wrote: > Perry E. Metzger (pmetzger) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/5b70112c367fdc957b751f1ca6b8f1d1314f3b46 > > The following commit(s) were added to refs/heads/master by this push: > new 5b70112 collectd: update to 5.8.0 5b70112 is described below > > commit 5b70112c367fdc957b751f1ca6b8f1d1314f3b46 Author: Perry E. Metzger > <[email protected]> > AuthorDate: Mon Apr 23 13:47:10 2018 -0400 > > collectd: update to 5.8.0 --- > sysutils/collectd/Portfile | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/sysutils/collectd/Portfile b/sysutils/collectd/Portfile > index 589255c..978b1e6 100644 --- a/sysutils/collectd/Portfile +++ > b/sysutils/collectd/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 > > name collectd > -version 5.7.2 +version 5.8.0 categories sysutils net > platforms darwin > license GPL-2 > @@ -20,10 +20,10 @@ homepage http://collectd.org/ master_sites > http://collectd.org/files/ > use_bzip2 yes > > -checksums sha1 b27074fc363d942c8aee2f05baed0395a20c86d0 \ - sha256 > 9d20a0221569a8d6b80bbc52b86e5e84965f5bafdbf5dfc3790e0fed0763e592 \ - > rmd160 81860b4fba7cf05b8eca19913ffe05d06b37e1a2 \ - size 1798777 > +checksums sha1 eb3567563de471e1950b7388e8883b911be3756a \ + sha256 > b06ff476bbf05533cb97ae6749262cc3c76c9969f032bd8496690084ddeb15c9 \ + > rmd160 7b812b1046d57a9047213bb182b8744d98606547 \ + size 1686017 > depends_build port:pkgconfig >
It is a bit suspicious that you made no changes to files/dep-gen.sh in the port directory. The second half of the Portfile is fully generated by that shell script, as collectd has *a lot* of variants for each of its plugins. Updating that script is mostly manual work, based on the output of './configure --help'. I somehow doubt that this version of collectd does not have any new plugins or updated dependencies... Rainer
