git: 098f6feef40f - main - devel/mill: Update to 0.10.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Apr 2022 13:48:36 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=098f6feef40f189eb3c0ef600e6fe17d6bf03caf commit 098f6feef40f189eb3c0ef600e6fe17d6bf03caf Author: Jens Grassel <freebsd-ports@jan0sch.de> AuthorDate: 2022-04-16 07:40:59 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2022-04-20 13:48:26 +0000 devel/mill: Update to 0.10.3 - Fixed `import $file` for files with hyphens and other symbols in its name - Fixed an issues with truncated output just before Mill finishes - Mill commands now support arguments of type `Task[T]`, which can improve writing re-usable commands, especially, they can be called from othe tasks more easily - `JavaModule`: Improved correctness and performance of `compileClasspath` and `bspCompileClasspath` targets. This fixes an issue with BSP for large projects. Also, compile-time dependencies no longer sneak into the classpath transitively. - `JavaModule`: Added `docJarUseArgsFile` target and fix issue with Windows command length restrictions in `docJar` - `BSP` and `Bloop`: Better detect foreign modules - Various internal API refinements and improvements - Reorganized integration test suite and build setup PR: 263314 --- devel/mill/Makefile | 2 +- devel/mill/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/mill/Makefile b/devel/mill/Makefile index 589dbd17b692..919ffb5f874d 100644 --- a/devel/mill/Makefile +++ b/devel/mill/Makefile @@ -1,7 +1,7 @@ # Created by: Jens Grassel <freebsd-ports@jan0sch.de> PORTNAME= mill -DISTVERSION= 0.10.2 +DISTVERSION= 0.10.3 CATEGORIES= devel java MASTER_SITES= https://github.com/lihaoyi/mill/releases/download/${PORTVERSION}/ DISTNAME= ${PORTVERSION}-assembly diff --git a/devel/mill/distinfo b/devel/mill/distinfo index 2f870d2e8304..c9e431a1bfe8 100644 --- a/devel/mill/distinfo +++ b/devel/mill/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647855806 -SHA256 (mill/0.10.2-assembly) = 971e6c689746b0c4bb0cb6949e0a1abb3152d541b8418beb10b12f4e321ad684 -SIZE (mill/0.10.2-assembly) = 67225385 +TIMESTAMP = 1650094821 +SHA256 (mill/0.10.3-assembly) = a5342282df2c1bee00cc373715abff427dbb08d1f49481ee43740c039b8c76a2 +SIZE (mill/0.10.3-assembly) = 67435545