Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 07:11:40 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536363 - head/devel/mill
Message-ID:  <202005240711.04O7BeRZ037684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Sun May 24 07:11:40 2020
New Revision: 536363
URL: https://svnweb.freebsd.org/changeset/ports/536363

Log:
  - Update to 0.7.2
  - Make portclippy happy
  
  Changelog:
  - BSP fixes and workaround for cross projects
  - update Bloop
  - Fix fail `scalareformat` task execution when config file not exists
  
  PR:		246565
  Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
  Approved by:	ehaupt (mentor)
  MFH:		2020Q2

Modified:
  head/devel/mill/Makefile
  head/devel/mill/distinfo

Modified: head/devel/mill/Makefile
==============================================================================
--- head/devel/mill/Makefile	Sun May 24 06:28:34 2020	(r536362)
+++ head/devel/mill/Makefile	Sun May 24 07:11:40 2020	(r536363)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	mill
-DISTVERSION=	0.7.1
+DISTVERSION=	0.7.2
 CATEGORIES=	devel java
 MASTER_SITES=	https://github.com/lihaoyi/mill/releases/download/${PORTVERSION}/
 DISTNAME=	${PORTVERSION}-assembly
@@ -15,10 +15,10 @@ COMMENT=	Mill is a Java/Scala build tool
 LICENSE=	MIT
 
 USE_JAVA=	yes
-
 JAVA_VERSION=	1.8+
-NO_BUILD=	yes
+
 NO_ARCH=	yes
+NO_BUILD=	yes
 
 PLIST_FILES=	bin/mill
 

Modified: head/devel/mill/distinfo
==============================================================================
--- head/devel/mill/distinfo	Sun May 24 06:28:34 2020	(r536362)
+++ head/devel/mill/distinfo	Sun May 24 07:11:40 2020	(r536363)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589786296
-SHA256 (mill/0.7.1-assembly) = 06d647135a021e9782df01674cd91c267a6373a27a237a9bc0590236770744ef
-SIZE (mill/0.7.1-assembly) = 56296385
+TIMESTAMP = 1589872623
+SHA256 (mill/0.7.2-assembly) = 1bc564ef9e5575738d5ebee3c8934ff0064f0f6af1c579f20d078c8fe2f90dab
+SIZE (mill/0.7.2-assembly) = 56297621



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