svn commit: r556633 - branches/2020Q4/net/freerdp

Jan Beich jbeich at FreeBSD.org
Mon Nov 30 12:52:44 UTC 2020


Author: jbeich
Date: Mon Nov 30 12:52:44 2020
New Revision: 556633
URL: https://svnweb.freebsd.org/changeset/ports/556633

Log:
  MFH: r556318
  
  net/freerdp: drop unused dependencies after r538228
  
  https://github.com/FreeRDP/FreeRDP/commit/0927d7aa50c7
  
  PR:		251233
  Approved by:	kevans (maintainer)
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q4/net/freerdp/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/net/freerdp/Makefile
==============================================================================
--- branches/2020Q4/net/freerdp/Makefile	Mon Nov 30 12:51:16 2020	(r556632)
+++ branches/2020Q4/net/freerdp/Makefile	Mon Nov 30 12:52:44 2020	(r556633)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freerdp
 DISTVERSION=	2.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net comms
 MASTER_SITES=   https://pub.freerdp.com/releases/ \
 		https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/
@@ -17,10 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_SSL=	libressl-devel
 BROKEN_SSL_REASON_libressl-devel=	fails to compile: no member named 'alert_dispatch' in 'struct ssl3_state_st'
 
-LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib	\
-		libepoll-shim.so:devel/libepoll-shim	\
-		libudev.so:devel/libudev-devd		\
-		libuuid.so:misc/e2fsprogs-libuuid
+LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim
 
 USES=		alias cmake compiler:c++11-lib cpe gettext gnome localbase pathfix pkgconfig ssl
 USE_LDCONFIG=	yes


More information about the svn-ports-branches mailing list