diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-05 16:40:41 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-05 16:40:41 +0000 |
commit | 382f2da52afd4ae3c24c27ea0cebc021c50688c3 (patch) | |
tree | 048a09858744dd082b4beee8e7595a302fb515a2 /x11-servers | |
parent | 82675d4508c35cc5b38380f2a1c81285a96567d7 (diff) |
Add another MASTER_SITE, and a clarifying comment.
The comment explains the difference between net/xrdp and x11-servers/x11rdp to
avoid confusion because of their similar names.
PR: 207323
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=410189
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/x11rdp/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-servers/x11rdp/Makefile b/x11-servers/x11rdp/Makefile index f620a3bd4f1f..7b9501a6a62e 100644 --- a/x11-servers/x11rdp/Makefile +++ b/x11-servers/x11rdp/Makefile @@ -1,11 +1,19 @@ # Created by: Koichiro IWAO <meta+ports@vmeta.jp> # $FreeBSD$ +# Do not confuse net/xrdp with x11-servers/x11rdp. This port is not +# former version or name of net/xrdp. x11rdp is fundamentally an X server. +# xrdp is a RDP server. They work together. Neither xrdp nor x11rdp +# can be used fully functionally without the other. +# +# Simply saying, net/xrdp is front-end, x11-servers/x11rdp is back-end. + PORTNAME= x11rdp PORTVERSION= 0.5.0.${X11RDPREVISION} PORTREVISION= 1 CATEGORIES= x11-servers -MASTER_SITES= http://www.club.kyutech.ac.jp/~meta/distfiles/:x11rdp +MASTER_SITES= https://xrdp.vmeta.jp/pub/xrdp/:x11rdp \ + http://www.club.kyutech.ac.jp/~meta/distfiles/:x11rdp DISTNAME= ${PORTNAME}_xorg71 DISTFILES= ${PORTNAME}_xorg71_r${X11RDPREVISION}.tar.gz:x11rdp DIST_SUBDIR= xrdp |