Bug 256357 - sysutils/chezmoi: update to 2.0.13, add version, build date and disable upgrade
Summary: sysutils/chezmoi: update to 2.0.13, add version, build date and disable upgrade
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: 2021-06-01 21:19 UTC by Samir Noir
Modified: 2021-06-03 10:17 UTC (History)
1 user (show)

See Also:


Attachments
git diff (17.51 KB, patch)
2021-06-01 21:19 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 2021-06-01 21:19:28 UTC
Created attachment 225481 [details]
git diff

This patch update sysutils/chezmoi to last version (2.0.13). This also add the missing version (when running chezmoi --version), the build date (based on the distinfo timestamp) and disable the usage of the upgrade option.

Those flags are described here: https://github.com/twpayne/chezmoi/blob/master/docs/CONTRIBUTING.md#packaging 

poudriere testport and portlint: OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-06-03 10:16:29 UTC
A commit in branch main references this bug:

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

commit 66c6b4bf5025d6ebb63a729446f5724b97a1ed92
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2021-06-03 07:02:27 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-06-03 10:11:51 +0000

    sysutils/chezmoi: update to 2.0.13

    Add version, build date and disable upgrade

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

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

 sysutils/chezmoi/Makefile | 41 ++++++++++++++++++++------------
 sysutils/chezmoi/distinfo | 60 ++++++++++++++++++++++++-----------------------
 2 files changed, 57 insertions(+), 44 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2021-06-03 10:17:23 UTC
Committed,

Thanks!