From owner-svn-ports-head@freebsd.org Thu Apr 11 11:41:53 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B13615818D9; Thu, 11 Apr 2019 11:41:53 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 978208A5CF; Thu, 11 Apr 2019 11:41:52 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-qk1-f182.google.com with SMTP id s81so3188509qke.13; Thu, 11 Apr 2019 04:41:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TG3tViCFog+0EEtp9irsE3mxS78DqXIh7hBZbqYhB+0=; b=f2CqeBQnApa5u5OQlTe7sKcTCpM0WGv9EJHE2D2pkyO8Z7KWRDTX1qL7PE5siyDvQx K3r9U0NVk4Cs9i3f/9IxGwP7sMNf0/WdHY06aP+Mlm6rV9IZUppXM5ERrPnPaekXBNoD 06WW1ZkzmAE0CuS19M2dV+bhRg9i3MKjEHZiyz9FaX9LsxRX6dFWMofK+AHtmcgmFSOz gSNPBZ275BdAkDPAigU8Ygnhd0yKfFOcK4z9e6kL48cNtPXMcpilbJNx69nPfEMVdx/z oeLUwa8rU4jjkOxBkIYJiznD7uterzER4GOF7aO4zHiqIxY/f7NSgqPf7I1JjJWoGs/Y Wi+g== X-Gm-Message-State: APjAAAVBCDM142pdNb9gJ8I2NDOqb8uT0g2N13kUTp+SSMTHjcEdVFkD sxRJcDjlBfyspCU4rFp/1zAYOd6nrUG6FA== X-Google-Smtp-Source: APXvYqwNP2poJUbHBb87SP9JQJQL5vPNako0nWqp6Uz+xx+OqSwxOKgNDAjjAA3znWBhHto4TfZpHQ== X-Received: by 2002:a37:6484:: with SMTP id y126mr35472273qkb.186.1554982564898; Thu, 11 Apr 2019 04:36:04 -0700 (PDT) Received: from mail-qt1-f174.google.com (mail-qt1-f174.google.com. [209.85.160.174]) by smtp.gmail.com with ESMTPSA id y197sm20768532qkb.23.2019.04.11.04.36.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Apr 2019 04:36:04 -0700 (PDT) Received: by mail-qt1-f174.google.com with SMTP id v32so6557989qtc.10; Thu, 11 Apr 2019 04:36:04 -0700 (PDT) X-Received: by 2002:ac8:3786:: with SMTP id d6mr40894954qtc.328.1554982564323; Thu, 11 Apr 2019 04:36:04 -0700 (PDT) MIME-Version: 1.0 References: <201904111027.x3BARG10092191@repo.freebsd.org> <20190411110243.GA89983@FreeBSD.org> In-Reply-To: <20190411110243.GA89983@FreeBSD.org> From: Mateusz Piotrowski <0mp@freebsd.org> Date: Thu, 11 Apr 2019 13:37:13 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r498662 - head/security/fswatch To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 978208A5CF X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 11 Apr 2019 11:41:53 -0000 Hi, On Thu, 11 Apr 2019 at 13:02, Alexey Dokuchaev wrote: > On Thu, Apr 11, 2019 at 10:27:16AM +0000, Mateusz Piotrowski wrote: > > New Revision: 498662 > > URL: https://svnweb.freebsd.org/changeset/ports/498662 > > > > Log: > > security/fswatch: Tell portscout to ignore a certain version > > Guys (everyone), > > Please, stop translating the diff into English and actually start to > explain the *reasons* behind your changes (not to pick on Mateusz, > it's just a particularly obvious case in point that our commit logs > often suck). > Good point. I'll try to do better ;) Thanks for pointing this out, haha. Cheers, Mateusz