Created attachment 185480 [details] Diff for Makefile & distinfo. Diff to update influxdb version to 1.3.3.
I'd like to add in that version 1.3.3 includes some pretty substantial fixes, which are listed here: https://github.com/influxdata/influxdb/blob/v1.3.3/CHANGELOG.md. This particular bugfix is pretty serious: https://github.com/influxdata/influxdb/issues/8500.
A commit references this bug: Author: ultima Date: Sat Aug 26 00:11:55 UTC 2017 New revision: 448745 URL: https://svnweb.freebsd.org/changeset/ports/448745 Log: * Updated to 1.3.3 * Cleanup Makefile * Removed STRIP var, stripping go is always safe[1]. [1] https://dominik.honnef.co/posts/2016/10/go-and-strip/ PR: 221561 Submitted by: Ari Suutari Reviewed by: matthew (mentor), mat Approved by: matthew (mentor), cheffo (maintainer) Differential Revision: https://reviews.freebsd.org/D12121 Changes: head/databases/influxdb/Makefile head/databases/influxdb/distinfo
Committed, thanks!
Thank you very much!