diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-08-09 07:51:50 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-08-09 07:51:50 +0000 |
commit | 05c4f783d2f626b5109cab6444fb1bf684242d4f (patch) | |
tree | 1ea75e60d156a171c3f7bbcb110dac013df5696e /net/freerdp | |
parent | 76b30df9c630c391265645d8b6892df22c8a37e1 (diff) | |
download | ports-05c4f783d2f626b5109cab6444fb1bf684242d4f.tar.gz ports-05c4f783d2f626b5109cab6444fb1bf684242d4f.zip |
- Pass maintainership to submitter
- Change USE_OPENSSL => USES= SSL
- Include xorg=xrender
PR: 211685
Submitted by: bsdports@kyle-evans.net
Notes
Notes:
svn path=/head/; revision=419907
Diffstat (limited to 'net/freerdp')
-rw-r--r-- | net/freerdp/Makefile | 10 | ||||
-rw-r--r-- | net/freerdp/distinfo | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index 73d094ecb087..217ab78f9b13 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -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> diff --git a/net/freerdp/distinfo b/net/freerdp/distinfo index 7ce12b3cab1a..4fbc40f7106b 100644 --- a/net/freerdp/distinfo +++ b/net/freerdp/distinfo @@ -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 |