Page MenuHomeFreeBSD

Add security/crowdsec
ClosedPublic

Authored by sbz on Mar 6 2021, 6:23 AM.
Tags
None
Referenced Files
F162180730: D29107.diff
Fri, Jul 10, 3:43 PM
Unknown Object (File)
Mon, Jul 6, 5:29 AM
Unknown Object (File)
Sun, Jul 5, 4:13 AM
Unknown Object (File)
Thu, Jun 25, 4:07 AM
Unknown Object (File)
Thu, Jun 25, 12:55 AM
Unknown Object (File)
Wed, Jun 24, 2:49 PM
Unknown Object (File)
Mon, Jun 22, 6:52 PM
Unknown Object (File)
Sun, Jun 21, 7:48 PM
Subscribers

Details

Summary

Create security/crowdsec port/package for FreeBSD

Test Plan
  • poudriere testport -j 12amd64 -p portsdir -o security/crowdsec -n
  • poudriere testport -j 12amd64 -p portsdir -o security/crowdsec -v
  • cd /usr/ports/security/crowdsec && port test

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sbz requested review of this revision.Mar 6 2021, 6:23 AM
security/crowdsec/Makefile
99 ↗(On Diff #85259)

GH_TUPLE above seems to be missing some dependencies. I regenerated them with make gomod-vendor and neither pre-build nor BUILD_DEPENDS=git above are needed:

https://gist.github.com/dmgk/002837870d05abe4ef7bee59a2e41ea9

Simply to address suggestion from @dmgk, we do not need to set GH_TUPLE while using USES=go:modules now

sbz marked an inline comment as done.Mar 6 2021, 12:41 PM
This revision is now accepted and ready to land.Mar 6 2021, 12:45 PM