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.

non port: devel/mill/distinfo

Number of commits found: 29

Sunday, 21 Jan 2024
11:24 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
- Support for Java 21
- Various BSP improvements
- The T.workspace context path now always points to the top-level project
  directory, also for meta builds
- Mill now better detects and reports logical cycles in inter-module
  dependencies
- Fixed semanticDB data generation for meta builds
- The prepareOffline command also fetches relevant compiler-bridges for
  Scala modules
- Improved ScalaJSModule and added support for IRFileCache
- The JavaModule.zincReportCachedProblems configuration can now also
  customized via a Java system property
- Fixed a file truncation issue in protobuf module and print a warning
  when proto file get overwritten
- Documentation improvements
- Dependency updates
- Various other improvements and cleanups

PR:		275961
commit hash: ff19fefe2cd65e9f28dd25143c22c0632274a9cd commit hash: ff19fefe2cd65e9f28dd25143c22c0632274a9cd commit hash: ff19fefe2cd65e9f28dd25143c22c0632274a9cd commit hash: ff19fefe2cd65e9f28dd25143c22c0632274a9cd ff19fef
Tuesday, 26 Sep 2023
14:36 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
commit hash: 93810136dca37c904c63c518c39321a9ba0e1515 commit hash: 93810136dca37c904c63c518c39321a9ba0e1515 commit hash: 93810136dca37c904c63c518c39321a9ba0e1515 commit hash: 93810136dca37c904c63c518c39321a9ba0e1515 9381013
Sunday, 29 Jan 2023
14:43 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
commit hash: 9e91b6d2dace73f7b969ace2e3cad57f05f7b1d8 commit hash: 9e91b6d2dace73f7b969ace2e3cad57f05f7b1d8 commit hash: 9e91b6d2dace73f7b969ace2e3cad57f05f7b1d8 commit hash: 9e91b6d2dace73f7b969ace2e3cad57f05f7b1d8 9e91b6d
Thursday, 29 Dec 2022
14:55 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Jens Grassel
devel/mill: Update to 0.10.10

PR:		268636
commit hash: 3fdcc80ebe44a89d0762b12585e067e9c7a8c750 commit hash: 3fdcc80ebe44a89d0762b12585e067e9c7a8c750 commit hash: 3fdcc80ebe44a89d0762b12585e067e9c7a8c750 commit hash: 3fdcc80ebe44a89d0762b12585e067e9c7a8c750 3fdcc80
Tuesday, 22 Nov 2022
06:23 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
commit hash: bbf3fa97862ad89b87da569f88cbe7654cff7149 commit hash: bbf3fa97862ad89b87da569f88cbe7654cff7149 commit hash: bbf3fa97862ad89b87da569f88cbe7654cff7149 commit hash: bbf3fa97862ad89b87da569f88cbe7654cff7149 bbf3fa9
Wednesday, 20 Apr 2022
13:48 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
commit hash: 098f6feef40f189eb3c0ef600e6fe17d6bf03caf commit hash: 098f6feef40f189eb3c0ef600e6fe17d6bf03caf commit hash: 098f6feef40f189eb3c0ef600e6fe17d6bf03caf commit hash: 098f6feef40f189eb3c0ef600e6fe17d6bf03caf 098f6fe
Monday, 21 Mar 2022
23:05 Neel Chauhan (nc) search for other commits by this committer Author: Jens Grassel
devel/mill: Update to 0.10.2

PR:	262696
commit hash: e5ae0fbd2e10d46c097d87c704843d3f709b0cd4 commit hash: e5ae0fbd2e10d46c097d87c704843d3f709b0cd4 commit hash: e5ae0fbd2e10d46c097d87c704843d3f709b0cd4 commit hash: e5ae0fbd2e10d46c097d87c704843d3f709b0cd4 e5ae0fb
Tuesday, 8 Mar 2022
23:45 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
commit hash: f5f68ed63a76bd5a90672f3d7e88e21e2c83c09b commit hash: f5f68ed63a76bd5a90672f3d7e88e21e2c83c09b commit hash: f5f68ed63a76bd5a90672f3d7e88e21e2c83c09b commit hash: f5f68ed63a76bd5a90672f3d7e88e21e2c83c09b f5f68ed
Wednesday, 12 Jan 2022
12:00 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)
commit hash: 8f467b37ac79f7bb93cbcd89fd2a4f2967d72d6d commit hash: 8f467b37ac79f7bb93cbcd89fd2a4f2967d72d6d commit hash: 8f467b37ac79f7bb93cbcd89fd2a4f2967d72d6d commit hash: 8f467b37ac79f7bb93cbcd89fd2a4f2967d72d6d 8f467b3
Saturday, 25 Dec 2021
09:44 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
commit hash: 66134d11e66140da4c48e667168a8690a81e6ec2 commit hash: 66134d11e66140da4c48e667168a8690a81e6ec2 commit hash: 66134d11e66140da4c48e667168a8690a81e6ec2 commit hash: 66134d11e66140da4c48e667168a8690a81e6ec2 66134d1
Tuesday, 1 Jun 2021
14:01 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Jens Grassel
devel/mill: Update to 0.9.8

