Created attachment 259087 [details] Update lang/scala to 3.3.5 LTS. Hi, I've attached a patch to update lang/scala to the latest LTS release 3.3.5. Changelog since 3.3.1 --------------------- 3.3.5 : see https://github.com/scala/scala3/releases/tag/3.3.5 - use Scala 2.13.15 standard library - support JDK 23 - add the -Wall option - Breaking Changes: - aligned -Wconf parsing order with Scala 2 semantics 3.3.4 : see https://github.com/scala/scala3/releases/tag/3.3.4 3.3.3 : see https://github.com/scala/scala3/releases/tag/3.3.3 3.3.2 : see https://github.com/scala/scala3/releases/tag/3.3.2 Kind regards, Jens
It appears that the Github project (https://github.com/lampepfl/dotty) listed in MASTER_SITES is redirecting to https://github.com/scala/scala3 Is it okay from your perspective as a maintainer if we update MASTER_SITES to the github.com/scala/scala3 URL?
(In reply to Joel Bodenmann from comment #1) Yes, that is totally fine. Thanks. Kind regards,
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf919d74faabf3d4a3596e2b0436503ddbaf304c commit bf919d74faabf3d4a3596e2b0436503ddbaf304c Author: Jens Grassel <jens@wegtam.com> AuthorDate: 2025-03-27 14:29:40 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2025-05-10 21:16:11 +0000 lang/scala: Update to 3.3.5 Changelogs: 3.3.5: https://github.com/scala/scala3/releases/tag/3.3.5 3.3.4: https://github.com/scala/scala3/releases/tag/3.3.4 3.3.3: https://github.com/scala/scala3/releases/tag/3.3.3 3.3.2: https://github.com/scala/scala3/releases/tag/3.3.2 PR: 285700 lang/scala/Makefile | 4 ++-- lang/scala/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Committed - Thanks!