Created attachment 249969 [details] Patch to update devel/ammonite to version 3.0.0-M1 Hi, I've created a patch to update devel/ammonite to the latest version. Changelog: ---------- - This release is not binary compatible with Ammonite 2.5! - Support for Scala 2.12.18, 2.12.19, 2.13.11, 2.13.12, 2.13.13, 3.3.1, 3.3.2, 3.3.3 - The Scala 3 version now no longer depends on dependencies built with Scala 2.13 - Various dependency updates - Internal fixes and improvements Kind regards, Jens
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fd774919e2602e85a1803cead7200d3af313c97 commit 7fd774919e2602e85a1803cead7200d3af313c97 Author: Jens Grassel <jens@wegtam.com> AuthorDate: 2024-04-14 14:09:18 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-05-13 21:19:58 +0000 devel/ammonite: Update to 3.0.0-M1 Changelog: - This release is not binary compatible with Ammonite 2.5! - Support for Scala 2.12.18, 2.12.19, 2.13.11, 2.13.12, 2.13.13, 3.3.1, 3.3.2, 3.3.3 - The Scala 3 version now no longer depends on dependencies built with Scala 2.13 - Various dependency updates - Internal fixes and improvements PR: 278360 devel/ammonite/Makefile | 6 +++--- devel/ammonite/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
Thank you for your contribution.