From owner-svn-ports-head@freebsd.org Thu May 26 02:51:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A1D9B4AD30; Thu, 26 May 2016 02:51:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE3DB1EE6; Thu, 26 May 2016 02:51:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q2p4oV013888; Thu, 26 May 2016 02:51:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q2p4jm013887; Thu, 26 May 2016 02:51:04 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605260251.u4Q2p4jm013887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 02:51:04 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 02:51:05 -0000 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