From owner-svn-ports-all@freebsd.org Tue Apr 2 08:11:44 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 D5823155C91C; Tue, 2 Apr 2019 08:11:44 +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 6AA15813B2; Tue, 2 Apr 2019 08:11:44 +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 41CD023429; Tue, 2 Apr 2019 08:11:44 +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 x328BiJ1011674; Tue, 2 Apr 2019 08:11:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x328BhQT011672; Tue, 2 Apr 2019 08:11:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201904020811.x328BhQT011672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 Apr 2019 08:11:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497556 - head/multimedia/libva X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/libva X-SVN-Commit-Revision: 497556 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6AA15813B2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; 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: Tue, 02 Apr 2019 08:11:45 -0000 Author: jbeich Date: Tue Apr 2 08:11:43 2019 New Revision: 497556 URL: https://svnweb.freebsd.org/changeset/ports/497556 Log: multimedia/libva: don't skip r497485 fix Modified: head/multimedia/libva/Makefile (contents, props changed) head/multimedia/libva/distinfo (contents, props changed) Modified: head/multimedia/libva/Makefile ============================================================================== --- head/multimedia/libva/Makefile Tue Apr 2 08:02:30 2019 (r497555) +++ head/multimedia/libva/Makefile Tue Apr 2 08:11:43 2019 (r497556) @@ -2,11 +2,11 @@ PORTNAME= libva PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= acf217e61475.patch:-p1 +PATCHFILES+= acf217e61475.patch:-p1 f2b8dc594e3f.patch:-p1 MAINTAINER= jbeich@FreeBSD.org COMMENT?= VAAPI wrapper and dummy driver Modified: head/multimedia/libva/distinfo ============================================================================== --- head/multimedia/libva/distinfo Tue Apr 2 08:02:30 2019 (r497555) +++ head/multimedia/libva/distinfo Tue Apr 2 08:11:43 2019 (r497556) @@ -3,3 +3,5 @@ SHA256 (intel-libva-2.4.0_GH0.tar.gz) = 67f0289944b3c3 SIZE (intel-libva-2.4.0_GH0.tar.gz) = 223232 SHA256 (acf217e61475.patch) = aa8662c037668b2b5053830c5ec36faecda78d85b2960d5995e840b09198ab28 SIZE (acf217e61475.patch) = 750 +SHA256 (f2b8dc594e3f.patch) = 37f4d71ef645cbebf835af788521d2de40d2855db189cab4e3818afeee71f5fc +SIZE (f2b8dc594e3f.patch) = 1008