Page MenuHomeFreeBSD

net/ocserv: Update to 0.11.6
ClosedPublic

Authored by cpm on Nov 16 2016, 11:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 15 2026, 6:07 PM
Unknown Object (File)
Jan 5 2026, 8:42 PM
Unknown Object (File)
Jan 5 2026, 6:18 PM
Unknown Object (File)
Dec 31 2025, 10:03 AM
Unknown Object (File)
Dec 28 2025, 1:38 PM
Unknown Object (File)
Dec 25 2025, 11:50 PM
Unknown Object (File)
Dec 24 2025, 11:30 PM
Unknown Object (File)
Oct 29 2025, 1:42 AM
Subscribers
None

Details

Summary
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
Test Plan
  • portlint -ac output looks fine.
  • poudriere testport build logs are fine on 10.3/ia, 11.0/ia and 12.0/ia.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cpm retitled this revision from to net/ocserv: Update to 0.11.6.
cpm updated this object.
cpm edited the test plan for this revision. (Show Details)
cpm added reviewers: AMDmi3, feld, junovitch.
cpm added a reviewer: pi.
AMDmi3 edited edge metadata.

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.

This revision is now accepted and ready to land.Nov 16 2016, 12:50 PM
cpm edited edge metadata.
  • Cosmetic fixes
  • Silence all explicitly called commands
  • Remove STRIP_CMD target since all binaries are installed with --strip (-s) option by default.
This revision now requires review to proceed.Nov 16 2016, 3:47 PM
cpm edited edge metadata.
net/ocserv/Makefile
58 โ†—(On Diff #22261)

Maybe just ${RM} .../*.8 ?

67 โ†—(On Diff #22261)

Shouldn't silence INSTALL_*

cpm marked 2 inline comments as done.

Good catch, @AMDmi3

Thanks

This revision was automatically updated to reflect the committed changes.