svn commit: r419907 - head/net/freerdp

Wen Heping wen at FreeBSD.org
Tue Aug 9 07:51:52 UTC 2016


Author: wen
Date: Tue Aug  9 07:51:50 2016
New Revision: 419907
URL: https://svnweb.freebsd.org/changeset/ports/419907

Log:
  - Pass maintainership to submitter
  - Change USE_OPENSSL => USES= SSL
  - Include xorg=xrender
  
  PR:		211685
  Submitted by:	bsdports at kyle-evans.net

Modified:
  head/net/freerdp/Makefile
  head/net/freerdp/distinfo

Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile	Tue Aug  9 07:46:38 2016	(r419906)
+++ head/net/freerdp/Makefile	Tue Aug  9 07:51:50 2016	(r419907)
@@ -3,18 +3,17 @@
 
 PORTNAME=	freerdp
 PORTVERSION=	1.2.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net comms ipv6
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bsdports at kyle-evans.net
 COMMENT=	Free implementation of Remote Desktop Protocol
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
-USES=		alias cmake:outsource cpe execinfo pkgconfig compiler:c++11-lib
+USES=		alias cmake:outsource cpe execinfo pkgconfig compiler:c++11-lib ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeRDP
 GH_PROJECT=	${GH_ACCOUNT}
@@ -65,7 +64,8 @@ X11_DESC=		Build FreeRDP X11 client
 X11_BUILD_DEPENDS=	xmlto:textproc/xmlto
 X11_CMAKE_ON=		-DWITH_X11=ON
 X11_CMAKE_OFF=		-DWITH_X11=OFF -DWITH_XKBFILE=OFF
-X11_USE=		xorg=x11,xkbfile,xcursor,xextproto,xv,xinerama,xext,xcursor,xrandr,xi,xfixes
+X11_USE=		xorg=x11,xkbfile,xcursor,xextproto,xv,xinerama,xext \
+			xcursor,xrandr,xi,xfixes,xrender
 
 .include <bsd.port.options.mk>
 

Modified: head/net/freerdp/distinfo
==============================================================================
--- head/net/freerdp/distinfo	Tue Aug  9 07:46:38 2016	(r419906)
+++ head/net/freerdp/distinfo	Tue Aug  9 07:51:50 2016	(r419907)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1470755086
 SHA256 (FreeRDP-FreeRDP-1.2.0-f5ff6e1_GH0.tar.gz) = f39c7eaa007a3aef580f364f8f5c0b9208c6c3c8f5f00a4c0ed020a81535eb32
 SIZE (FreeRDP-FreeRDP-1.2.0-f5ff6e1_GH0.tar.gz) = 6033856


More information about the svn-ports-all mailing list