Bug 284292 - x11-wm/korgwm: update to 5.0
Summary: x11-wm/korgwm: update to 5.0
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: https://metacpan.org/dist/X11-korgwm/...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-23 13:58 UTC by Sergey Zhmylove
Modified: 2025-01-24 13:17 UTC (History)
2 users (show)

See Also:


Attachments
Patch updating korgwm to 5.0 (48.25 KB, application/gzip)
2025-01-23 13:58 UTC, Sergey Zhmylove
no flags Details
Patch updating korgwm to 5.0 (1.57 KB, patch)
2025-01-23 21:32 UTC, Sergey Zhmylove
no flags Details | Diff
[2] Patch updating korgwm to 5.0 (2.11 KB, patch)
2025-01-24 11:20 UTC, Sergey Zhmylove
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Zhmylove 2025-01-23 13:58:36 UTC
Created attachment 256933 [details]
Patch updating korgwm to 5.0

https://metacpan.org/dist/X11-korgwm/changes
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2025-01-23 21:00:20 UTC
Where is patch for update port x11-wm/korgwm?
Attach is tarball with release of korgwm 5.0.
Comment 2 Sergey Zhmylove 2025-01-23 21:32:23 UTC
Created attachment 256939 [details]
Patch updating korgwm to 5.0
Comment 3 Sergey Zhmylove 2025-01-23 21:34:36 UTC
I did misclick a file, sorry.

Uploaded the actual patch.
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2025-01-23 23:38:25 UTC
Ok!
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2025-01-24 00:05:13 UTC
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%SITE_PERL%%/X11/korgwm/Notifications.pm
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

New file "Notifications.pm"?
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2025-01-24 10:30:16 UTC
pkg-static: DEVELOPER_MODE: Notice: arch "FreeBSD:14:amd64" -- no architecture specific files found:
**** could this package use a wildcard architecture?

Can we add "NO_ARCH=yes"?
Comment 7 Sergey Zhmylove 2025-01-24 11:20:33 UTC
Created attachment 256952 [details]
[2] Patch updating korgwm to 5.0
Comment 8 Sergey Zhmylove 2025-01-24 11:22:01 UTC
"Yes" to all questions.
I've uploaded a new version with additional line in pkg-plist and NO_ARCH in Makefile
Comment 9 Vladimir Druzenko freebsd_committer freebsd_triage 2025-01-24 11:31:10 UTC
NO_ARCH=yes must be after USE* - check portclippy.
Comment 10 commit-hook freebsd_committer freebsd_triage 2025-01-24 11:31:19 UTC
A commit in branch main references this bug:

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

commit f23a3db1c42dff2461602ba1da3926fa43b93ec6
Author:     Sergey Zhmylove <zhmylove@narod.ru>
AuthorDate: 2025-01-24 11:29:06 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-01-24 11:30:40 +0000

    x11-wm/korgwm: Update 4.0 → 5.0

    Changelog:
    https://metacpan.org/dist/X11-korgwm/changes

    PR:     284292

 x11-wm/korgwm/Makefile  | 7 +++++--
 x11-wm/korgwm/distinfo  | 6 +++---
 x11-wm/korgwm/pkg-plist | 1 +
 3 files changed, 9 insertions(+), 5 deletions(-)
Comment 11 Vladimir Druzenko freebsd_committer freebsd_triage 2025-01-24 11:36:24 UTC
Thanks!
Comment 12 Sergey Zhmylove 2025-01-24 13:17:53 UTC
@vvd, thanks to you for all your help!
Next time I'll use portclippy to lint my changes