Summary: | databases/sqlitebrowser 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 | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Maintainer informed via mail Committed, thanks! A commit references this bug: Author: pi Date: Wed Jun 8 05:37:40 UTC 2016 New revision: 416531 URL: https://svnweb.freebsd.org/changeset/ports/416531 Log: databases/sqlitebrowser: remove wrongly used PLIST_SUB from pkg-plist PR: 210116 Submitted by: Tobias C.Berner <tcberner@gmail.com> Changes: head/databases/sqlitebrowser/pkg-plist |
Created attachment 171173 [details] s#%%QT_BINDIR%%#bin#g databases/sqlitebrowser uses the substitution %%QT_BINDIR%% [=relative path to Qt binaries] by mistake. The attached patch replaces this everywhere by "bin".