From owner-svn-ports-head@FreeBSD.ORG Wed Apr 23 05:38:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C4A53C5; Wed, 23 Apr 2014 05:38:59 +0000 (UTC) Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 534EE23CE97; Wed, 23 Apr 2014 07:38:57 +0200 (CEST) Message-ID: <535751F0.6060008@FreeBSD.org> Date: Wed, 23 Apr 2014 07:38:56 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Rene Ladan , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r351860 - in head/mail/fetchmail: . files References: <201404221610.s3MGAo43010487@svn.freebsd.org> In-Reply-To: <201404221610.s3MGAo43010487@svn.freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 05:38:59 -0000 Am 22.04.2014 18:10, schrieb Rene Ladan: > Author: rene > Date: Tue Apr 22 16:10:50 2014 > New Revision: 351860 > URL: http://svnweb.freebsd.org/changeset/ports/351860 > QAT: https://qat.redports.org/buildarchive/r351860/ > > Log: > - Add license information [1] > - Fix shebang for fetchmailconf.py [1] > - Convert POP2 knob into an option [1] Do we really need the 29-year-old POP2 these days, even though it's already marked obsolete? Re-adding an option for such cruft seems anachronistic to me. POP2 is inherently unreliable, unlike POP3 when using UIDs. POP3's first RFC (1460) is also 21 years old already.