svn commit: r542120 - head/net-im/ktp-contact-runner

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 13 09:35:58 UTC 2020


Author: amdmi3
Date: Mon Jul 13 09:35:57 2020
New Revision: 542120
URL: https://svnweb.freebsd.org/changeset/ports/542120

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/ktp-contact-runner/Makefile
  head/net-im/ktp-contact-runner/pkg-descr

Modified: head/net-im/ktp-contact-runner/Makefile
==============================================================================
--- head/net-im/ktp-contact-runner/Makefile	Mon Jul 13 09:19:57 2020	(r542119)
+++ head/net-im/ktp-contact-runner/Makefile	Mon Jul 13 09:35:57 2020	(r542120)
@@ -10,6 +10,9 @@ COMMENT=	KRunner integration module for KDE Telepathy
 LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt \
 		libKTpCommonInternals.so:net-im/ktp-common-internals
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
 USE_KDE=	config coreaddons ecm i18n package plasma-framework runner \
 		service wallet

Modified: head/net-im/ktp-contact-runner/pkg-descr
==============================================================================
--- head/net-im/ktp-contact-runner/pkg-descr	Mon Jul 13 09:19:57 2020	(r542119)
+++ head/net-im/ktp-contact-runner/pkg-descr	Mon Jul 13 09:35:57 2020	(r542120)
@@ -4,4 +4,4 @@ development of collaborative features for KDE Applicat
 
 This module makes KRunner capable of showing contacts.
 
-WWW: http://community.kde.org/KTp
+WWW: https://community.kde.org/KTp


More information about the svn-ports-all mailing list