net/ocserv: Update to 0.11.6 - Update PORTVERSION and distinfo checksum (0.11.6) - Add LICENSE_FILE - Cosmetic fixes - Remove STRIP_CMD target since all binaries are installed with --strip (-s) option by default - Silence all explicitly called commands Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2016-November/004066.html
Details
Details
- Reviewers
pi AMDmi3 junovitch feld - Commits
- rP426841: net/ocserv: Update to 0.11.6
- portlint -ac output looks fine.
- poudriere testport build logs are fine on 10.3/ia, 11.0/ia and 12.0/ia.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The change LGTM, but I'd suggest usual MKDIR/STRIP_CMD/post-patch silencing, and using INSTALL_DATA instead of CP for config file installation.
Also INSTALL file should not be installed here, for it only contains building instructions.
Comment Actions
- Cosmetic fixes
- Silence all explicitly called commands
- Remove STRIP_CMD target since all binaries are installed with --strip (-s) option by default.