From owner-svn-ports-head@FreeBSD.ORG Sun Feb 24 21:02:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7E7D6B4F; Sun, 24 Feb 2013 21:02:04 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x235.google.com (ia-in-x0235.1e100.net [IPv6:2607:f8b0:4001:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2C6396; Sun, 24 Feb 2013 21:02:04 +0000 (UTC) Received: by mail-ia0-f181.google.com with SMTP id w33so790337iag.40 for ; Sun, 24 Feb 2013 13:02:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=I0cxczqtu+ptQb/TPYfYPyKvKWpLPVI/A4bIbPuzObM=; b=n519ojCWJbIDunRLAYLQPs+bm/8risu+nR00LDZ+hTsViNPPktaw3JOCk4NFPLK3Gs E+EGRl4N+Mw8fxg9Gsh13tGIWsfoJEtL/i5YDXRhJ65G8P4f9Ln280tth4sjRv7BpBoN UXaiHLuMnn5iWJR0jNrESpKZdfFuNBCMp2uQoMOSnzYo2yk//kUW9sez41h+qoqTwa+c idJvReln9WtezjVFmILuEUiDMQ66WmuHduFjABhZ8IsALipPs2nQHQ1+03p66wvu4rBa VD7ChFLhJKV+sV8hlLIRjAD+ygnVdCvqevHXz9GVbbI2MPetbitQPKCxLvhzW/LvNNua yQ4w== MIME-Version: 1.0 X-Received: by 10.50.53.180 with SMTP id c20mr2524661igp.15.1361739723333; Sun, 24 Feb 2013 13:02:03 -0800 (PST) Received: by 10.64.63.12 with HTTP; Sun, 24 Feb 2013 13:02:03 -0800 (PST) Received: by 10.64.63.12 with HTTP; Sun, 24 Feb 2013 13:02:03 -0800 (PST) In-Reply-To: <512A586D.5000701@gmx.at> References: <201302231236.r1NCawDd095998@svn.freebsd.org> <512921EA.90202@freebsd.org> <512A586D.5000701@gmx.at> Date: Sun, 24 Feb 2013 21:02:03 +0000 Message-ID: Subject: Re: svn commit: r312809 - head/security/py-fail2ban From: Chris Rees To: Christoph Theis Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, Frederic Culot , svn-ports-all@freebsd.org, Andrey Chernov , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 24 Feb 2013 21:02:04 -0000 On 24 Feb 2013 18:20, "Christoph Theis" wrote: > > Am 23.02.2013 21:09, schrieb Andrey Chernov: > >> files/patch-actions.py is not needed now. >> From Changelog: >> * [37a2e59] store IP as a base, non-unicode str to avoid spurious >> messages in the console. Close gh-91 > > > You are right, that file is now obsolete. > But converting a string to a string doesn't hurt so I will not submit a patch right now but instead remove that file next time. Well, it's zero effort to remove the file, and worth doing if it's not necessary. If you approve, let us know and someone will do it, no need for a patch :) Chris