From owner-svn-ports-head@freebsd.org Tue Jan 23 16:05:30 2018 Return-Path: Delivered-To: svn-ports-head@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 6241BEB51C8; Tue, 23 Jan 2018 16:05:30 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "0x20.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29A7D83DA8; Tue, 23 Jan 2018 16:05:29 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id C3424B5799; Tue, 23 Jan 2018 17:05:20 +0100 (CET) Received: (from lars@localhost) by e.0x20.net (8.15.2/8.15.2/Submit) id w0NG5Ke9091501; Tue, 23 Jan 2018 17:05:20 +0100 (CET) (envelope-from lars) Date: Tue, 23 Jan 2018 17:05:20 +0100 From: Lars Engels To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459728 - head/net-mgmt/icingaweb2 Message-ID: <20180123160520.GZ38081@e.0x20.net> References: <201801230831.w0N8V4wt037896@repo.freebsd.org> <20180123091125.aqk4vjrkeomsxyf2@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180123091125.aqk4vjrkeomsxyf2@atuin.in.mat.cc> X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 23 Jan 2018 16:05:30 -0000 On Tue, Jan 23, 2018 at 10:11:25AM +0100, Mathieu Arnold wrote: > On Tue, Jan 23, 2018 at 08:31:04AM +0000, Lars Engels wrote: > > + (${FIND} ${WRKSRC} -name "*.bak" -exec rm {} +) > > -delete Oh, yes. Thanks for catching this. I just commited your suggestion.