From owner-svn-ports-head@freebsd.org Wed Nov 28 09:30:31 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 B990A114E44D; Wed, 28 Nov 2018 09:30:31 +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 591F26C6A2; Wed, 28 Nov 2018 09:30:31 +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 3A32955F; Wed, 28 Nov 2018 09:30:31 +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 wAS9UVKe063183; Wed, 28 Nov 2018 09:30:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAS9UUUs063181; Wed, 28 Nov 2018 09:30:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201811280930.wAS9UUUs063181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 28 Nov 2018 09:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486084 - head/net-im/ktp-auth-handler X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-im/ktp-auth-handler X-SVN-Commit-Revision: 486084 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 591F26C6A2 X-Spamd-Result: default: False [1.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.47)[0.465,0]; NEURAL_SPAM_SHORT(0.50)[0.504,0]; NEURAL_SPAM_MEDIUM(0.30)[0.301,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Wed, 28 Nov 2018 09:30:31 -0000 Author: amdmi3 Date: Wed Nov 28 09:30:30 2018 New Revision: 486084 URL: https://svnweb.freebsd.org/changeset/ports/486084 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/net-im/ktp-auth-handler/Makefile head/net-im/ktp-auth-handler/pkg-descr Modified: head/net-im/ktp-auth-handler/Makefile ============================================================================== --- head/net-im/ktp-auth-handler/Makefile Wed Nov 28 09:26:05 2018 (r486083) +++ head/net-im/ktp-auth-handler/Makefile Wed Nov 28 09:30:30 2018 (r486084) @@ -7,6 +7,9 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KWallet integration module for KDE Telepathy +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 \ libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals \ Modified: head/net-im/ktp-auth-handler/pkg-descr ============================================================================== --- head/net-im/ktp-auth-handler/pkg-descr Wed Nov 28 09:26:05 2018 (r486083) +++ head/net-im/ktp-auth-handler/pkg-descr Wed Nov 28 09:30:30 2018 (r486084) @@ -5,4 +5,4 @@ development of collaborative features for KDE Applicat This module handles KWallet integration, and prompts/sends passwords to connection managers when requested. -WWW: http://community.kde.org/KTp +WWW: https://community.kde.org/KTp