Date: Thu, 6 Dec 2018 09:31:28 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486747 - head/net-im/ktp-accounts-kcm Message-ID: <201812060931.wB69VSOF001652@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Dec 6 09:31:27 2018 New Revision: 486747 URL: https://svnweb.freebsd.org/changeset/ports/486747 Log: - Add LICENSE - Update WWW - Add missing USES=gnome Approved by: portmgr blanket Modified: head/net-im/ktp-accounts-kcm/Makefile head/net-im/ktp-accounts-kcm/pkg-descr Modified: head/net-im/ktp-accounts-kcm/Makefile ============================================================================== --- head/net-im/ktp-accounts-kcm/Makefile Thu Dec 6 09:31:10 2018 (r486746) +++ head/net-im/ktp-accounts-kcm/Makefile Thu Dec 6 09:31:27 2018 (r486747) @@ -7,6 +7,9 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging account management module +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ libkaccounts.so:net-im/kaccounts-integration \ libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ @@ -14,11 +17,10 @@ LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 libKTpCommonInternals.so:net-im/ktp-common-internals \ libKF5AkonadiPrivate.so:databases/akonadi \ libsignon-qt5.so:sysutils/signon-qt5 - RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list \ ${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers -USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake:outsource gettext gnome kde:5 pkgconfig qt:5 tar:xz USE_GNOME= intltool USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \ iconthemes itemviews kcmutils kio notifications notifyconfig \ Modified: head/net-im/ktp-accounts-kcm/pkg-descr ============================================================================== --- head/net-im/ktp-accounts-kcm/pkg-descr Thu Dec 6 09:31:10 2018 (r486746) +++ head/net-im/ktp-accounts-kcm/pkg-descr Thu Dec 6 09:31:27 2018 (r486747) @@ -5,4 +5,4 @@ development of collaborative features for KDE Applicat This is a KControl module which handles adding/editing/removing Telepathy accounts. -WWW: http://community.kde.org/KTp +WWW: https://community.kde.org/KTp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812060931.wB69VSOF001652>