From owner-svn-ports-all@freebsd.org Thu Jun 18 17:55:23 2020 Return-Path: Delivered-To: svn-ports-all@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 E014B3568B1; Thu, 18 Jun 2020 17:55:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49nqNC5f8kz3XS1; Thu, 18 Jun 2020 17:55:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id AC1051D83A; Thu, 18 Jun 2020 17:55:23 +0000 (UTC) From: Jan Beich To: Piotr Kubaj Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r539553 - in head/multimedia/handbrake: . files References: <202006181741.05IHfvuk037855@repo.freebsd.org> Date: Thu, 18 Jun 2020 19:55:19 +0200 In-Reply-To: <202006181741.05IHfvuk037855@repo.freebsd.org> (Piotr Kubaj's message of "Thu, 18 Jun 2020 17:41:57 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 18 Jun 2020 17:55:23 -0000 Piotr Kubaj writes: > Author: pkubaj > Date: Thu Jun 18 17:41:56 2020 > New Revision: 539553 > URL: https://svnweb.freebsd.org/changeset/ports/539553 > > Log: > multimedia/handbrake: update to 1.3.3 > > HandBrake 1.3.3 has been released. This patch updates multimedia/handbrake port. > Here is list of changes from 1.3.2. > > 1. update to ffmpeg 4.2.3 in contrib files > 2. code style fix of MASTER_SITES > 3. update version.txt from upstream's source tarball. > 4. mediainfo filename change > 5. add powerpc to architectures list. > > Submitted by: naito.yuichiro_gmail.com (maintainer) > Differential Revision: https://reviews.freebsd.org/D25292 Consider MFH to 2020Q2 because it contains only bug fixes. In particular, it fixes H.265 (Intel QSV) after r529258.