From owner-svn-ports-all@freebsd.org Wed Nov 8 07:23:27 2017 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 5C4A3E70146; Wed, 8 Nov 2017 07:23:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CBD66E608; Wed, 8 Nov 2017 07:23:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7107215581; Wed, 8 Nov 2017 07:23:26 +0000 (UTC) Date: Wed, 8 Nov 2017 07:23:26 +0000 From: Alexey Dokuchaev To: Carlo Strub Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r453706 - head/security/arm Message-ID: <20171108072326.GB99136@FreeBSD.org> References: <201711072153.vA7Lrnol098513@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201711072153.vA7Lrnol098513@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 08 Nov 2017 07:23:27 -0000 On Tue, Nov 07, 2017 at 09:53:49PM +0000, Carlo Strub wrote: > New Revision: 453706 > URL: https://svnweb.freebsd.org/changeset/ports/453706 > > Log: > DEPRECATED While I understand that in this case commit speaks for itself, please try to write more elaborate commit messages even for simple commits like this one. > Modified: > head/security/arm/Makefile > ... > @@ -2,6 +2,7 @@ > # $FreeBSD$ > > PORTNAME= arm > +DEPRECATED= arm has been replaced by security/nyx > DISTVERSION= 1.4.5.0 > PORTREVISION= 1 > CATEGORIES= security net python This is not the proper place for DEPRECATED knob. In this case it should have been also accompanied with EXPIRATION_DATE. ./danfe