Date: Thu, 29 Dec 2022 14:56:18 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e5640325d406 - main - devel/ammonite: Update to 2.5.5 Message-ID: <202212291456.2BTEuIUK031118@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5640325d406ed2e0436d58f79f5dbd2c2bc01aa commit e5640325d406ed2e0436d58f79f5dbd2c2bc01aa Author: Jens Grassel <freebsd-ports@jan0sch.de> AuthorDate: 2022-12-29 14:55:03 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-12-29 14:55:03 +0000 devel/ammonite: Update to 2.5.5 PR: 268637 --- devel/ammonite/Makefile | 4 ++-- devel/ammonite/distinfo | 6 +++--- devel/ammonite/pkg-message | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/ammonite/Makefile b/devel/ammonite/Makefile index f44172e271f4..803139b0a6f1 100644 --- a/devel/ammonite/Makefile +++ b/devel/ammonite/Makefile @@ -1,8 +1,8 @@ PORTNAME= ammonite -DISTVERSION= 2.5.3 +DISTVERSION= 2.5.5 CATEGORIES= devel java MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/ -DISTNAME= 2.13-${PORTVERSION} +DISTNAME= 3.2-${PORTVERSION} EXTRACT_SUFX= DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= diff --git a/devel/ammonite/distinfo b/devel/ammonite/distinfo index 9b08648e7214..729cc05db05e 100644 --- a/devel/ammonite/distinfo +++ b/devel/ammonite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650093780 -SHA256 (ammonite/2.13-2.5.3) = 7735212944031eb619e16c82938cf8093c5beaf2b4e6a7c0a51fd63cec21039b -SIZE (ammonite/2.13-2.5.3) = 48419355 +TIMESTAMP = 1672308878 +SHA256 (ammonite/3.2-2.5.5) = 8f6f4ad07360980cd9edfe2e936c591ada5734625c3854ac4b657f5d11504627 +SIZE (ammonite/3.2-2.5.5) = 55180394 diff --git a/devel/ammonite/pkg-message b/devel/ammonite/pkg-message index d4757da96fbd..c5f954bfbc19 100644 --- a/devel/ammonite/pkg-message +++ b/devel/ammonite/pkg-message @@ -4,8 +4,8 @@ To use ammonite fully you should setup a configuration file ~/.ammonite/predef.sc. Below is an example: -interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.8.0") -interp.load.ivy("org.typelevel" %% "cats-core" % "2.7.0") +interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.9.0") +interp.load.ivy("org.typelevel" %% "cats-core" % "2.9.0") // This @ is necessary for Ammonite to process the `interp.load.ivy` // before continuing.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212291456.2BTEuIUK031118>