View | Details | Raw Unified | Return to bug 237993
Collapse All | Expand All

(-)b/devel/mill/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=      mill
3
PORTNAME=      mill
4
DISTVERSION=   0.3.6
4
DISTVERSION=   0.4.0
5
CATEGORIES=    devel java
5
CATEGORIES=    devel java
6
MASTER_SITES=  https://github.com/lihaoyi/mill/releases/download/${PORTVERSION}/
6
MASTER_SITES=  https://github.com/lihaoyi/mill/releases/download/${PORTVERSION}/
7
DISTNAME=      ${PORTVERSION}
7
DISTNAME=      ${PORTVERSION}
(-)b/devel/mill/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1550589431
1
TIMESTAMP = 1558333373
2
SHA256 (mill/0.3.6) = 8112a29395c9039bd0c41bf77c89b2cb5dc6d7f4faf67dc443bc2893280254b5
2
SHA256 (mill/0.4.0) = 745756498e5a67c55277534c62959c6fdfa382cda2c1a6e34ef0ea6b49c90880
3
SIZE (mill/0.3.6) = 32030757
3
SIZE (mill/0.4.0) = 38794419
(-)b/devel/mill/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Mill is your shiny new Java/Scala build tool! Scared of SBT? Melancholy 
1
Mill is your shiny new Java/Scala build tool! Scared of SBT? Melancholy
2
over Maven? Grumbling about Gradle? Baffled by Bazel? Give Mill a try!
2
over Maven? Grumbling about Gradle? Baffled by Bazel? Give Mill a try!
3
3
4
Mill aims for simplicity by re-using concepts you are already familiar with,
4
Mill aims for simplicity by re-using concepts you are already familiar with,

Return to bug 237993