Page MenuHomeFreeBSD

Mk/bsd.port.mk: Fix make describe-json
ClosedPublic

Authored by fernape on Aug 7 2025, 7:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 9:34 AM
Unknown Object (File)
Wed, Sep 17, 8:18 PM
Unknown Object (File)
Wed, Sep 17, 8:05 AM
Unknown Object (File)
Sep 15 2025, 12:17 PM
Unknown Object (File)
Sep 10 2025, 12:28 PM
Unknown Object (File)
Aug 27 2025, 2:29 AM
Unknown Object (File)
Aug 27 2025, 2:29 AM
Unknown Object (File)
Aug 26 2025, 8:27 AM
Subscribers
None

Details

Summary

Properly escape DEPRECATED variable.

Otherwise, having something like this:

mail/p5-Email-Send$ make -VDEPRECATED
Send it's being officially marked "out of favor". Consider using mail/p5-Email-Sender for new projects

will create a broken JSON file.

Test Plan

Before applying the patch,

cd mail/p5-Email-Send && make describe-json | jq . will fail.

Apply patch and run the same command again.

Diff Detail

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

Event Timeline

fernape created this revision.
fernape edited the test plan for this revision. (Show Details)
fernape added a reviewer: portmgr.
This revision was not accepted when it landed; it landed in state Needs Review.Aug 17 2025, 10:24 AM
This revision was automatically updated to reflect the committed changes.