notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mill Java/Scala build tool
0.11.6 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.11.4Version of this port present on the latest quarterly branch.
Maintainer: freebsd-ports@jan0sch.de search for ports maintained by this maintainer
Port Added: 2019-02-23 17:03:36
Last Update: 2024-01-21 11:24:47
Commit Hash: ff19fef
Also Listed In: java
License: MIT
WWW:
https://www.lihaoyi.com/mill/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/mill
  2. /usr/local/share/licenses/mill-0.11.6/catalog.mk
  3. /usr/local/share/licenses/mill-0.11.6/LICENSE
  4. /usr/local/share/licenses/mill-0.11.6/MIT
Collapse this list.
Dependency lines:
  • mill>0:devel/mill
To install the port:
cd /usr/ports/devel/mill/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/mill
  • pkg install mill
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mill
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1703670705 SHA256 (mill/0.11.6-assembly) = bc68639ce2af47645d805c775ac336d7b48ef6070a6649cf69fecb2a8dd224f5 SIZE (mill/0.11.6-assembly) = 52778046

Packages (timestamps in pop-ups are UTC):
mill
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.11.60.11.6-0.11.60.11.6---
FreeBSD:13:quarterly0.11.40.11.40.10.110.11.40.11.4-0.11.40.11.4
FreeBSD:14:latest0.11.60.11.60.10.10-0.11.6--0.10.11
FreeBSD:14:quarterly0.11.40.11.4--0.11.4-0.11.40.11.4
FreeBSD:15:latest0.11.60.11.6n/a-n/a-0.11.60.11.6
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_mill
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/lihaoyi/mill/releases/download/0.11.6/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.11.6
21 Jan 2024 11:24:47
commit hash: ff19fefe2cd65e9f28dd25143c22c0632274a9cdcommit hash: ff19fefe2cd65e9f28dd25143c22c0632274a9cdcommit hash: ff19fefe2cd65e9f28dd25143c22c0632274a9cdcommit hash: ff19fefe2cd65e9f28dd25143c22c0632274a9cd files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.11.6

Changelog: https://mill-build.com/mill/Changelog.html#0-11-6

Changelog
---------

- Make PathRef robust against concurrent filesyste modifications
- Use logger error stream for informational messages
- Harden assembly logic against Zip-Slip vulnerabilities
- Add an option to disable incremental compilation with zinc
- Add check for right Tests traits in ScalaJS and Native
- Attempt to recover from client/server connection errors
- Fix discovery of targets whose names get mangled
- Make mill show skip -j prefixes to ensure machine readability
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.11.4
26 Sep 2023 14:36:29
commit hash: 93810136dca37c904c63c518c39321a9ba0e1515commit hash: 93810136dca37c904c63c518c39321a9ba0e1515commit hash: 93810136dca37c904c63c518c39321a9ba0e1515commit hash: 93810136dca37c904c63c518c39321a9ba0e1515 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.11.4

ChangeLog: https://mill-build.com/mill/Changelog.html

PR:		274080
Reported by:	freebsd-ports@jan0sch.de
0.10.11
04 Apr 2023 18:10:53
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
0.10.11
29 Jan 2023 14:43:15
commit hash: 9e91b6d2dace73f7b969ace2e3cad57f05f7b1d8commit hash: 9e91b6d2dace73f7b969ace2e3cad57f05f7b1d8commit hash: 9e91b6d2dace73f7b969ace2e3cad57f05f7b1d8commit hash: 9e91b6d2dace73f7b969ace2e3cad57f05f7b1d8 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.10.11

ChangeLog:	https://github.com/com-lihaoyi/mill#0-10-11-2023-01-24
PR:		269183
0.10.10
29 Dec 2022 14:55:43
commit hash: 3fdcc80ebe44a89d0762b12585e067e9c7a8c750commit hash: 3fdcc80ebe44a89d0762b12585e067e9c7a8c750commit hash: 3fdcc80ebe44a89d0762b12585e067e9c7a8c750commit hash: 3fdcc80ebe44a89d0762b12585e067e9c7a8c750 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.10.10

PR:		268636
0.10.9
22 Nov 2022 06:23:28
commit hash: bbf3fa97862ad89b87da569f88cbe7654cff7149commit hash: bbf3fa97862ad89b87da569f88cbe7654cff7149commit hash: bbf3fa97862ad89b87da569f88cbe7654cff7149commit hash: bbf3fa97862ad89b87da569f88cbe7654cff7149 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.10.9

ChangeLog: https://github.com/com-lihaoyi/mill/releases

 * Fix regular expression in docs
 * Use latest Mill version and extend Mima checks
 * Update Scala to 2.13.10
 * Remove jetty dependencies from Scala.js worker
 * Update transitive dependencies
 * Switched to external mill-moduledefs dependency
 * Don't loose moduleDeps from super traits in PublishModule
 * Reformatted sources
 * Avoid calling sbt deprecated methods, stop using log4j
 * Share all play (test) versions from main builds
 * Add actual Mill cli as sysprop and use it in BSP config
 * Add JMH contrib module
 * GenIdea: Infer more values for Scala language-level
 * Catch even more coursier concurrency glitches, some consolidations
 * Harden GAV handling in Dep and Artifact

