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.
Differential D51786
Mk/bsd.port.mk: Fix make describe-json Authored by fernape on Aug 7 2025, 7:28 AM. Tags None Referenced Files
Subscribers None
Details
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. 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
|