Summary: | editors/plume-creator-devel: Remove wrongly used PLIST_SUB from pkg-plist | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tobias Berner <tcberner> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pi, yamagi | ||||
Priority: | --- | Keywords: | easy, patch, patch-ready | ||||
Version: | Latest | Flags: | vlad-fbsd:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Comment on attachment 171155 [details]
s#%%QT_BINDIR%%#bin#g
This looks good. Go ahead! :)
yamagi@, thanks for the feedback. Please help us track the issues more efficiently by flagging your feedback as maintainer, with maintainer-feedback+. ;) Comment on attachment 171155 [details]
s#%%QT_BINDIR%%#bin#g
Please flag the patch with maintainer-approval+, so it can appear in the Maintainer Approved saved search.
Apparently I'm unable to set the maintainer-approval flag. I've tried it 3 times, even with uBlock Origin disabled. Details -> maintainer-approval -> + -> Submit. And it still doesn't show up. Am I too stupid or I'm hitting some strange Bugzilla problem? Fixed. A commit references this bug: Author: pi Date: Sun Jun 12 10:07:17 UTC 2016 New revision: 416787 URL: https://svnweb.freebsd.org/changeset/ports/416787 Log: editors/plume-creator-devel: Remove wrongly used PLIST_SUB from pkg-plist PR: 210107 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) Changes: head/editors/plume-creator-devel/pkg-plist |
Created attachment 171155 [details] s#%%QT_BINDIR%%#bin#g editors/plume-creator-devel uses the substitution %%QT_BINDIR%% [=relative path to Qt binaries] by mistake. The attached patch replaces this everywhere by "bin".