Bug 284323 - net-im/dissent: Adopt and Update to 0.0.32
Summary: net-im/dissent: Adopt and Update to 0.0.32
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-24 20:40 UTC by Yusuf Yaman
Modified: 2025-01-31 16:07 UTC (History)
2 users (show)

See Also:


Attachments
net-im/dissent.patch: Update to 0.0.32 (35.65 KB, patch)
2025-01-24 20:41 UTC, Yusuf Yaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2025-01-24 20:40:45 UTC

    
Comment 1 Yusuf Yaman 2025-01-24 20:41:54 UTC
Created attachment 256969 [details]
net-im/dissent.patch: Update to 0.0.32

Port changes:
* Switch to GO_MODULE instead of GitHub
  because fetch of a file from GH is failed.
* Pet port{clippy,fmt,lint}.
* Submitter becomes maintainer.

ChangeLogs:
https://github.com/diamondburned/dissent/releases/tag/v0.0.31
https://github.com/diamondburned/dissent/releases/tag/v0.0.32

Thanks in advance.
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-01-27 16:30:35 UTC
A commit in branch main references this bug:

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

commit 08116c1bf630f65171e59217dca72295841877f7
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-01-27 16:28:25 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-01-27 16:28:25 +0000

    net-im/dissent: Update 0.0.30 → 0.0.32, take maintainership, improve port

    Port changes:
    * Switch to GO_MODULE instead of GitHub
      because fetch of a file from GH is failed.
    * Pet port{clippy,fmt,lint}.
    * Submitter becomes maintainer.

    ChangeLogs:
    https://github.com/diamondburned/dissent/releases/tag/v0.0.31
    https://github.com/diamondburned/dissent/releases/tag/v0.0.32

    PR:     284323

 net-im/dissent/Makefile                         |  57 +-
 net-im/dissent/distinfo                         |  88 +--
 net-im/dissent/files/patch-gotk4-spelling (new) | 681 ++++++++++++++++++++++++
 net-im/dissent/pkg-descr                        |   1 -
 4 files changed, 695 insertions(+), 132 deletions(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2025-01-27 16:31:44 UTC
Thanks.
Comment 4 Yusuf Yaman 2025-01-31 16:07:38 UTC
You are welcome and thanks for reviewing.