From owner-svn-ports-head@freebsd.org Sat Feb 29 17:47:17 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 01D1E264553; Sat, 29 Feb 2020 17:47:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48VDPc5mvwz4chq; Sat, 29 Feb 2020 17:47:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3BB51E5DF; Sat, 29 Feb 2020 17:47:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01THlG1N013920; Sat, 29 Feb 2020 17:47:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01THlG97013917; Sat, 29 Feb 2020 17:47:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002291747.01THlG97013917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 29 Feb 2020 17:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527448 - head/multimedia/vmaf X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/vmaf X-SVN-Commit-Revision: 527448 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sat, 29 Feb 2020 17:47:17 -0000 Author: jbeich Date: Sat Feb 29 17:47:16 2020 New Revision: 527448 URL: https://svnweb.freebsd.org/changeset/ports/527448 Log: multimedia/vmaf: replace patch with upstream version Git hash is different due to cherry-pick. Modified: head/multimedia/vmaf/Makefile (contents, props changed) head/multimedia/vmaf/distinfo (contents, props changed) Modified: head/multimedia/vmaf/Makefile ============================================================================== --- head/multimedia/vmaf/Makefile Sat Feb 29 17:44:49 2020 (r527447) +++ head/multimedia/vmaf/Makefile Sat Feb 29 17:47:16 2020 (r527448) @@ -6,7 +6,7 @@ DISTVERSION= 1.5.1 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 16e2321c3bf9.patch:-p2 # https://github.com/Netflix/vmaf/pull/511 +PATCHFILES+= ea25229433f7.patch:-p2 MAINTAINER= jbeich@FreeBSD.org COMMENT= Perceptual video quality assessment based on multi-method fusion Modified: head/multimedia/vmaf/distinfo ============================================================================== --- head/multimedia/vmaf/distinfo Sat Feb 29 17:44:49 2020 (r527447) +++ head/multimedia/vmaf/distinfo Sat Feb 29 17:47:16 2020 (r527448) @@ -1,5 +1,5 @@ TIMESTAMP = 1582903763 SHA256 (Netflix-vmaf-v1.5.1_GH0.tar.gz) = 9267b40223ac8d67fb6b99726ce7ed3925b9843f18ad5aa8ffbe2fe873e45cbe SIZE (Netflix-vmaf-v1.5.1_GH0.tar.gz) = 69737692 -SHA256 (16e2321c3bf9.patch) = 75c4605c4764326b7d442f8df7511228f5a9ba2ca35cfcbd4fc34c02d747f702 -SIZE (16e2321c3bf9.patch) = 1101 +SHA256 (ea25229433f7.patch) = b2a9d1d4bb431347c4114d8c17d4d43225be0f64cb9662bb28ce7fbf57064a03 +SIZE (ea25229433f7.patch) = 1101