svn commit: r424838 - head/net-p2p/retroshare

Tobias C. Berner tcberner at FreeBSD.org
Fri Oct 28 13:10:01 UTC 2016


Author: tcberner
Date: Fri Oct 28 13:10:00 2016
New Revision: 424838
URL: https://svnweb.freebsd.org/changeset/ports/424838

Log:
  Remove wrongly used QT-related plist-subs from plist
  
  %%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
  Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
  by chance, and should not be used that way.
  
  Approved by: portmgr (blanket), rakuco (mentor)

Modified:
  head/net-p2p/retroshare/pkg-plist

Modified: head/net-p2p/retroshare/pkg-plist
==============================================================================
--- head/net-p2p/retroshare/pkg-plist	Fri Oct 28 13:09:42 2016	(r424837)
+++ head/net-p2p/retroshare/pkg-plist	Fri Oct 28 13:10:00 2016	(r424838)
@@ -1,7 +1,7 @@
 bin/RetroShare06
 bin/RetroShare06-nogui
-%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%FeedReader.so
-%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%VOIP.so
+lib/retroshare/extensions6/libFeedReader.so
+lib/retroshare/extensions6/libVOIP.so
 share/RetroShare06/bdboot.txt
 share/RetroShare06/qss/blacknight.qss
 share/RetroShare06/qss/blacknight/check_sel.png


More information about the svn-ports-all mailing list