Bug 210091 - deskutils/calibre remove wrongly used PLIST_SUB from pkg-plist
Summary: deskutils/calibre remove wrongly used PLIST_SUB from pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-07 09:47 UTC by Tobias Berner
Modified: 2016-06-07 10:07 UTC (History)
0 users

See Also:
madpilot: maintainer-feedback+


Attachments
s#%%QT_LIBDIR%%#lib#g (536 bytes, patch)
2016-06-07 09:47 UTC, Tobias Berner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Berner 2016-06-07 09:47:54 UTC
Created attachment 171126 [details]
s#%%QT_LIBDIR%%#lib#g

deskutils/calibre uses the substitution %%QT_LIBDIR%% [=relative path to Qt libraries] by mistake.
The attached patch replaces this everywhere by "lib".
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2016-06-07 10:02:08 UTC
You're right.

It slipped in in a past commit (r403723, December 14th, 2015) by mistake.

I'm going to commit this change shortly.

Thanks for reporting it!
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-06-07 10:07:38 UTC
A commit references this bug:

Author: madpilot
Date: Tue Jun  7 10:07:27 UTC 2016
New revision: 416505
URL: https://svnweb.freebsd.org/changeset/ports/416505

Log:
  Remove wrongly used PLIST_SUB from pkg-plist.

  PR:		210091
  Submitted by:	Tobias Berner <tcberner at gmail.com>

Changes:
  head/deskutils/calibre/pkg-plist
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2016-06-07 10:07:52 UTC
Committed. Thanks!