Bug 265216 - deskutils/walld: update to 1.4.2; add optional dependency for xrdb
Summary: deskutils/walld: update to 1.4.2; add optional dependency for xrdb
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: Nuno Teixeira
URL: https://github.com/Dotz0cat/walld/rel...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-14 17:21 UTC by Dotz0cat
Modified: 2022-07-15 20:45 UTC (History)
2 users (show)

See Also:


Attachments
patch to update to 1.4.2 (1.37 KB, patch)
2022-07-14 17:21 UTC, Dotz0cat
no flags Details | Diff
update to 1.4.2 plus formating fixes (2.13 KB, patch)
2022-07-15 14:49 UTC, Dotz0cat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dotz0cat 2022-07-14 17:21:33 UTC
Created attachment 235259 [details]
patch to update to 1.4.2

Update to 1.4.2
This update clears portlint and poudriere

I also added a optional dependency for xrdb. Xrdb allows walld to automatically reload .Xresources.
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-15 11:03:09 UTC
Hello,

portlint -C:
---
WARN: /usr/home/nunotex/Work/freebsd/ports/deskutils/walld/pkg-plist: There are only 3 items in the plist.  Consider using PLIST_FILES instead of pkg-plist when installing less than 6 items.
FATAL: Makefile: [1]: use a tab (not space) after a variable name
FATAL: Makefile: [2]: use a tab (not space) after a variable name
FATAL: Makefile: [3]: use a tab (not space) after a variable name
---

portfmt -D Makefile:
---
+LIB_DEPENDS=   libconfig.so:devel/libconfig \
+               libevent.so:devel/libevent
-LIB_DEPENDS=   libevent.so:devel/libevent \
-               libconfig.so:devel/libconfig
---
Comment 2 Dotz0cat 2022-07-15 14:49:23 UTC
Created attachment 235274 [details]
update to 1.4.2 plus formating fixes

It now clears portlint -C and portfmt adds no changes. It also builds in poudriere.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-07-15 20:44:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a0888835609741f7fdd1901e42a93acdaf178ae

commit 4a0888835609741f7fdd1901e42a93acdaf178ae
Author:     Dotz0cat <Dotz0cat@gmail.com>
AuthorDate: 2022-07-15 20:40:25 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-15 20:43:29 +0000

    deskutils/walld: Update to 1.4.2

     - add optional dependency for xrdb
     - pet portclippy
     - pet portfmt

    ChangeLog:      https://github.com/Dotz0cat/walld/releases/tag/1.4.2
    PR:             265216

 deskutils/walld/Makefile         | 20 ++++++++++++++------
 deskutils/walld/distinfo         |  6 +++---
 deskutils/walld/pkg-plist (gone) |  3 ---
 3 files changed, 17 insertions(+), 12 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-15 20:45:02 UTC
Committed, thanks!