Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Mar 2026 16:39:52 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Jens Grassel <freebsd-ports@jan0sch.de>
Subject:   git: a2464b8cf46f - main - devel/ammonite: Update 3.0.2 => 3.0.8
Message-ID:  <69ac54d8.43200.1b30cb8f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a2464b8cf46f914df3e9ecac43d8ba211f59051a

commit a2464b8cf46f914df3e9ecac43d8ba211f59051a
Author:     Jens Grassel <freebsd-ports@jan0sch.de>
AuthorDate: 2026-03-07 16:36:01 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-03-07 16:36:01 +0000

    devel/ammonite: Update 3.0.2 => 3.0.8
    
    Changelog:
    - allow compiling standard/raw sources starting with a package directive
    - fix wrong artifact names
    - support all current Scala versions
    - various dependency updates
    https://ammonite.io/#3.0.8
    
    Replace custom do-extract with EXTRACT_* feature.
    
    PR:             293611
    Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
---
 devel/ammonite/Makefile | 13 ++++++-------
 devel/ammonite/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/devel/ammonite/Makefile b/devel/ammonite/Makefile
index 21aee740a382..1b0d357529e1 100644
--- a/devel/ammonite/Makefile
+++ b/devel/ammonite/Makefile
@@ -1,12 +1,10 @@
 PORTNAME=	ammonite
-DISTVERSION=	3.0.2
-PORTREVISION=	1
+DISTVERSION=	3.0.8
 CATEGORIES=	devel java
 MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${DISTVERSION}/
 DISTNAME=	3.3-${DISTVERSION}
 EXTRACT_SUFX=
 DIST_SUBDIR=	${PORTNAME}
-EXTRACT_ONLY=
 
 MAINTAINER=	freebsd-ports@jan0sch.de
 COMMENT=	Provides a system shell in the high-level Scala language
@@ -16,15 +14,16 @@ LICENSE=	MIT
 
 USES=		java
 
+EXTRACT_CMD=		${CP}
+EXTRACT_BEFORE_ARGS=	#
+EXTRACT_AFTER_ARGS=	${WRKSRC}
+
 NO_ARCH=	yes
 NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/ammonite
 
-do-extract:
-	@${MKDIR} ${WRKSRC}
-	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}
-
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
 		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
diff --git a/devel/ammonite/distinfo b/devel/ammonite/distinfo
index c5f91c6b6ab9..2ca475265a6c 100644
--- a/devel/ammonite/distinfo
+++ b/devel/ammonite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1743086354
-SHA256 (ammonite/3.3-3.0.2) = 3353e0f87b164a493ad0d5333505f13a28e77c5c57e628daa3be8f85acfbca44
-SIZE (ammonite/3.3-3.0.2) = 89185450
+TIMESTAMP = 1772784428
+SHA256 (ammonite/3.3-3.0.8) = f78dfe9606dc2cf7345b5afa068f51f3b72e0544ed371b3804700b584a0ec11e
+SIZE (ammonite/3.3-3.0.8) = 89969882


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ac54d8.43200.1b30cb8f>