From owner-svn-ports-all@freebsd.org Wed Apr 22 06:59:44 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A2C212A89B2; Wed, 22 Apr 2020 06:59:44 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 496WWz5sS6z3K2d; Wed, 22 Apr 2020 06:59:43 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A74E233E13; Wed, 22 Apr 2020 02:59:37 -0400 (EDT) Received: from [192.168.1.3] (unknown [77.118.202.222]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 7C95C33E10; Wed, 22 Apr 2020 02:59:36 -0400 (EDT) Date: Wed, 22 Apr 2020 08:59:30 +0200 (CEST) From: Gerald Pfeifer To: Kyle Evans cc: Richard Gallamore , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r525692 - in head: net/guacamole-server net/guacamole-server/files www/guacamole-client In-Reply-To: Message-ID: References: <202002100615.01A6FWEY064636@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 496WWz5sS6z3K2d X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-4.59 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-2.29)[ip: (-7.52), ipnet: 209.68.0.0/18(-2.53), asn: 7859(-1.36), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 22 Apr 2020 06:59:44 -0000 On Mon, 10 Feb 2020, Kyle Evans wrote: > On Mon, Feb 10, 2020 at 12:15 AM Richard Gallamore wrote: >> Author: ultima >> Date: Mon Feb 10 06:15:32 2020 >> New Revision: 525692 >> URL: https://svnweb.freebsd.org/changeset/ports/525692 >> >> Log: >> Updated to 1.1.0 > Woot! This was the last consumer of net/freerdp1. Can you slap a > DEPRECATED on that bad boy with some reasonable EXPIRATION_DATE, > Approved by: kevans (maintainer) ? > > Folks should be using net/freerdp instead. Looks like that has not happened, so I just took care and marked net/freerdp1 as deprecated with a window of six weeks. Gerald