svn commit: r501436 - head/deskutils/kdepim-runtime

Dima Panov fluffy at FreeBSD.org
Sun May 12 18:03:51 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list