Date: Tue, 2 Apr 2019 08:12:23 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497557 - branches/2019Q2/multimedia/libva Message-ID: <201904020812.x328CNH7011827@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Apr 2 08:12:23 2019 New Revision: 497557 URL: https://svnweb.freebsd.org/changeset/ports/497557 Log: MFH: r497556 multimedia/libva: don't skip r497485 fix Approved by: ports-secteam blanket Modified: branches/2019Q2/multimedia/libva/Makefile branches/2019Q2/multimedia/libva/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/multimedia/libva/Makefile ============================================================================== --- branches/2019Q2/multimedia/libva/Makefile Tue Apr 2 08:11:43 2019 (r497556) +++ branches/2019Q2/multimedia/libva/Makefile Tue Apr 2 08:12:23 2019 (r497557) @@ -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: branches/2019Q2/multimedia/libva/distinfo ============================================================================== --- branches/2019Q2/multimedia/libva/distinfo Tue Apr 2 08:11:43 2019 (r497556) +++ branches/2019Q2/multimedia/libva/distinfo Tue Apr 2 08:12:23 2019 (r497557) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904020812.x328CNH7011827>