Go dependency management tool
Details
Details
- Reviewers
- None
- Commits
- rP458984: devel/dep: create port
Installed a used as a dependency for sysutils/circonus-agent.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Does it pass poudriere testport?
devel/dep/Makefile | ||
---|---|---|
2 | You're missing # $FreeBSD$ at the top. | |
3 | Use DISTVERSION | |
8 | This cannot have passed portlint. Remove dep is a, the dot at the end, and capitalize prototype. | |
10 | Missing LICENSE_FILE | |
12 | Why? You USES=go which adds it already. | |
devel/dep/pkg-descr | ||
2 | Please make it at least a paragraph or two. It should be more than just a repetition of COMMENT. |
devel/dep/Makefile | ||
---|---|---|
8 | Agreed on everything else but capitalize prototype? |
devel/dep/Makefile | ||
---|---|---|
8 | Yes, COMMENTs always start with a captial letter. https://www.freebsd.org/doc/en/books/porters-handbook/makefile-comment.html COMMENT= Prototype dependency management tool for Go |
Comment Actions
Completed your requests -- lengthened pkg-descr but I have someone writing a better one up for me. That should be here soon.