Bug 278360 - devel/ammonite Update to 3.0.0-M1
Summary: devel/ammonite Update to 3.0.0-M1
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: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-14 14:15 UTC by Jens Grassel
Modified: 2024-05-13 21:27 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update devel/ammonite to version 3.0.0-M1 (1.67 KB, patch)
2024-04-14 14:15 UTC, Jens Grassel
freebsd-ports: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Grassel 2024-04-14 14:15:05 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-13 21:22:51 UTC
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(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2024-05-13 21:27:14 UTC
Thank you for your contribution.