nsca-ng development has moved to github. Refresh to version 1.6 from there.
Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Thanks for the patch.
You might be interested in using ports-mgmt/portlint and ports-mgmt/poudriere. These tools catch most if not all of the common pitfalls we face when updating ports.
You can have more information here:
https://www.freebsd.org/doc/en/books/porters-handbook/book.html#testing-poudriere
https://www.freebsd.org/doc/en/books/porters-handbook/book.html#porting-portlint
net-mgmt/nsca-ng/Makefile | ||
---|---|---|
2 | The review patch doesn't apply cleanly for Makefile. The version in the repository already contains this line for example. | |
6 | Delete since we are bumping PORTVERSION | |
8 | Move up right after PORTVERSION | |
12 | This should be after USES= |
net-mgmt/nsca-ng/Makefile | ||
---|---|---|
46 | WARN: Makefile: [43]: IGNORE messages should begin with a lowercase letter and end without a period. |
Pre-existing warning before this patch, so a bit out of scope I feel. But I can of course fix it.