Subject: CVS commit: pkgsrc/devel/garden
From: pin
Date: 2024-06-03 08:15:39
Message id: 20240603061539.1F3B6FC74@cvs.NetBSD.org

Log Message:
devel/garden: update to 1.6.0

v1.6.0 - Released 2024-06-02
Features:

zsh is now invoked using zsh +o nomatch for better portability across
shells. This prevents zsh from erroring when wildcard patterns find
no matches. Wildcards can be used, for example, to implement a
custom clean command that feeds rm -f using wildcard patterns,
but these commands would generate errors without disabling nomatch.
The zsh nomatch option is a less useful option for non-interactive use
so we disable it unconditionally.

The --verbose (-v) option can now be passed to custom and built-in commands.
The verbose option was previously a global option that had to
be specified before sub-commands. The following invocations are all
equivalent now:

garden -vv build
garden -v build -v
garden build -vv

Packaging:

The nix flake was updated to use Fenix for the latest stable rustc 1.78.0.

Development:

An .envrc file was added to enable the nix flake for direnv users.

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