Create security/crowdsec port/package for FreeBSD
Details
Details
- 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
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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 |
Comment Actions
Simply to address suggestion from @dmgk, we do not need to set GH_TUPLE while using USES=go:modules now