From owner-svn-ports-all@freebsd.org Thu May 23 10:59:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E88B15A67D5; Thu, 23 May 2019 10:59:55 +0000 (UTC) (envelope-from joneum@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) server-signature RSA-PSS (4096 bits) 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 730B28E06D; Thu, 23 May 2019 10:59:54 +0000 (UTC) (envelope-from joneum@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 5B5BA4009; Thu, 23 May 2019 10:59:54 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4NAxsAJ027126; Thu, 23 May 2019 10:59:54 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4NAxrqp027124; Thu, 23 May 2019 10:59:53 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905231059.x4NAxrqp027124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 23 May 2019 10:59:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502336 - head/devel/mill X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/mill X-SVN-Commit-Revision: 502336 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 730B28E06D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2019 10:59:55 -0000 Author: joneum Date: Thu May 23 10:59:53 2019 New Revision: 502336 URL: https://svnweb.freebsd.org/changeset/ports/502336 Log: Update to 0.4.0 Changelog: - Publish compileIvyDeps as provided scope - Added contrib modules to integrate Bloop, Flyway, Play Framework, Scoverage - Allow configuration of GPG key names when publishing - Bump Ammonite version to 1.6.7, making Requests-Scala available to use in your build.sc - Support for Scala 2.13.0-RC2 - ScalaFmt support now uses the version specified in .scalafmt.conf PR: 237993 Submitted by: Jens Grassel (maintainer) Sponsored by: Netzkommune GmbH Modified: head/devel/mill/Makefile head/devel/mill/distinfo head/devel/mill/pkg-descr Modified: head/devel/mill/Makefile ============================================================================== --- head/devel/mill/Makefile Thu May 23 10:06:28 2019 (r502335) +++ head/devel/mill/Makefile Thu May 23 10:59:53 2019 (r502336) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mill -DISTVERSION= 0.3.6 +DISTVERSION= 0.4.0 CATEGORIES= devel java MASTER_SITES= https://github.com/lihaoyi/mill/releases/download/${PORTVERSION}/ DISTNAME= ${PORTVERSION} Modified: head/devel/mill/distinfo ============================================================================== --- head/devel/mill/distinfo Thu May 23 10:06:28 2019 (r502335) +++ head/devel/mill/distinfo Thu May 23 10:59:53 2019 (r502336) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550589431 -SHA256 (mill/0.3.6) = 8112a29395c9039bd0c41bf77c89b2cb5dc6d7f4faf67dc443bc2893280254b5 -SIZE (mill/0.3.6) = 32030757 +TIMESTAMP = 1558600479 +SHA256 (mill/0.4.0) = 745756498e5a67c55277534c62959c6fdfa382cda2c1a6e34ef0ea6b49c90880 +SIZE (mill/0.4.0) = 38794419 Modified: head/devel/mill/pkg-descr ============================================================================== --- head/devel/mill/pkg-descr Thu May 23 10:06:28 2019 (r502335) +++ head/devel/mill/pkg-descr Thu May 23 10:59:53 2019 (r502336) @@ -1,5 +1,5 @@ -Mill is your shiny new Java/Scala build tool! Scared of SBT? -Melancholy over Maven? Grumbling about Gradle? Baffled by Bazel? +Mill is your shiny new Java/Scala build tool! Scared of SBT? +Melancholy over Maven? Grumbling about Gradle? Baffled by Bazel? Give Mill a try! Mill aims for simplicity by re-using concepts you are already