PR:		267852
Reported by:	freebsd-ports@jan0sch.de
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.10.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.10.3
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.10.3
20 Apr 2022 13:48:26
commit hash: 098f6feef40f189eb3c0ef600e6fe17d6bf03cafcommit hash: 098f6feef40f189eb3c0ef600e6fe17d6bf03cafcommit hash: 098f6feef40f189eb3c0ef600e6fe17d6bf03cafcommit hash: 098f6feef40f189eb3c0ef600e6fe17d6bf03caf files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.10.3

- Fixed `import $file` for files with hyphens and other symbols in its name
- Fixed an issues with truncated output just before Mill finishes
- Mill commands now support arguments of type `Task[T]`, which can improve
  writing re-usable commands, especially, they can be called from othe
  tasks more easily
- `JavaModule`: Improved correctness and performance of `compileClasspath`
  and `bspCompileClasspath` targets. This fixes an issue with BSP for large
  projects. Also, compile-time dependencies no longer sneak into the
  classpath transitively.
- `JavaModule`: Added `docJarUseArgsFile` target and fix issue with Windows
  command length restrictions in `docJar`
- `BSP` and `Bloop`: Better detect foreign modules
- Various internal API refinements and improvements
- Reorganized integration test suite and build setup

PR:		263314
0.10.2
21 Mar 2022 23:05:46
commit hash: e5ae0fbd2e10d46c097d87c704843d3f709b0cd4commit hash: e5ae0fbd2e10d46c097d87c704843d3f709b0cd4commit hash: e5ae0fbd2e10d46c097d87c704843d3f709b0cd4commit hash: e5ae0fbd2e10d46c097d87c704843d3f709b0cd4 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.10.2

PR:	262696
0.10.1
08 Mar 2022 23:45:55
commit hash: f5f68ed63a76bd5a90672f3d7e88e21e2c83c09bcommit hash: f5f68ed63a76bd5a90672f3d7e88e21e2c83c09bcommit hash: f5f68ed63a76bd5a90672f3d7e88e21e2c83c09bcommit hash: f5f68ed63a76bd5a90672f3d7e88e21e2c83c09b files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.10.1

Changelog:	https://github.com/com-lihaoyi/mill/releases/tag/0.10.1

PR:		262418
0.9.12
12 Jan 2022 12:00:27
commit hash: 8f467b37ac79f7bb93cbcd89fd2a4f2967d72d6dcommit hash: 8f467b37ac79f7bb93cbcd89fd2a4f2967d72d6dcommit hash: 8f467b37ac79f7bb93cbcd89fd2a4f2967d72d6dcommit hash: 8f467b37ac79f7bb93cbcd89fd2a4f2967d72d6d files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.9.12 (log4j security fix)

PR:	261120
Reported by:	freebsd-ports@jan0sch.de (maintainer)
MFH:	2022Q1 (security fix)
0.9.11
25 Dec 2021 09:44:24
commit hash: 66134d11e66140da4c48e667168a8690a81e6ec2commit hash: 66134d11e66140da4c48e667168a8690a81e6ec2commit hash: 66134d11e66140da4c48e667168a8690a81e6ec2commit hash: 66134d11e66140da4c48e667168a8690a81e6ec2 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.9.11

Changelog
---------

- BSP: Fixed/improved source item for root project
- Bloop: Prevent compilation during bloop config generation
- GenIdea: Fix content path of root project (mill-build)
- Various version bumps
- Some feature backports from mill 0.10
- New + separator to provide multiple targets (with parameters) via cmdline
- New --import cmdline option to run ad-hoc plugins without editing of build.sc
- import $ivy support $MILL_BIN_PLATFORM variable and a new sort notations for
  external plugins
- zinc worker: Updated log4j2 to 2.16.0 to fix Log4Shell (CVE-2021-44228)
  vulnerability

PR:		260634
0.9.8
01 Jun 2021 14:01:27
commit hash: b05e42967c73832f6bc34360d85b5e07c5684d78commit hash: b05e42967c73832f6bc34360d85b5e07c5684d78commit hash: b05e42967c73832f6bc34360d85b5e07c5684d78commit hash: b05e42967c73832f6bc34360d85b5e07c5684d78 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.9.8

PR:		256299
0.9.7
17 May 2021 02:52:34
commit hash: c534e1edbbf584b38d153f4e742e63895ff2a3dfcommit hash: c534e1edbbf584b38d153f4e742e63895ff2a3dfcommit hash: c534e1edbbf584b38d153f4e742e63895ff2a3dfcommit hash: c534e1edbbf584b38d153f4e742e63895ff2a3df files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Jens Grassel
devel/mill: Update to 0.9.7

PR:	255896
0.9.6
16 Apr 2021 05:48:07
commit hash: 1192592f15ff6277b2aae41f0e9e8455aa1a44d2commit hash: 1192592f15ff6277b2aae41f0e9e8455aa1a44d2commit hash: 1192592f15ff6277b2aae41f0e9e8455aa1a44d2commit hash: 1192592f15ff6277b2aae41f0e9e8455aa1a44d2 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
devel/mill Update to 0.9.6

