Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 18:03:50 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501436 - head/deskutils/kdepim-runtime
Message-ID:  <201905121803.x4CI3oVe060764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sun May 12 18:03:50 2019
New Revision: 501436
URL: https://svnweb.freebsd.org/changeset/ports/501436

Log:
  - Add missed qca-qt5 cryptoengine dependency to enable public key authentication
  
  With hat:	kde

Modified:
  head/deskutils/kdepim-runtime/Makefile

Modified: head/deskutils/kdepim-runtime/Makefile
==============================================================================
--- head/deskutils/kdepim-runtime/Makefile	Sun May 12 17:53:55 2019	(r501435)
+++ head/deskutils/kdepim-runtime/Makefile	Sun May 12 18:03:50 2019	(r501436)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kdepim-runtime
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	deskutils kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -12,6 +13,7 @@ LICENSE=	LGPL21
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libcurl.so:ftp/curl \
 		libkolabxml.so:textproc/libkolabxml \
+		libqca-qt5.so:devel/qca \
 		libsasl2.so:security/cyrus-sasl2 \
 		libxerces-c-3.2.so:textproc/xerces-c3
 



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