Date: Sat, 5 Mar 2016 16:40:41 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410189 - head/x11-servers/x11rdp Message-ID: <201603051640.u25GefXm082580@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603051640.u25GefXm082580>