Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2019 09:31:27 +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: r500710 - head/net-im/ktp-call-ui
Message-ID:  <201905030931.x439VRHs010388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905030931.x439VRHs010388>