svn commit: r415871 - head/net-im/ktp-accounts-kcm

Kurt Jaeger pi at FreeBSD.org
Thu May 26 02:51:05 UTC 2016


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 at 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


More information about the svn-ports-all mailing list