From nobody Sat Dec 25 09:45:37 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 54A40190DC5C; Sat, 25 Dec 2021 09:45:38 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JLfDx62c4z4VkH; Sat, 25 Dec 2021 09:45:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B022215245; Sat, 25 Dec 2021 09:45:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BP9jbcW030914; Sat, 25 Dec 2021 09:45:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BP9jbZ7030913; Sat, 25 Dec 2021 09:45:37 GMT (envelope-from git) Date: Sat, 25 Dec 2021 09:45:37 GMT Message-Id: <202112250945.1BP9jbZ7030913@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 66134d11e661 - main - devel/mill: Update to 0.9.11 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 66134d11e66140da4c48e667168a8690a81e6ec2 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640425537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lmrrBInQCh2wSCBVGzsiywjFmEUhCloJtd8bP7y5pls=; b=qQRbLdvo2IVFUXR/zXP2etIdPapZgQe1iOnEbwVqtz96Ab/bOsiPcScHfyeg6M17hT8TKg iMEt6tGVfSmuwC4Y14QSiYryyWUt+NzFZPOZM6fj5rKQwDVy9s3/8JYtda8jQX68kiZB2/ 0hc04+k5nfsryY5AExZHcm9Ax2BrNtT+gU30H4GJHc0Qe0tbI5VvKJgLhh6esdUS/i8F08 LNU608rnwa8qxGv4L1Z5ApWl2wxtdXCZmubqp/vucW0pq5iIBHiSisZTfkacMX6GAYRv1e 6G913493Ay4r019S8Mtgane+4RYnytt2Ug/E63IdkPBkuEvsRlpuVmtX2PbWcA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640425537; a=rsa-sha256; cv=none; b=DUka84dIs03LNfijqG6ACuicHvGcExWy0uSvd7C+/DoGRTimNYnUJ2h+8DvQ2j22/+ds5z PDoi3JXmoufw0QO2CX5lg+v5C4mdDxl8rMj0T1eNslFCHQoCua4Ir4lJWTEaFhKy+yt295 dFKKY3RrJjZD0N6FpiHMThLEN8Q+H3DFj8+nS0xYvvWnr9yJpeqhcgbI7ZvNmvATBvmMi8 j0qOc4RFHhEKK3UMkVPJRq8iOT1C+J3Qu0qZHhrkU8YYTKDe5VvdCTn1kvJjt549L9KkQX TyC7KH+xCP5a7q3pbDb1t7SISpJIT4bN4bTCvx15KVb/YVwh/0mgXn65OmZg4A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=66134d11e66140da4c48e667168a8690a81e6ec2 commit 66134d11e66140da4c48e667168a8690a81e6ec2 Author: Jens Grassel AuthorDate: 2021-12-25 09:44:24 +0000 Commit: Li-Wen Hsu CommitDate: 2021-12-25 09:44:24 +0000 devel/mill: Update to 0.9.11 Changelog --------- - BSP: Fixed/improved source item for root project - Bloop: Prevent compilation during bloop config generation - GenIdea: Fix content path of root project (mill-build) - Various version bumps - Some feature backports from mill 0.10 - New + separator to provide multiple targets (with parameters) via cmdline - New --import cmdline option to run ad-hoc plugins without editing of build.sc - import $ivy support $MILL_BIN_PLATFORM variable and a new sort notations for external plugins - zinc worker: Updated log4j2 to 2.16.0 to fix Log4Shell (CVE-2021-44228) vulnerability PR: 260634 --- devel/mill/Makefile | 2 +- devel/mill/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/mill/Makefile b/devel/mill/Makefile index 15666c9f0549..c48ecaf0aa5b 100644 --- a/devel/mill/Makefile +++ b/devel/mill/Makefile @@ -1,7 +1,7 @@ # Created by: Jens Grassel PORTNAME= mill -DISTVERSION= 0.9.8 +DISTVERSION= 0.9.11 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 e4911e716c9e..daac1affabef 100644 --- a/devel/mill/distinfo +++ b/devel/mill/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622477650 -SHA256 (mill/0.9.8-assembly) = 0246eba6c743d17003f31916c83d74a7fd95898423c95abcc549dbad3546f7b6 -SIZE (mill/0.9.8-assembly) = 63242123 +TIMESTAMP = 1640249460 +SHA256 (mill/0.9.11-assembly) = a98c02b7bfbffc62472720eb67cadc18228bb2129e6c80c1402ca7eab2ce8494 +SIZE (mill/0.9.11-assembly) = 63268510