Created attachment 177231 [details] patch for the port to v 1.1.0 The attached patch updates influxdb to the newest release, 1.1.0. I also updated all the dependency libraries to their latest versions. I used the newest release for those which have releases or the newest commit for those that do not. The only exception is the collectd library, which will not compile when using the newest release, so I used the prior release.
Created attachment 177267 [details] Patch to update influxdb to 1.1.0 Thanks for the patch! I have fixed some of the dependencies. Attached is new patch.
Created attachment 177268 [details] poudriere testport log output
Created attachment 177269 [details] portlint output
Please also add -ldflags "-X main.version=${DISTVERSION}" to the do-build target so it looks like this: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} && ${SETENV} GOPATH=${WRKSRC} go install -ldflags "-X main.version=${DISTVERSION}" ./... This will allow InfluxDB to identify its own version upon startup.
Committed in r427896.