Path to this page:
Subject: CVS commit: pkgsrc/sysutils/direnv
From: Leonardo Taccari
Date: 2023-03-16 11:01:00
Message id: 20230316100100.ED522FA90@cvs.NetBSD.org
Log Message:
direnv: Update to 2.23.2
pkgsrc changes:
- Remove the custom `do-build' so default `do-build' from
lang/go/go-module.mk is picked up. To only build `direnv' we can just set
the GO_BUILD_PATTERN accordingly.
- Rewrite the do-install as INSTALLATION_DIRS and post-install: simpler and
probably more consistent with other lang/go/go-module.mk users.
Changes:
2.32.2
======
* doc: Add stdlib's layout_pyenv to docs
* doc: Fix broken link
* doc: Minor typo fix
* doc: `$XDG_CONFIG_HOME/direnv/direnv.toml` =>
add (typically ~/.config/direnv/direnv.toml)
* doc: add quickenv to Related projects
* feat: Update layout anaconda to accept a path to a yml file
* feat: install.sh: can specify direnv version
* fix: elvish: replace deprecated `except` with `catch`
* fix: installer.sh: make direnv executable for all
* fix: path escaping
* fix: stdlib: only use ANSI escape on TTY
* fix: test: remove mentions of DIRENV_MTIME
* fix: test: use lowercase -d flag for base64 decoding of DIRENV_DIFF
* update: build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0
Files: