Hi, This is a maintainer update. Patch to be attached after the bug is created. Thanks and regards.
Maintainer informed via mail
Created attachment 242422 [details] Patch
Created attachment 242423 [details] Patch Add the PR number in the commit message. To apply with 'git am'.
Thank you for your submission. Do you have a changelog for this update?
Created attachment 242429 [details] Patch Changed the commit message to evoke the nature of most changes. A more precise list would be too long, and probably not that useful.
As per you comment about quarterly policy in another PR, I'm removing the MFH request.
Thanks. Will commit with my next batch.
The patch fails in the check-plist phase: ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%THIS_LISPDIR%%/test/sly-package-fu-tests.el ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Please check and resubmit.
Created attachment 242477 [details] Apply with 'git am' Thanks for the heads up. Apparently, DEVELOPER mode doesn't trigger 'check-plist' on its own. New commit attached.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=13a0c17755be629cfdab9c9d711ddbf1081dff1c commit 13a0c17755be629cfdab9c9d711ddbf1081dff1c Author: Olivier Certner <olce.freebsd@certner.fr> AuthorDate: 2023-05-26 12:35:10 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-29 23:24:17 +0000 editors/sly: Update to the latest commit (20230523) Since no official version has been released since 1.0.43, update to the latest commit (after some tests). Tweak the version number to avoid bumping PORTEPOCH. Lots of small changes, including fixes and customization enhancements to the REPL, adaptations for future Emacs version, a bunch of fixes for ABCL and clasp. Changelog: https://github.com/joaotavora/sly/compare/eb67be96...e6bc13d9 PR: 271652 editors/sly/Makefile | 4 ++-- editors/sly/distinfo | 6 +++--- editors/sly/files/patch-doc_Makefile | 11 +---------- editors/sly/files/patch-doc_sly.texi | 4 ++-- editors/sly/files/patch-sly.el | 8 ++++---- editors/sly/pkg-plist | 1 + 6 files changed, 13 insertions(+), 21 deletions(-)
Thank you for your contribution.
Thanks for committing! Regards.