Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2026 06:46:44 +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:        Hywel Andrews <owlandrews@protonmail.com>
Subject:   git: a570b85cd9fc - main - devel/mill: Update 0.11.10 => 0.12.5
Message-ID:  <6a06c154.1ffd4.5a9f16e6@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=a570b85cd9fc2563fcb93b936923cc5c188789bb

commit a570b85cd9fc2563fcb93b936923cc5c188789bb
Author:     Hywel Andrews <owlandrews@protonmail.com>
AuthorDate: 2026-05-15 06:34:12 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-05-15 06:46:37 +0000

    devel/mill: Update 0.11.10 => 0.12.5
    
    Changelog:
    https://github.com/com-lihaoyi/mill/blob/main/changelog.adoc#0125
    
    - Update MASTER_SITES and WWW.
    - Replace custom do-extract with custom EXTRACT_CMD.
    
    PR:             295119
    Sponsored by:   UNIS Labs
    Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
    MFH:            2026Q2
---
 devel/mill/Makefile | 17 ++++++++---------
 devel/mill/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/devel/mill/Makefile b/devel/mill/Makefile
index 5c2b7008a1be..3d197effb859 100644
--- a/devel/mill/Makefile
+++ b/devel/mill/Makefile
@@ -1,29 +1,28 @@
 PORTNAME=	mill
-DISTVERSION=	0.11.10
-PORTREVISION=	2
+DISTVERSION=	0.12.5
 CATEGORIES=	devel java
-MASTER_SITES=	https://github.com/lihaoyi/${PORTNAME}/releases/download/${DISTVERSION}/
+MASTER_SITES=	https://github.com/com-lihaoyi/${PORTNAME}/releases/download/${DISTVERSION}/
 DISTNAME=	${DISTVERSION}-assembly
 EXTRACT_SUFX=
 DIST_SUBDIR=	${PORTNAME}
-EXTRACT_ONLY=
 
 MAINTAINER=	freebsd-ports@jan0sch.de
 COMMENT=	Java/Scala build tool
-WWW=		https://www.lihaoyi.com/mill/
+WWW=		https://mill-build.org/
 
 LICENSE=	MIT
 
 USES=		java
 
+EXTRACT_CMD=	${CP}
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS=	.
 NO_ARCH=	yes
 NO_BUILD=	yes
 
-PLIST_FILES=	bin/mill
+NO_WRKSUBDIR=	yes
 
-do-extract:
-	@${MKDIR} ${WRKSRC}
-	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}
+PLIST_FILES=	bin/mill
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
diff --git a/devel/mill/distinfo b/devel/mill/distinfo
index c5c4dd944539..79e962e6b54c 100644
--- a/devel/mill/distinfo
+++ b/devel/mill/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722619422
-SHA256 (mill/0.11.10-assembly) = fc855679352ede9895f3449f6ea7921bab674540d3a40ca805c6de0957a55297
-SIZE (mill/0.11.10-assembly) = 62105619
+TIMESTAMP = 1778301429
+SHA256 (mill/0.12.5-assembly) = 0c7b25412feecf06d955d013418de9a9080ce755bedbac7601c9109c33d5a057
+SIZE (mill/0.12.5-assembly) = 65797309


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a06c154.1ffd4.5a9f16e6>