Bug 270382 - irc/srain: Patch to unbreak for 1.3.1
Summary: irc/srain: Patch to unbreak for 1.3.1
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-21 10:46 UTC by Tomoaki AOKI
Modified: 2023-03-21 10:46 UTC (History)
0 users

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


Attachments
Patch to unbreak, fix plist issue (971 bytes, patch)
2023-03-21 10:46 UTC, Tomoaki AOKI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoaki AOKI 2023-03-21 10:46:11 UTC
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.