Created attachment 182397 [details] update patch This patch update influxdb to latest version, fixes some patch in default configuration file and cleans up Makefile.
Created attachment 182441 [details] patch for 1.2.4 patch for 1.2.4 update
hi, I see you have the following lines in the patch: - @${MKDIR} ${STAGEDIR}/var/db/influxdb - @${MKDIR} ${STAGEDIR}/var/log/influxdb Can you explain why?
Submitter is committer :)
(In reply to cheffo from comment #2) These lines were redundant with line 87-89 in which you already created those directories: do-install: ${MKDIR} ${STAGEDIR}${INFLUXD_DBDIR} \ ${STAGEDIR}${INFLUXD_PIDDIR} \ ${STAGEDIR}${INFLUXD_LOGDIR}
Thanks! Approved for commit then!
A commit references this bug: Author: farrokhi Date: Mon May 22 13:46:33 UTC 2017 New revision: 441458 URL: https://svnweb.freebsd.org/changeset/ports/441458 Log: databases/influxdb: update to 1.2.4 PR: 219140 Reviewed by: mat Approved by: mat Relnotes: https://github.com/influxdata/influxdb/blob/v1.2.4/CHANGELOG.md Differential Revision: https://reviews.freebsd.org/D10771 Changes: head/databases/influxdb/Makefile head/databases/influxdb/distinfo