Bug 271913 - sysutils/terragrunt: Update to 0.46.3
Summary: sysutils/terragrunt: Update to 0.46.3
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: Matthew Seaman
URL: https://github.com/gruntwork-io/terra...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-08 17:28 UTC by Gabriel M. Dutra
Modified: 2023-06-08 19:36 UTC (History)
1 user (show)

See Also:


Attachments
bump 0.46.3 (1.78 KB, patch)
2023-06-08 17:28 UTC, Gabriel M. Dutra
dutra: maintainer-approval+
Details | Diff
bump 0.46.3 - fix maintainer email (1.78 KB, patch)
2023-06-08 17:30 UTC, Gabriel M. Dutra
dutra: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel M. Dutra freebsd_committer freebsd_triage 2023-06-08 17:28:14 UTC
Created attachment 242690 [details]
bump 0.46.3

Poudriere log: https://poudriere.nulldutra.me/data/latest-per-pkg/terragrunt/0.46.3/

portlint: Ok
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2023-06-08 17:28:14 UTC
Maintainer informed via mail
Comment 2 Gabriel M. Dutra freebsd_committer freebsd_triage 2023-06-08 17:30:12 UTC
Created attachment 242691 [details]
bump 0.46.3 - fix maintainer email
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-06-08 19:30:31 UTC
A commit in branch main references this bug:

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

commit 0ee68aa1362545e33637726c6a8d692b6b2d1fca
Author:     Gabriel M. Dutra <nulldutra@proton.me>
AuthorDate: 2023-06-08 17:23:52 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-06-08 18:43:51 +0000

    sysutils/terragrunt: Update to 0.46.3

    Update maintainer address

    ChangeLog: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.46.3
    PR:        271913

    sysutils/terragrunt: update MAINTAINER

 sysutils/terragrunt/Makefile |  4 ++--
 sysutils/terragrunt/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 4 Matthew Seaman freebsd_committer freebsd_triage 2023-06-08 19:36:52 UTC
Committed, thanks!

FFR, if you need to fixup a patch from a previous commit, the best approach is to make a separate, second commit with the fixes, and then run `git rebase -i`.

That will put you into an editor where you can specify to squash the second commit into the first.  You then get a second editor session to edit the commit message for the resulting single commit.  You can then `git format-patch -1` and submit via Bugzilla in the usual way.