aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Grassel <freebsd-ports@jan0sch.de>2022-04-16 07:40:59 +0000
committerMikael Urankar <mikael@FreeBSD.org>2022-04-20 13:48:26 +0000
commit098f6feef40f189eb3c0ef600e6fe17d6bf03caf (patch)
tree0fce6706fbbe71969cb6c735e9192d0c79b088dd
parent81521a91ed6f4cb783f15b60bca5846af5f657c9 (diff)
downloadports-098f6feef40f189eb3c0ef600e6fe17d6bf03caf.tar.gz
ports-098f6feef40f189eb3c0ef600e6fe17d6bf03caf.zip
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
-rw-r--r--devel/mill/Makefile2
-rw-r--r--devel/mill/distinfo6
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