Page MenuHomeFreeBSD

databases/influxdb2-cli: New port
ClosedPublic

Authored by driesm on Dec 20 2021, 9:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 5:15 AM
Unknown Object (File)
Tue, Apr 30, 1:33 AM
Unknown Object (File)
Tue, Apr 30, 1:33 AM
Unknown Object (File)
Tue, Apr 30, 1:33 AM
Unknown Object (File)
Tue, Apr 30, 1:18 AM
Unknown Object (File)
Mon, Apr 22, 3:37 AM
Unknown Object (File)
Mar 7 2024, 11:36 PM
Unknown Object (File)
Dec 31 2023, 10:31 PM
Subscribers

Details

Reviewers
philip
0mp
Summary
databases/influxdb2-cli: New port

CLI for managing resources in InfluxDB v2.

 Approved by:		tbd (mentor)
 Diferential Revision:	https://reviews.freebsd.org/D33582

This gets working ports out of my WIP in the tree, so users can start using it :) and my local diff gets smaller.

Test Plan

Poudriere testport looks good and linters are happy.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 43500
Build 40388: arc lint + arc unit

Event Timeline

driesm edited the summary of this revision. (Show Details)
driesm added reviewers: philip, 0mp.
driesm edited the summary of this revision. (Show Details)
databases/influxdb2-cli/Makefile
14

I'm not sure if this is correct. I don't see any other examples of DEPENDS_USES in the tree. Is it a typo?

driesm added inline comments.
databases/influxdb2-cli/Makefile
14

Indeed!

LGTM. If it builds, it seems ready to go.

Just a note: TEST_DEPENDS= ...gmake... looks fishy, but I guess that USES=gmake does not cover this use case.

This revision is now accepted and ready to land.Jan 25 2022, 12:30 AM

Yea indeed, I just checked uses/go.mk, and it has a test target on its own. I'm gonna commit this without the modified test target. This way I can also drop gmake as dependency.