svn commit: r502336 - head/devel/mill

Jochen Neumeister joneum at FreeBSD.org
Thu May 23 10:59:55 UTC 2019


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 at 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


More information about the svn-ports-all mailing list