Date: Mon, 18 May 2020 13:51:14 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535740 - head/devel/mill Message-ID: <202005181351.04IDpEOT027788@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Mon May 18 13:51:13 2020 New Revision: 535740 URL: https://svnweb.freebsd.org/changeset/ports/535740 Log: devel/mill: Update to 0.7.1 * GenIdea: Use new content element for each source path * Respect `skipIdea` in more places * Fix generator for ivy.xml when using extra publish artifacts * Fix Sonatype requests retrying too fast * Made scoverage more robust and better configurable * Added .mill-version file * Scala 2.13.2 * Disable client daemon mode in WSL * Avoid duplicate target with __ and fix resolve __ * try to avoid weird 'Cleaner terminated abnormally' error * Upgrade coursier * fix the lineCount task to use correct os methods * Align JNA API/platform version * fix broken cmds and outputs * add doc for visualizePlan of two modules * make -w/--watch work with T.source targets * Swap out custom scheduler for Futures * Improve logging for parallel builds * add missing flush() forward to CallbackStream * Use double-checked locking around scala compiler bridge compilation * Stripe locking around compiler bridge initialization * fix coloring and make them support the command-line flag * Rename .test with .testUncached to avoid duplicate resolution * Ability to pass GPG arguments to publish PR: 246523 Submitted by: freebsd-ports@jan0sch.de (maintainer) Modified: head/devel/mill/Makefile head/devel/mill/distinfo Modified: head/devel/mill/Makefile ============================================================================== --- head/devel/mill/Makefile Mon May 18 13:39:47 2020 (r535739) +++ head/devel/mill/Makefile Mon May 18 13:51:13 2020 (r535740) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mill -DISTVERSION= 0.6.2 +DISTVERSION= 0.7.1 CATEGORIES= devel java MASTER_SITES= https://github.com/lihaoyi/mill/releases/download/${PORTVERSION}/ DISTNAME= ${PORTVERSION}-assembly Modified: head/devel/mill/distinfo ============================================================================== --- head/devel/mill/distinfo Mon May 18 13:39:47 2020 (r535739) +++ head/devel/mill/distinfo Mon May 18 13:51:13 2020 (r535740) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588086614 -SHA256 (mill/0.6.2-assembly) = 5f168a6ffad517caf446c9ee88ce7cbc69c83257926c9b29d56672d8ea42f6d9 -SIZE (mill/0.6.2-assembly) = 43328261 +TIMESTAMP = 1589786296 +SHA256 (mill/0.7.1-assembly) = 06d647135a021e9782df01674cd91c267a6373a27a237a9bc0590236770744ef +SIZE (mill/0.7.1-assembly) = 56296385
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005181351.04IDpEOT027788>