From owner-svn-ports-head@freebsd.org Mon May 18 13:51:14 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE2602CB67D; Mon, 18 May 2020 13:51:14 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49QgQp4hDwz3Xdj; Mon, 18 May 2020 13:51:14 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C1F622793; Mon, 18 May 2020 13:51:14 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04IDpEmE027789; Mon, 18 May 2020 13:51:14 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04IDpEOT027788; Mon, 18 May 2020 13:51:14 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202005181351.04IDpEOT027788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 18 May 2020 13:51:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535740 - head/devel/mill X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/devel/mill X-SVN-Commit-Revision: 535740 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2020 13:51:14 -0000 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