Changelog:

 * repl and console targets now support forkArgs and forkEnv
 * Support for Scala 3 release candidates and new Scaladoc 3 tool
 * Support for Scala.js on Scala 3
 * Scala Native improvements
 * Test runner now uses an args file to support running tests on Windows
 * GenIdea: better supports source jars, full config contributions and
   provided/runtime dependencies
 * Various dependency updates
 * Documentation site reworked to support multiple release versions
 * Improved CI setup to better test mill on Windows

PR:	254886
Reported by:	freebsd-ports@jan0sch.de (maintainer)
0.9.5
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.9.5
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.9.5
31 Jan 2021 04:39:53
Revision:563460Original commit files touched by this commit
yuri search for other commits by this committer
devel/mill: Update 0.9.3 -> 0.9.5

PR:		253041
Submitted by:	freebsd-ports@jan0sch.de (maintainer)
0.9.3
26 Nov 2020 14:08:59
Revision:556341Original commit files touched by this commit
fernape search for other commits by this committer
devel/mill: Update to 0.9.3

PR:	251394
Submitted by:	freebsd-ports@jan0sch.de (maintainer)
0.8.0
04 Sep 2020 12:18:27
Revision:547535Original commit files touched by this commit
swills search for other commits by this committer
devel/mill: Update to 0.8.0

PR:		248769
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
0.7.4
06 Jul 2020 07:10:23
Revision:541321Original commit files touched by this commit
lwhsu search for other commits by this committer
Update to 0.7.4

PR:		247785
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
0.7.3
28 May 2020 11:48:15
Revision:536763Original commit files touched by this commit
fernape search for other commits by this committer
devel/mill Update to 0.7.3

ChangeLog: https://github.com/lihaoyi/mill/releases/tag/0.7.3

PR:	246799
Submitted by:	freebsd-ports@jan0sch.de (maintainer)
0.7.2
27 May 2020 13:43:31
Revision:536693Original commit files touched by this commit
danfe search for other commits by this committer
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).
0.7.2
24 May 2020 07:11:40
Revision:536363Original commit files touched by this commit
tagattie search for other commits by this committer
- 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
0.7.1
18 May 2020 13:51:14
Revision:535740Original commit files touched by this commit
fernape search for other commits by this committer
devel/mill: Update to 0.7.1

 * GenIdea: Use new content element for each source path
 * Respect `skipIdea` in more places
 * Fix generator for ivy.xml when using extra publish artifacts
 * Fix Sonatype requests retrying too fast
 * Made scoverage more robust and better configurable
 * Added .mill-version file
 * Scala 2.13.2
 * Disable client daemon mode in WSL
 * Avoid duplicate target with __ and fix resolve __
 * try to avoid weird 'Cleaner terminated abnormally' error
 * Upgrade coursier
 * fix the lineCount task to use correct os methods
 * Align JNA API/platform version
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.2
29 Apr 2020 07:14:18
Revision:533323Original commit files touched by this commit
tagattie search for other commits by this committer
Update to 0.6.2

PR:		243366
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Approved by:	ehaupt (mentor)
Changelog:	https://github.com/lihaoyi/mill#062---2020-04-22
0.5.7
08 Jan 2020 10:38:45
Revision:522367Original commit files touched by this commit
joneum search for other commits by this committer
Update to 0.5.7

PR:		242958
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Sponsored by:	Netzkommune GmbH
0.5.2
27 Oct 2019 16:32:24
Revision:515802Original commit files touched by this commit
rakuco search for other commits by this committer
Update to 0.5.2.

PR:		241425
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
0.5.1
05 Sep 2019 18:29:06
Revision:511260Original commit files touched by this commit
fernape search for other commits by this committer
devel/mill: update to 0.5.1

For ChangeLog, see PR

PR:	240351
Submitted by:	freebsd-ports@jan0sch.de (maintainer)
0.5.0
23 Aug 2019 19:42:03
Revision:509655Original commit files touched by this commit
tobik search for other commits by this committer
devel/mill: Update to 0.5.0

Changelog:
- several bug fixes
- ease declaration of optional dependencies
- use binary version of compiler bridge if available
- add ability to define jar manifest

PR:		239943
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
0.4.2
06 Jul 2019 18:03:35
Revision:506015Original commit files touched by this commit
swills search for other commits by this committer
devel/mill: update to 0.4.2

PR:		239005
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
0.4.1
30 Jun 2019 20:15:40
Revision:505474Original commit files touched by this commit
swills search for other commits by this committer
devel/mill: update to 0.4.1

PR:		238600
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
0.4.0
23 May 2019 10:59:53
Revision:502336Original commit files touched by this commit
joneum search for other commits by this committer
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
0.3.6
23 Feb 2019 14:30:06
Revision:493680Original commit files touched by this commit
tobik search for other commits by this committer
New port: devel/mill

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/

PR:		235861
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de>

Number of commits found: 36