Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 10:59:53 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502336 - head/devel/mill
Message-ID:  <201905231059.x4NAxrqp027124@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <freebsd-ports@jan0sch.de> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905231059.x4NAxrqp027124>