| Summary: | irc/srain: Patch to unbreak for 1.3.1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Tomoaki AOKI <junchoon> | ||||
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||
| Status: | Closed Overcome By Events | ||||||
| Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(ashish) |
||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Hi, First of all I'm sorry for missing the notification for this PR :( I believe this is now superseded by the update commit in bug 279678. Please re-open this bug report if you think this is not the case. Again, my sincere apologies for missing this PR. Thanks! (In reply to Ashish SHUKLA from comment #1) Thanks for closing this. Actually, this was already fixed at commit 4cef8f14aceb0c4a94263466f54cbc28fe89bad2 [1] by Muhammad Moinur Rahman <bofh@FreeBSD.org> at 2023-04-30 22:38:45 +0000 in conjunction with adding desktop-file-utils to USES, but I forgot to close this as "Overcome by event". [1] https://cgit.freebsd.org/ports/commit/?id=4cef8f14aceb0c4a94263466f54cbc28fe89bad2 |
Created attachment 241035 [details] Patch to unbreak, fix plist issue irc/srain is marked as BROKEN due to "fails to package" at git commit ed3a57b6b664b7a817cd388793abc068e937d935. The commit message says "pkg-static: Unable to access file /wrkdirs/usr/ports/irc/srain/work/stage/usr/local/share/doc/srain/html/_static/jquery-3.5.1.js:No such file or directory". This is because the problematic file is bumped to 3.6.0 but pkg-plist is not following the bump. Attached patch fixes it and delete BROKEN from Makefile. PORTREVISION is untouched. Note that turning DOCS option off works around until attached patch is committed.