View | Details | Raw Unified | Return to bug 268637
Collapse All | Expand All

(-)b/devel/ammonite/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
PORTNAME=	ammonite
1
PORTNAME=	ammonite
2
DISTVERSION=	2.5.3
2
DISTVERSION=	2.5.5
3
CATEGORIES=	devel java
3
CATEGORIES=	devel java
4
MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
4
MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
5
DISTNAME=	2.13-${PORTVERSION}
5
DISTNAME=	3.2-${PORTVERSION}
6
EXTRACT_SUFX=
6
EXTRACT_SUFX=
7
DIST_SUBDIR=	${PORTNAME}
7
DIST_SUBDIR=	${PORTNAME}
8
EXTRACT_ONLY=
8
EXTRACT_ONLY=
(-)b/devel/ammonite/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1650093780
1
TIMESTAMP = 1672308878
2
SHA256 (ammonite/2.13-2.5.3) = 7735212944031eb619e16c82938cf8093c5beaf2b4e6a7c0a51fd63cec21039b
2
SHA256 (ammonite/3.2-2.5.5) = 8f6f4ad07360980cd9edfe2e936c591ada5734625c3854ac4b657f5d11504627
3
SIZE (ammonite/2.13-2.5.3) = 48419355
3
SIZE (ammonite/3.2-2.5.5) = 55180394
(-)b/devel/ammonite/pkg-message (-2 / +2 lines)
Lines 4-11 Link Here
4
To use ammonite fully you should setup a configuration file
4
To use ammonite fully you should setup a configuration file
5
~/.ammonite/predef.sc. Below is an example:
5
~/.ammonite/predef.sc. Below is an example:
6
6
7
interp.load.ivy("com.lihaoyi"   %% "os-lib"    % "0.8.0")
7
interp.load.ivy("com.lihaoyi"   %% "os-lib"    % "0.9.0")
8
interp.load.ivy("org.typelevel" %% "cats-core" % "2.7.0")
8
interp.load.ivy("org.typelevel" %% "cats-core" % "2.9.0")
9
9
10
// This @ is necessary for Ammonite to process the `interp.load.ivy`
10
// This @ is necessary for Ammonite to process the `interp.load.ivy`
11
// before continuing.
11
// before continuing.

Return to bug 268637