Date: Tue, 18 Feb 2014 14:26:08 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344896 - head/net-im/ktp-accounts-kcm Message-ID: <201402181426.s1IEQ8ha080843@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Tue Feb 18 14:26:07 2014 New Revision: 344896 URL: http://svnweb.freebsd.org/changeset/ports/344896 QAT: https://qat.redports.org/buildarchive/r344896/ Log: net-im/ktp-accounts-kcm: - Convert to options helpers - Chase library version shift (the port uses KDE SC version scheme) Modified: head/net-im/ktp-accounts-kcm/Makefile head/net-im/ktp-accounts-kcm/pkg-plist Modified: head/net-im/ktp-accounts-kcm/Makefile ============================================================================== --- head/net-im/ktp-accounts-kcm/Makefile Tue Feb 18 14:25:35 2014 (r344895) +++ head/net-im/ktp-accounts-kcm/Makefile Tue Feb 18 14:26:07 2014 (r344896) @@ -2,6 +2,7 @@ PORTNAME= ktp-accounts-kcm PORTVERSION= ${KTP_VERSION} +PORTREVISION= 1 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src @@ -24,25 +25,14 @@ OPTIONS_DEFINE= HAZE IRC JABBER SALUT OPTIONS_DEFAULT=JABBER HAZE_DESC= libpurple protocols support +HAZE_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze + IRC_DESC= Internet Relay Chat support -SALUT_DESC= Link-local (serverless) XMPP support +IRC_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle -.include <bsd.port.options.mk> +JABBER_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble -.if ${PORT_OPTIONS:MHAZE} -RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze -.endif - -.if ${PORT_OPTIONS:MIRC} -RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle -.endif - -.if ${PORT_OPTIONS:MJABBER} -RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble -.endif - -.if ${PORT_OPTIONS:MSALUT} -RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut -.endif +SALUT_DESC= Link-local (serverless) XMPP support +SALUT_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut .include <bsd.port.mk> Modified: head/net-im/ktp-accounts-kcm/pkg-plist ============================================================================== --- head/net-im/ktp-accounts-kcm/pkg-plist Tue Feb 18 14:25:35 2014 (r344895) +++ head/net-im/ktp-accounts-kcm/pkg-plist Tue Feb 18 14:26:07 2014 (r344896) @@ -7,8 +7,8 @@ lib/kde4/ktpaccountskcm_plugin_rakia.so lib/kde4/ktpaccountskcm_plugin_salut.so lib/kde4/ktpaccountskcm_plugin_sunshine.so lib/libktpaccountskcminternal.so -lib/libktpaccountskcminternal.so.5 -lib/libktpaccountskcminternal.so.5.0.1 +lib/libktpaccountskcminternal.so.4 +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?201402181426.s1IEQ8ha080843>