Bug 246523

Summary: devel/mill: Update to 0.7.1
Product: Ports & Packages Reporter: Jens Grassel <freebsd-ports>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, freebsd-ports
Priority: --- Keywords: buildisok
Version: LatestFlags: freebsd-ports: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update devel/mill to 0.7.0
none
update to 0.7.1 freebsd-ports: maintainer-approval+

Description Jens Grassel 2020-05-17 08:38:52 UTC
Created attachment 214581 [details]
Update devel/mill to 0.7.0

Hi,

I've attached a patch to update devel/mill to version 0.7.0.

ChangeLog
---------

- 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

Regards,

Jens
Comment 1 Automation User 2020-05-17 09:04:27 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/146820016
Comment 2 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2020-05-18 08:09:46 UTC
Created attachment 214595 [details]
update to 0.7.1

0.7.1 was released a few hours ago. New patch tested on {11.3,12.1}{amd64,i386} and 13-current amd64.

Run tests in 12.1amd64

Would you mind to test it
Comment 3 Jens Grassel 2020-05-18 13:45:51 UTC
Hi Fernando,

looks good, local test also. :-)

Kind regards,

Jens
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-05-18 13:51:31 UTC
A commit references this bug:

Author: fernape
Date: Mon May 18 13:51:14 UTC 2020
New revision: 535740
URL: https://svnweb.freebsd.org/changeset/ports/535740

Log:
  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)

Changes:
  head/devel/mill/Makefile
  head/devel/mill/distinfo
Comment 5 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2020-05-18 13:52:03 UTC
Committed,

Thanks!