Date: Thu, 26 May 2016 02:51:04 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415871 - head/net-im/ktp-accounts-kcm Message-ID: <201605260251.u4Q2p4jm013887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu May 26 02:51:03 2016 New Revision: 415871 URL: https://svnweb.freebsd.org/changeset/ports/415871 Log: net-im/ktp-accounts-kcm: Fix plist, use other subst This comes from area51, the KDE-FreeBSD staging area. The fix switches a lib-version substitution from KDE4_VERSION to KDE4_GENERIC_LIB_VERSION. This is already used in other peripheral-to-KDE-workspace applications like audio/amarok. This is preliminary work for KDE4 infrastructure changes. PR: 209316 Submitted by: groot@kde.org (kde) Modified: head/net-im/ktp-accounts-kcm/pkg-plist Modified: head/net-im/ktp-accounts-kcm/pkg-plist ============================================================================== --- head/net-im/ktp-accounts-kcm/pkg-plist Thu May 26 01:29:33 2016 (r415870) +++ head/net-im/ktp-accounts-kcm/pkg-plist Thu May 26 02:51:03 2016 (r415871) @@ -10,7 +10,7 @@ lib/kde4/ktpaccountskcm_plugin_sipe.so lib/kde4/ktpaccountskcm_plugin_sunshine.so lib/libktpaccountskcminternal.so lib/libktpaccountskcminternal.so.4 -lib/libktpaccountskcminternal.so.%%KDE4_VERSION%% +lib/libktpaccountskcminternal.so.%%KDE4_GENERIC_LIB_VERSION%% share/kde4/services/kcm_ktp_accounts.desktop share/kde4/services/ktpaccountskcm_plugin_butterfly.desktop share/kde4/services/ktpaccountskcm_plugin_gabble.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605260251.u4Q2p4jm013887>