From owner-svn-ports-all@freebsd.org Wed Mar 27 18:18:11 2019 Return-Path: Delivered-To: svn-ports-all@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 4823815565FC; Wed, 27 Mar 2019 18:18:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF4B287217; Wed, 27 Mar 2019 18:18:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id CFB431BA49; Wed, 27 Mar 2019 18:18:10 +0000 (UTC) Date: Wed, 27 Mar 2019 18:18:10 +0000 From: Alexey Dokuchaev To: Jochen Neumeister Cc: Mahdi Mokhtari , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r496952 - in head/databases: . automysqlbackup automysqlbackup/files Message-ID: <20190327181810.GA5488@FreeBSD.org> References: <201903271710.x2RHAtXV099529@repo.freebsd.org> <20190327175225.GA12197@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: DF4B287217 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2019 18:18:11 -0000 On Wed, Mar 27, 2019 at 06:58:27PM +0100, Jochen Neumeister wrote: > On 27.03.19 18:52, Alexey Dokuchaev wrote: > > On Wed, Mar 27, 2019 at 05:10:55PM +0000, Mahdi Mokhtari wrote: > >> New Revision: 496952 > >> URL: https://svnweb.freebsd.org/changeset/ports/496952 > >> > >> Modified: > >> head/databases/Makefile > >> ... > >> @@ -23,6 +23,7 @@ > >> SUBDIR += arangodb33 > >> SUBDIR += ateam_mysql_ldap_auth > >> SUBDIR += autobackupmysql > >> + SUBDIR += automysqlbackup > > > > What's that with the line above? > > https://sourceforge.net/projects/automysqlbackup > https://sourceforge.net/projects/autobackupmysql > > I invested 2 minutes for you. > You realize that there are 2 different projects. Thanks. I didn't imply that they were necessarily the same, but having two ports with very similar names, and neither commit log nor pkg-descr telling what's the difference is, well, disturbing. We should not confuse our users. ./danfe