From owner-svn-ports-head@freebsd.org Thu Dec 6 09:31:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A2CE1325632; Thu, 6 Dec 2018 09:31:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4E3188B8E; Thu, 6 Dec 2018 09:31:28 +0000 (UTC) (envelope-from amdmi3@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5B9521A03; Thu, 6 Dec 2018 09:31:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB69VS5f001654; Thu, 6 Dec 2018 09:31:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB69VSOF001652; Thu, 6 Dec 2018 09:31:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812060931.wB69VSOF001652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 6 Dec 2018 09:31:28 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-im/ktp-accounts-kcm X-SVN-Commit-Revision: 486747 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C4E3188B8E X-Spamd-Result: default: False [-0.44 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.09)[0.087,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 06 Dec 2018 09:31:29 -0000 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