svn commit: r486747 - head/net-im/ktp-accounts-kcm
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Dec 6 09:31:29 UTC 2018
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 at 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 at 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
More information about the svn-ports-all
mailing list