From owner-svn-ports-all@freebsd.org Wed Jan 27 09:36:01 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 24053A6F359; Wed, 27 Jan 2016 09:36:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0B314B1; Wed, 27 Jan 2016 09:36:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 15FA310E2; Wed, 27 Jan 2016 09:36:01 +0000 (UTC) Date: Wed, 27 Jan 2016 09:36:01 +0000 From: Alexey Dokuchaev To: Kubilay Kocak Cc: Martin Wilke , ports-committers@freebsd.org, "svn-ports-all@FreeBSD.org" , "svn-ports-head@FreeBSD.org" Subject: Re: svn commit: r407270 - head/ports-mgmt/portmaster Message-ID: <20160127093601.GA54242@FreeBSD.org> References: <201601261123.u0QBNcvL091258@repo.freebsd.org> <56A86CAD.7030507@marino.st> <56A8747E.5080703@FreeBSD.org> <20160127081700.GA20812@FreeBSD.org> <56A87FCE.6080305@FreeBSD.org> <20160127084230.GA28230@FreeBSD.org> <56A88489.5020507@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56A88489.5020507@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 27 Jan 2016 09:36:01 -0000 On Wed, Jan 27, 2016 at 07:49:13PM +1100, Kubilay Kocak wrote: > [...] > 3. Computers: To mark (a component of a software standard) as obsolete > to warn against its use in the future so that it may be phased out. Right, and it does way "may be", not "will [eventually] be" or something. Yet every time someone puts a DEPRECATED without EXPIRATION_DATE, someone else will ask why is that. I don't like it. I often want to deprecate a port but stay as long as it works (while alternatives are better, there might be special cases when a user might to actually prefer deprecated port -- e.g. because it builds on their Tier-42 platform where recommeded one does not). ./danfe