git: ff19fefe2cd6 - main - devel/mill: Update to 0.11.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 11:25:36 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff19fefe2cd65e9f28dd25143c22c0632274a9cd commit ff19fefe2cd65e9f28dd25143c22c0632274a9cd Author: Jens Grassel <freebsd-ports@jan0sch.de> AuthorDate: 2024-01-20 16:48:38 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-21 11:24:47 +0000 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 --- devel/mill/Makefile | 6 +++--- devel/mill/distinfo | 6 +++--- 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