Bug 271765 - textproc/dasel: Update to 2.3.4
Summary: textproc/dasel: Update to 2.3.4
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: Lewis Cook
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-01 14:40 UTC by Adam Weinberger
Modified: 2023-06-02 11:06 UTC (History)
0 users

See Also:
lcook: maintainer-feedback+


Attachments
2.3.4 (1.48 KB, patch)
2023-06-01 14:40 UTC, Adam Weinberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Weinberger freebsd_committer freebsd_triage 2023-06-01 14:40:31 UTC
Created attachment 242535 [details]
2.3.4

dasel is currently 12 versions behind. Let's get it caught up!

The attached patch updates dasel to the latest release, 2.3.4.
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2023-06-02 09:00:51 UTC
Hi Adam, thank you for this. :]

Interestingly, I haven't had portscout prod me via email nor display
a new version available on my portscout page[0]. Nonetheless, the
patch looks good to me, and have tested locally without issue.

Ship it!

[0] https://portscout.freebsd.org/lcook@freebsd.org.html
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2023-06-02 10:35:34 UTC
Go does the weird thing where a major bump changes the path:

-GO_MODULE=	github.com/tomwright/${PORTNAME}
+GO_MODULE=	github.com/tomwright/${PORTNAME}/v2

Portscout correctly identified that there were no new packages in the original path. For ports I maintain, I just subscribe to the release feeds on Github (watch > custom > releases).
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-06-02 10:39:52 UTC
A commit in branch main references this bug:

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

commit 9c38f38b79d7fd842645d8d444088226f3bdf424
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2023-06-02 10:38:28 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2023-06-02 10:38:28 +0000

    textproc/dasel: Update to 2.3.4

    PR:             271765
    Approved by:    lcook (maintainer)

 textproc/dasel/Makefile |  5 ++---
 textproc/dasel/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)
Comment 4 Adam Weinberger freebsd_committer freebsd_triage 2023-06-02 10:44:00 UTC
Done. Thanks, Lewis!
Comment 5 Lewis Cook freebsd_committer freebsd_triage 2023-06-02 11:06:56 UTC
(In reply to Adam Weinberger from comment #2)
Ah right, that would explain a lot, cheers!