From owner-svn-ports-all@freebsd.org Sat Mar 5 16:40:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 915AFA098BF; Sat, 5 Mar 2016 16:40:42 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62E0B95A; Sat, 5 Mar 2016 16:40:42 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u25GefWX082581; Sat, 5 Mar 2016 16:40:41 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u25GefXm082580; Sat, 5 Mar 2016 16:40:41 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603051640.u25GefXm082580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 5 Mar 2016 16:40:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410189 - head/x11-servers/x11rdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2016 16:40:42 -0000 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 (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 # $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