Bug 285700 - lang/scala: Update to latest LTS release 3.3.5
Summary: lang/scala: Update to latest LTS release 3.3.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joel Bodenmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-27 14:38 UTC by Jens Grassel
Modified: 2025-05-10 21:18 UTC (History)
1 user (show)

See Also:


Attachments
Update lang/scala to 3.3.5 LTS. (1.60 KB, patch)
2025-03-27 14:38 UTC, Jens Grassel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Grassel 2025-03-27 14:38:23 UTC
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
Comment 1 Joel Bodenmann freebsd_committer freebsd_triage 2025-05-10 17:56:33 UTC
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?
Comment 2 Jens Grassel 2025-05-10 18:12:56 UTC
(In reply to Joel Bodenmann from comment #1)
Yes, that is totally fine. Thanks.

Kind regards,
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-05-10 21:17:40 UTC
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(-)
Comment 4 Joel Bodenmann freebsd_committer freebsd_triage 2025-05-10 21:18:57 UTC
Committed - Thanks!