Bug 282520 - x11/eww: Update to 0.6.0
Summary: x11/eww: Update to 0.6.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: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-03 15:59 UTC by Mikael Urankar
Modified: 2024-11-12 12:57 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (DtxdF)


Attachments
v0 (104.92 KB, patch)
2024-11-03 15:59 UTC, Mikael Urankar
no flags Details | Diff
eww-0.6.0.patch (105.47 KB, patch)
2024-11-09 18:57 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2024-11-03 15:59:21 UTC
Created attachment 254908 [details]
v0
Comment 1 Jesús Daniel Colmenares Oviedo 2024-11-08 00:45:44 UTC
Hi Mikael,

Thanks for sending the patch to update eww. I will test it as soon as possible.
Comment 2 Jesús Daniel Colmenares Oviedo 2024-11-09 18:57:08 UTC
Created attachment 255056 [details]
eww-0.6.0.patch

Description:

* Pet portclippy/portfmt

ChangeLog: https://github.com/elkowar/eww/blob/v0.6.0/CHANGELOG.md

QA:

* portlint:
  - WARN: /usr/ports/x11/eww/files/patch-rust-1.80.0: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepat
ch'' when you need to [re-]generate a patch to ensure proper patch format
  - testport (x11 flavor): (poudriere: 14.1-RELEASE, amd64):
    - Warning: you might not need LIB_DEPENDS on libdbusmenu-glib.so
    - Warning: you might not need LIB_DEPENDS on libatk-1.0.so
    - Warning: you might not need LIB_DEPENDS on libintl.so
    - Warning: you might not need LIB_DEPENDS on libharfbuzz.so
  - testport (wayland flavor): (poudriere: 14.1-RELEASE, amd64):
    - Warning: you might not need LIB_DEPENDS on libdbusmenu-glib.so
    - Warning: you might not need LIB_DEPENDS on libatk-1.0.so
    - Warning: you might not need LIB_DEPENDS on libintl.so
    - Warning: you might not need LIB_DEPENDS on libharfbuzz.so
Comment 3 Jesús Daniel Colmenares Oviedo 2024-11-09 19:00:19 UTC
I don't want to maintain this port anymore, if you want to maintain it, you are welcome.
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2024-11-11 12:59:44 UTC
Submitter is committer, assign to him for commit.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-11-12 12:39:32 UTC
A commit in branch main references this bug:

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

commit 5b0c3fe256115fd35086550939e4ec268f7df8fc
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-11-09 18:44:40 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-11-12 12:37:21 +0000

    x11/eww: Update to 0.6.0

    * Pet portclippy/portfmt
    * Drop maintainership

    ChangeLog: https://github.com/elkowar/eww/blob/v0.6.0/CHANGELOG.md

    PR:             282520

 x11/eww/Makefile                                   |  14 +-
 x11/eww/Makefile.crates                            | 475 +++++++----
 x11/eww/distinfo                                   | 948 ++++++++++++++-------
 ...ch-cargo-crates_kqueue-1.0.6_src_time.rs (gone) |  42 -
 x11/eww/files/patch-rust-1.72.0 (gone)             |  58 --
 x11/eww/files/patch-rust-1.80.0 (new)              |  25 +
 6 files changed, 960 insertions(+), 602 deletions(-)
Comment 6 Mikael Urankar freebsd_committer freebsd_triage 2024-11-12 12:57:16 UTC
Thanks for maintaining this port.