From owner-svn-ports-head@freebsd.org Thu Mar 5 17:19:42 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E61A126EBF4; Thu, 5 Mar 2020 17:19:42 +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 48YHYT1NPRz4dHf; Thu, 5 Mar 2020 17:19:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 72A6DF293; Thu, 5 Mar 2020 17:19:39 +0000 (UTC) Date: Thu, 5 Mar 2020 17:19:39 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r527828 - head/audio/libebur128 Message-ID: <20200305171939.GA1509@FreeBSD.org> References: <202003051222.025CMOip074698@repo.freebsd.org> <20200305155926.cqpbcc5btdhag7d5@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200305155926.cqpbcc5btdhag7d5@ogg.in.absolight.net> 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, 05 Mar 2020 17:19:43 -0000 On Thu, Mar 05, 2020 at 04:59:26PM +0100, Mathieu Arnold wrote: > On Thu, Mar 05, 2020 at 12:22:24PM +0000, Alexey Dokuchaev wrote: > > New Revision: 527828 > > URL: https://svnweb.freebsd.org/changeset/ports/527828 > > > > Log: > > Drop dependency on `audio/speexdsp', not needed since 1.2.0: > > https://github.com/jiixyj/libebur128/releases/tag/v1.2.0 > > You forgot to bump PORTREVISION. I did not forget, I just did not bump it: there's nothing wrong with the previous package. Unused dependency does not hurt, there's nothing a user can do to make the package silently unusable. Contrary to the opposite situation like in r527240 where it was actually needed (and explained in the commit log). ./danfe