Page MenuHomeFreeBSD

[PATCH] devel/jwt-cpp: Fix emplacement of cmake files
ClosedPublic

Authored by kiwi on May 28 2025, 3:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 18 2026, 11:51 AM
Unknown Object (File)
Jun 17 2026, 8:55 PM
Unknown Object (File)
Jun 17 2026, 11:42 AM
Unknown Object (File)
Jun 17 2026, 11:42 AM
Unknown Object (File)
Jun 3 2026, 3:31 PM
Unknown Object (File)
May 30 2026, 6:21 AM
Unknown Object (File)
May 29 2026, 8:56 AM
Unknown Object (File)
May 28 2026, 11:58 PM
Subscribers
None

Details

Summary
devel/jwt-cpp: Fix emplacement of cmake files

jwt-cpp installed .cmake files in ${PREFIX}/cmake which
is not really the standard place where it should be.
This patch fix the emplacement where it should be to
be consistant with other ports.
Added devel/jsoncpp as build dependency.

Approved by:    0mp (mentor)
Test Plan

Tested with poudriere.
Consummer ports tested as well (domoticz-devel)

Diff Detail

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

Event Timeline

kiwi requested review of this revision.May 28 2025, 3:36 PM
kiwi created this revision.
This revision is now accepted and ready to land.May 28 2025, 3:47 PM
This revision was automatically updated to reflect the committed changes.