Index: head/devel/mill/Makefile =================================================================== --- head/devel/mill/Makefile (revision 502335) +++ head/devel/mill/Makefile (revision 502336) @@ -1,33 +1,33 @@ # $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} EXTRACT_SUFX= DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= MAINTAINER= freebsd-ports@jan0sch.de COMMENT= Mill is a Java/Scala build tool LICENSE= MIT USE_JAVA= yes JAVA_VERSION= 1.8+ NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/mill do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/devel/mill/distinfo =================================================================== --- head/devel/mill/distinfo (revision 502335) +++ head/devel/mill/distinfo (revision 502336) @@ -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 Index: head/devel/mill/pkg-descr =================================================================== --- head/devel/mill/pkg-descr (revision 502335) +++ head/devel/mill/pkg-descr (revision 502336) @@ -1,14 +1,14 @@ -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 familiar with, borrowing ideas from modern tools like Bazel, to let you build your projects in a way that's simple, fast, and predictable. Mill has built in support for the Scala programming language, and can serve as a replacement for SBT, but can also be extended to support any other language or platform via modules (written in Java or Scala) or through external subprocesses. WWW: https://www.lihaoyi.com/mill/