Bug 251394 - devel/mill: Update to 0.9.3
Summary: devel/mill: Update to 0.9.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-26 06:46 UTC by Jens Grassel
Modified: 2020-11-26 14:09 UTC (History)
1 user (show)

See Also:


Attachments
Update devel/mill to version 0.9.3. (837 bytes, patch)
2020-11-26 06:46 UTC, Jens Grassel
freebsd-ports: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Grassel 2020-11-26 06:46:51 UTC
Created attachment 219989 [details]
Update devel/mill to version 0.9.3.

Hi,

an update for devel/mill to version 0.9.3.

Changelog
---------

- Replace the built in @main method functionality with the MainArgs library
- Note that the MainArgs replacement has some backwards incompatibilities: Short flags like -i can no longer be passed via --i, the @doc("") is now @arg(doc = ""), Seq[T] parameters are now passed via repeated --foo flags rather than comma-separated.
- Add the ability to relocate/shade files in .assembly
- Twirl enhancements
- Add scalacPluginClasspath to Tests
- Add toMap methods to BuildInfo
- Bump coursier to version 2.0.0
- Make BSP support a first-class citizen
- Omit the suffix in artifactName in cross modules
- Allow test classes with constructor parameters
- Proguard contrib module


Kind regards,

Jens
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2020-11-26 12:14:13 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-11-26 14:09:32 UTC
A commit references this bug:

Author: fernape
Date: Thu Nov 26 14:08:59 UTC 2020
New revision: 556341
URL: https://svnweb.freebsd.org/changeset/ports/556341

Log:
  devel/mill: Update to 0.9.3

  PR:	251394
  Submitted by:	freebsd-ports@jan0sch.de (maintainer)

Changes:
  head/devel/mill/Makefile
  head/devel/mill/distinfo
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2020-11-26 14:09:48 UTC
Committed,

Thanks!