Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2016 07:51:50 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419907 - head/net/freerdp
Message-ID:  <201608090751.u797poZr003417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	bsdports@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



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