Date: Tue, 12 Feb 2019 09:30:43 +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: r492766 - head/net-im/ktp-kded-module Message-ID: <201902120930.x1C9UhNN005992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 12 09:30:43 2019 New Revision: 492766 URL: https://svnweb.freebsd.org/changeset/ports/492766 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/net-im/ktp-kded-module/Makefile head/net-im/ktp-kded-module/pkg-descr Modified: head/net-im/ktp-kded-module/Makefile ============================================================================== --- head/net-im/ktp-kded-module/Makefile Tue Feb 12 09:14:58 2019 (r492765) +++ head/net-im/ktp-kded-module/Makefile Tue Feb 12 09:30:43 2019 (r492766) @@ -7,6 +7,9 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Module for integration of instant messaging into KDE Workspaces +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals Modified: head/net-im/ktp-kded-module/pkg-descr ============================================================================== --- head/net-im/ktp-kded-module/pkg-descr Tue Feb 12 09:14:58 2019 (r492765) +++ head/net-im/ktp-kded-module/pkg-descr Tue Feb 12 09:30:43 2019 (r492766) @@ -5,4 +5,4 @@ development of collaborative features for KDE Applicat This module provides several plugins like auto-away, the infamous 'Now listening to...' and also an error handler. -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?201902120930.x1C9UhNN005992>