Subject: CVS commit: pkgsrc/devel/garden
From: pin
Date: 2024-07-18 11:56:17
Message id: 20240718095617.34E35FC74@cvs.NetBSD.org

Log Message:
devel/garden: update to 1.7.0

Released 2024-06-29

Features:
 - garden ls now has a --commands | -c option to display just commands. The \ 
related --no-commands | -C option is used to omit commands from being displayed.
 - garden cmd and garden <custom-command> now support a --dry-run | -N \ 
option to perform trial runs without actually running any commands.
 - garden exec made -N the short option for its --dry-run option and the \ 
original -n short option was made an undocumented alias for compatibility.
 - The garden eval, garden exec, garden cmd and custom sub-commands now accept \ 
the same --define | -D name=value override options as the root garden command.
 - garden grow reports more details about the commands it runs and no longer \ 
prints redundant git config commands.

Fixes:
 - garden ls now prints the list of commands in the same order as they appear in \ 
garden.yaml.

Packaging:
 - The nix flake was updated to re-enable llvm coverage.
 - nix run can now be used to run garden and nix shell can now be used to open a \ 
nix shell with garden installed.

Development:
 - More structs, functions and methods were made private.
 - Several types were renamed from "HashMap" to "Map".

Files:
RevisionActionfile
1.14modifypkgsrc/devel/garden/Makefile
1.14modifypkgsrc/devel/garden/cargo-depends.mk
1.14modifypkgsrc/devel/garden/distinfo