From owner-svn-ports-all@freebsd.org Fri May 3 09:31:28 2019 Return-Path: Delivered-To: svn-ports-all@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 8ECA3158A6F6; Fri, 3 May 2019 09:31:28 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BF998FCE3; Fri, 3 May 2019 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 0428B1ED8C; Fri, 3 May 2019 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 x439VR2H010390; Fri, 3 May 2019 09:31:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x439VRHs010388; Fri, 3 May 2019 09:31:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905030931.x439VRHs010388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 May 2019 09:31:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500710 - head/net-im/ktp-call-ui X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-im/ktp-call-ui X-SVN-Commit-Revision: 500710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2BF998FCE3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2019 09:31:28 -0000 Author: amdmi3 Date: Fri May 3 09:31:27 2019 New Revision: 500710 URL: https://svnweb.freebsd.org/changeset/ports/500710 Log: - Add LICENSE - Add USES=gnome - Update WWW Approved by: portmgr blanket Modified: head/net-im/ktp-call-ui/Makefile head/net-im/ktp-call-ui/pkg-descr Modified: head/net-im/ktp-call-ui/Makefile ============================================================================== --- head/net-im/ktp-call-ui/Makefile Fri May 3 09:01:28 2019 (r500709) +++ head/net-im/ktp-call-ui/Makefile Fri May 3 09:31:27 2019 (r500710) @@ -7,6 +7,11 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Voice/Video Call UI for Telepathy +LICENSE= GPLv2+ LGPL21+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-common-internals \ libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt \ libboost_thread.so:devel/boost-libs \ @@ -15,7 +20,7 @@ LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-commo libtelepathy-glib.so:net-im/telepathy-glib \ libtelepathy-qt5-farstream.so:net-im/telepathy-qt -USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lang gettext gnome kde:5 pkgconfig \ python:2.7 qt:5 tar:xz USE_GNOME= glib20 USE_KDE= auth codecs config configwidgets coreaddons ecm iconthemes \ Modified: head/net-im/ktp-call-ui/pkg-descr ============================================================================== --- head/net-im/ktp-call-ui/pkg-descr Fri May 3 09:01:28 2019 (r500709) +++ head/net-im/ktp-call-ui/pkg-descr Fri May 3 09:31:27 2019 (r500710) @@ -4,4 +4,4 @@ development of collaborative features for KDE Applicat This is the traditional text chat application. -WWW: http://community.kde.org/KTp +WWW: https://community.kde.org/KTp