Created attachment 258395 [details] git diff for ioncube 14.4.0 update This version is compatible with PHP 8.3 and 8.4.
As you are already submitting git diff patches it's easier for us if you submit the entire commit. Like for this it will be something like this: ``` devel/ioncube: Update version 13.0.2=>14.4.0 PR: 285225 Approved by: svyatoslav.lempert@gmail.com (maintainer) Changelog: <ADD CHANGELOG URL> ``` Then do something like: ``` git format-patch -1 HEAD -U9999 --output-directory=<YOUR_HOME_DIRECTORY> ``` A common mistake is people think that they need to attach a patch when they are creating the PR. No. You can create and attach the patch after creating the PR.
Created attachment 258398 [details] Update ioncube to version 14.4.0
(In reply to Muhammad Moinur Rahman from comment #1) Thank you for your help! Could you please check if the new patch is correct? I’m not the port maintainer. Should we wait for Svyatoslav’s approval?
The patch looks good. And yes we have to wait for approval or 14 days whichever is shorter.
Created attachment 258712 [details] ioncube-14.4.0 Please commit this, added i386 arch
Comment on attachment 258398 [details] Update ioncube to version 14.4.0 missed i386
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=86eb46db16af396db5209d4975c6f3a5c03fe974 commit 86eb46db16af396db5209d4975c6f3a5c03fe974 Author: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> AuthorDate: 2025-03-16 10:09:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-03-16 10:14:12 +0000 devel/ioncube: Update version 13.0.2=>14.4.0 - Adds support for php 8.3 and 8.4 PR: 285225 Reported by: chris@cretaforce.gr devel/ioncube/Makefile | 3 +-- devel/ioncube/distinfo | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-)