Bug 210052

Summary: devel/kdevplatform remove wrongly used PLIST_SUB from pkg-plist
Product: Ports & Packages Reporter: Tobias Berner <tcberner>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: loise, pi
Priority: --- Flags: pi: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sed 's#%%QT_BINDIR%%#bin#g' none

Description Tobias Berner 2016-06-05 13:51:16 UTC
Created attachment 171054 [details]
sed 's#%%QT_BINDIR%%#bin#g'

devel/kdevplatform uses the substitution %%QT_BINDIR%% [=relative path to Qt binaries] by mistake.
The attached patch replaces this everywhere by "bin".
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-06-05 16:44:00 UTC
A commit references this bug:

Author: pi
Date: Sun Jun  5 16:43:48 UTC 2016
New revision: 416400
URL: https://svnweb.freebsd.org/changeset/ports/416400

Log:
  devel/kdevplatform: remove wrongly used PLIST_SUB from pkg-plist

  PR:		210052
  Submitted by:	Ralf Nolden <nolden@kde.org> (kde)

Changes:
  head/devel/kdevplatform/pkg-plist
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-06-05 16:44:09 UTC
Committed, thanks!