New port submission for getssl. https://github.com/srvrco/getssl
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
If you install portlint (/usr/ports/ports-mgmt/portlint) and run "portlint -a" you'll see a couple warnings that we should take care of.
First is that pkg-plist has a trailing newline.
Second is that pkg-plist has less than 6 items and thus it would be best to just put PLIST_FILES= bin/getssl into the port Makefile.
Make sure to put the PLIST_FILES line into Makefile above the RUN_DEPENDS line or you'll get the following from "portlint -a":
WARN: Makefile: "RUN_DEPENDS" has to appear earlier.
sysutils/getssl/pkg-plist | ||
---|---|---|
1 ↗ | (On Diff #39168) | Warning from "portlint -a": WARN: /usr/ports/sysutils/getssl/pkg-plist: There are only 1 items in the plist. Consider using PLIST_FILES instead of pkg-plist when installing less than 6 items. |
2 ↗ | (On Diff #39168) | Warning from "portlint -a": WARN: /usr/ports/sysutils/getssl/pkg-plist: [2]: empty line found in plist. |