aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Grassel <freebsd-ports@jan0sch.de>2024-01-20 16:48:38 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-01-21 11:24:47 +0000
commitff19fefe2cd65e9f28dd25143c22c0632274a9cd (patch)
tree66f99f03e33e0a1aec32bab18e16a4516569410c
parent3a059e01f8c70c52671ca2af5d7f3f12c57fef0b (diff)
downloadports-ff19fefe2cd65e9f28dd25143c22c0632274a9cd.tar.gz
ports-ff19fefe2cd65e9f28dd25143c22c0632274a9cd.zip
devel/mill: Update to 0.11.6
Changelog: https://mill-build.com/mill/Changelog.html#0-11-6 Changelog --------- - Make PathRef robust against concurrent filesyste modifications - Use logger error stream for informational messages - Harden assembly logic against Zip-Slip vulnerabilities - Add an option to disable incremental compilation with zinc - Add check for right Tests traits in ScalaJS and Native - Attempt to recover from client/server connection errors - Fix discovery of targets whose names get mangled - Make mill show skip -j prefixes to ensure machine readability - Support for Java 21 - Various BSP improvements - The T.workspace context path now always points to the top-level project directory, also for meta builds - Mill now better detects and reports logical cycles in inter-module dependencies - Fixed semanticDB data generation for meta builds - The prepareOffline command also fetches relevant compiler-bridges for Scala modules - Improved ScalaJSModule and added support for IRFileCache - The JavaModule.zincReportCachedProblems configuration can now also customized via a Java system property - Fixed a file truncation issue in protobuf module and print a warning when proto file get overwritten - Documentation improvements - Dependency updates - Various other improvements and cleanups PR: 275961
-rw-r--r--devel/mill/Makefile6
-rw-r--r--devel/mill/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mill/Makefile b/devel/mill/Makefile
index 87d3a3dfdc43..7f6d3bb0cc78 100644
--- a/devel/mill/Makefile
+++ b/devel/mill/Makefile
@@ -1,8 +1,8 @@
PORTNAME= mill
-DISTVERSION= 0.11.4
+DISTVERSION= 0.11.6
CATEGORIES= devel java
-MASTER_SITES= https://github.com/lihaoyi/mill/releases/download/${PORTVERSION}/
-DISTNAME= ${PORTVERSION}-assembly
+MASTER_SITES= https://github.com/lihaoyi/${PORTNAME}/releases/download/${DISTVERSION}/
+DISTNAME= ${DISTVERSION}-assembly
EXTRACT_SUFX=
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY=
diff --git a/devel/mill/distinfo b/devel/mill/distinfo
index 0335b6041901..5c130added0a 100644
--- a/devel/mill/distinfo
+++ b/devel/mill/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695652017
-SHA256 (mill/0.11.4-assembly) = e17fae7d31c408e98cefded2374545004f1bf669c791d3aa489f21dbd3ee8cb5
-SIZE (mill/0.11.4-assembly) = 61557418
+TIMESTAMP = 1703670705
+SHA256 (mill/0.11.6-assembly) = bc68639ce2af47645d805c775ac336d7b48ef6070a6649cf69fecb2a8dd224f5
+SIZE (mill/0.11.6-assembly) = 52778046