Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2024 21:21:50 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7fd774919e26 - main - devel/ammonite: Update to 3.0.0-M1
Message-ID:  <202405132121.44DLLobU037057@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

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(-)

diff --git a/devel/ammonite/Makefile b/devel/ammonite/Makefile
index 8e0120c5aff7..91a8e0f27727 100644
--- a/devel/ammonite/Makefile
+++ b/devel/ammonite/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	ammonite
-DISTVERSION=	2.5.11
+DISTVERSION=	3.0.0-M1
 CATEGORIES=	devel java
-MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
-DISTNAME=	3.2-${PORTVERSION}
+MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${DISTVERSION}/
+DISTNAME=	3.3-${DISTVERSION}
 EXTRACT_SUFX=
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=
diff --git a/devel/ammonite/distinfo b/devel/ammonite/distinfo
index 3bf4107c9fbb..7cf5dd6b45f8 100644
--- a/devel/ammonite/distinfo
+++ b/devel/ammonite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697614177
-SHA256 (ammonite/3.2-2.5.11) = 384cf08e2591be4d199c75cf1913d44c043466b8cddeaa21dd5669d10f94a18f
-SIZE (ammonite/3.2-2.5.11) = 64675864
+TIMESTAMP = 1713103408
+SHA256 (ammonite/3.3-3.0.0-M1) = 10bf264d499b71eb552153878ddfc9bcef0db179dbdc4b582b6fa2b59c0eb032
+SIZE (ammonite/3.3-3.0.0-M1) = 57131829



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405132121.44DLLobU037057>