PR:		256299
commit hash: b05e42967c73832f6bc34360d85b5e07c5684d78 commit hash: b05e42967c73832f6bc34360d85b5e07c5684d78 commit hash: b05e42967c73832f6bc34360d85b5e07c5684d78 commit hash: b05e42967c73832f6bc34360d85b5e07c5684d78 b05e429
Monday, 17 May 2021
02:52 Neel Chauhan (nc) search for other commits by this committer Author: Jens Grassel
devel/mill: Update to 0.9.7

PR:	255896
commit hash: c534e1edbbf584b38d153f4e742e63895ff2a3df commit hash: c534e1edbbf584b38d153f4e742e63895ff2a3df commit hash: c534e1edbbf584b38d153f4e742e63895ff2a3df commit hash: c534e1edbbf584b38d153f4e742e63895ff2a3df c534e1e
Friday, 16 Apr 2021
05:48 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)
commit hash: 1192592f15ff6277b2aae41f0e9e8455aa1a44d2 commit hash: 1192592f15ff6277b2aae41f0e9e8455aa1a44d2 commit hash: 1192592f15ff6277b2aae41f0e9e8455aa1a44d2 commit hash: 1192592f15ff6277b2aae41f0e9e8455aa1a44d2 1192592
Sunday, 31 Jan 2021
04:39 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)
Original commitRevision:563460 
Thursday, 26 Nov 2020
14:08 fernape search for other commits by this committer
devel/mill: Update to 0.9.3

PR:	251394
Submitted by:	freebsd-ports@jan0sch.de (maintainer)
Original commitRevision:556341 
Friday, 4 Sep 2020
12:18 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)
Original commitRevision:547535 
Monday, 6 Jul 2020
07:10 lwhsu search for other commits by this committer
Update to 0.7.4

PR:		247785
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Original commitRevision:541321 
Thursday, 28 May 2020
11:48 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)
Original commitRevision:536763 
Sunday, 24 May 2020
07:11 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
Original commitRevision:536363 
Monday, 18 May 2020
13:51 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
 * fix broken cmds and outputs
 * add doc for visualizePlan of two modules
 * make -w/--watch work with T.source targets
 * Swap out custom scheduler for Futures
 * Improve logging for parallel builds
 * add missing flush() forward to CallbackStream
 * Use double-checked locking around scala compiler bridge compilation
 * Stripe locking around compiler bridge initialization
 * fix coloring and make them support the command-line flag
 * Rename .test with .testUncached to avoid duplicate resolution
 * Ability to pass GPG arguments to publish

PR:	246523
Submitted by:	freebsd-ports@jan0sch.de (maintainer)
Original commitRevision:535740 
Wednesday, 29 Apr 2020
07:14 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
Original commitRevision:533323 
Wednesday, 8 Jan 2020
10:38 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
Original commitRevision:522367 
Sunday, 27 Oct 2019
16:32 rakuco search for other commits by this committer
Update to 0.5.2.

PR:		241425
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Original commitRevision:515802 
Thursday, 5 Sep 2019
18:29 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)
Original commitRevision:511260 
Friday, 23 Aug 2019
19:42 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)
Original commitRevision:509655 
Saturday, 6 Jul 2019
18:03 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)
Original commitRevision:506015 
Sunday, 30 Jun 2019
20:15 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)
Original commitRevision:505474 
Thursday, 23 May 2019
10:59 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
Original commitRevision:502336 
Saturday, 23 Feb 2019
14:30 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>
Original commitRevision:493680 

Number of commits found: 29