- update 0.21 --> 0.23 ChangeLog: https://metacpan.org/dist/Crypt-OpenSSL-AES/changes - "portlint -AC is happy. - "portclippy Makefile" is happy. - "portfmt -D Makefile" is happy. - Tested with: FreeBSD 15.0-RELEASE-p5 portlint-2.23.0 portfmt-1.1.6 pkg 2.6.2_1 poudriere-devel-3.4.99.20260303 git-lite-2.53.0 perl 5.42.2 openssl 3.5.4 ssl=base - built-in perl tests in a clean poudriere jail say: PASS.
Created attachment 269433 [details] git format-patch -1 main
Why not %%SSLBIN%%?
(In reply to Vladimir Druzenko from comment #2) What do you mean? Maybe because %%SSLBIN%% in not defined in the ports infrastructure?
(In reply to Sergei Vyshenski from comment #3) I mean use %%SSLBIN%% for substitution instead of SSLBIN. This is common practice and this is the first port I have encountered where this is not used.
Created attachment 269449 [details] git format-patch -1 main Thank you for your note. Please find a new patch. Tested ok as before.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=df98c2f7b807c44e9aa73bde3d5ac05df599c8de commit df98c2f7b807c44e9aa73bde3d5ac05df599c8de Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2026-04-07 10:35:08 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-04-07 10:35:08 +0000 security/p5-Crypt-OpenSSL-AES: Update 0.21 => 0.23 Changelog: https://metacpan.org/release/TIMLEGGE/Crypt-OpenSSL-AES-0.23/source/Changes - Use %%SSLBIN%% for substitution instead of SSLBIN. PR: 294293 Sponsored by: UNIS Labs security/p5-Crypt-OpenSSL-AES/Makefile | 9 ++++++--- security/p5-Crypt-OpenSSL-AES/distinfo | 6 +++--- .../files/patch-t_00-openssl-version.t | 14 +++++++------- security/p5-Crypt-OpenSSL-AES/files/patch-t_09-key-size.t | 6 +++--- 4 files changed, 19 insertions(+), 16 deletions(-)
Thanks.