From owner-svn-ports-head@freebsd.org Sun Nov 18 05:28:08 2018 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 C97371129C1D; Sun, 18 Nov 2018 05:28:08 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEC476CAAB; Sun, 18 Nov 2018 05:28:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 18A0033E55; Sun, 18 Nov 2018 00:28:01 -0500 (EST) Received: from [172.20.10.60] (unknown [12.235.85.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 9D52533E54; Sun, 18 Nov 2018 00:28:00 -0500 (EST) Date: Sat, 17 Nov 2018 22:27:59 -0700 (MST) From: Gerald Pfeifer To: Antoine Brodin cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r485199 - head In-Reply-To: <201811172118.wAHLIJS9089792@repo.freebsd.org> Message-ID: References: <201811172118.wAHLIJS9089792@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: CEC476CAAB X-Spamd-Result: default: False [-1.51 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; R_SPF_SOFTFAIL(0.00)[~all]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[mailwash29.pair.com]; NEURAL_HAM_SHORT(-0.85)[-0.846,0]; RWL_MAILSPIKE_POSSIBLE(0.00)[143.5.68.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; IP_SCORE(-0.55)[ipnet: 209.68.0.0/18(-1.32), asn: 7859(-1.36), country: US(-0.10)]; FROM_EQ_ENVFROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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: Sun, 18 Nov 2018 05:28:09 -0000 On Sat, 17 Nov 2018, Antoine Brodin wrote: > Log: > Fix MOVED entries That's a little generic of a commit message. > -x11-wm/cde|x11/cde|2018-11-03|Recategorise > +x11-wm/cde|x11/cde|2018-11-05|Recategorise > -security/ossec-hids-client|security/ossec-hids-agent|2018-10-29|Agent is the name used in documentation > +security/ossec-hids-client|security/ossec-hids-agent|2018-11-09|Agent is the name used in documentation "Fix dates for x11-wm/cde and security/ossec-hids-client" would have been more descriptive. Otherwise all log entries for this file would read "Add MOVED entries" or "Fix MOVED entries". ;-) Gerald