From owner-cvs-all@FreeBSD.ORG Fri Nov 11 20:49:44 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 8A9781065754; Fri, 11 Nov 2011 20:49:44 +0000 (UTC) Date: Fri, 11 Nov 2011 20:49:44 +0000 From: Alexey Dokuchaev To: Ruslan Mahmatkhanov Message-ID: <20111111204944.GB70958@FreeBSD.org> References: <201111112023.pABKNjHp014066@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201111112023.pABKNjHp014066@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/converters/py-iconvcodec Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2011 20:49:44 -0000 On Fri, Nov 11, 2011 at 08:23:45PM +0000, Ruslan Mahmatkhanov wrote: > rm 2011-11-11 20:23:45 UTC > > Modified files: > converters/py-iconvcodec Makefile > Log: > Deprecate this port. Set for removal on 2011-12-11. > > This module is deprecated since release of Python 2.4 > that has `codecs` module in it's standard library. We > have no Python versions less than 2.4 in the tree, no > other ports depend on this one, it's unmaintained and > last release was 8 years ago (Nov 2003). > > PR: ports/162274 > Submitted by: rm (myself) > Approved by: novel (mentor) > Feature safe: yes Ruslan, Do you mind not prepending leading spaces to your commit log texts? It is not just being inconsistent with what other folks do, but also potentially breaks log parsing scripts that expect each line of text to start at ^ w/o prefix-chomping it. Also, canonical form of single quotes embrace if `foobar', not `foobar`. Thank you. ./danfe