Bug 264185 - sysutils/chezmoi: update to 2.16.0
Summary: sysutils/chezmoi: update to 2.16.0
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: https://github.com/twpayne/chezmoi/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-23 20:00 UTC by Samir Noir
Modified: 2022-05-24 14:56 UTC (History)
1 user (show)

See Also:


Attachments
git diff (11.90 KB, patch)
2022-05-23 20:00 UTC, Samir Noir
samir: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samir Noir 2022-05-23 20:00:09 UTC
Created attachment 234159 [details]
git diff

This patch update sysutils/chezmoi to version 2.16.0

poudriere testport and portlint OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-05-24 14:55:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cbf1dee561bae7ed7feb185235450e6671cec328

commit cbf1dee561bae7ed7feb185235450e6671cec328
Author:     Samir Noir <samir@noir.im>
AuthorDate: 2022-05-24 12:07:15 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-05-24 14:52:23 +0000

    sysutils/chezmoi: update to 2.16.0

    ChangeLog: https://github.com/twpayne/chezmoi/releases/tag/v2.16.0

     * feat: Add support for Keeper password manager
     * feat: Build for mips64 and mips64le
     * feat: Build for riscv64
     * feat: Complete auto bool, format, and mode flag values
     * fix: Connect password manager std{in,err} to os.Std{in,err}
     * fix: Don't complete _chezmoi in zsh completion
     * fix: Fix use of slashes in glob on Windows

    PR:     264185
    Reported by:    samir@noir.im (maintainer)

 sysutils/chezmoi/Makefile | 20 ++++++++++----------
 sysutils/chezmoi/distinfo | 42 +++++++++++++++++++++---------------------
 2 files changed, 31 insertions(+), 31 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-05-24 14:56:23 UTC
Committed,

Thanks!