svn commit: r410189 - head/x11-servers/x11rdp

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Mar 5 16:40:42 UTC 2016


Author: rakuco
Date: Sat Mar  5 16:40:41 2016
New Revision: 410189
URL: https://svnweb.freebsd.org/changeset/ports/410189

Log:
  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 at vmeta.jp> (maintainer)

Modified:
  head/x11-servers/x11rdp/Makefile

Modified: head/x11-servers/x11rdp/Makefile
==============================================================================
--- head/x11-servers/x11rdp/Makefile	Sat Mar  5 15:58:46 2016	(r410188)
+++ head/x11-servers/x11rdp/Makefile	Sat Mar  5 16:40:41 2016	(r410189)
@@ -1,11 +1,19 @@
 # Created by: Koichiro IWAO <meta+ports at 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


More information about the svn-ports-all mailing list