From nobody Sat Dec 04 12:55:53 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B010318B2D5B; Sat, 4 Dec 2021 12:55:54 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J5qS96Lq7z4V7g; Sat, 4 Dec 2021 12:55:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4CD7241FF; Sat, 4 Dec 2021 12:55:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B4CtrNM043827; Sat, 4 Dec 2021 12:55:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B4Ctr28043826; Sat, 4 Dec 2021 12:55:53 GMT (envelope-from git) Date: Sat, 4 Dec 2021 12:55:53 GMT Message-Id: <202112041255.1B4Ctr28043826@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Hiroki Tagato Subject: git: 9bf899f2dbc7 - main - devel/electron13: add missing dependency (multimedia/libva) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tagattie X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9bf899f2dbc7b674314c82875f012c8eb4adc1d7 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638622553; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ZuSM8W1ewu+IbiFIxVpXZdqGjiSBl13XVsbSgs2Vtyg=; b=JUnlbxRydtoHQaVzhwtDCVbpTdk1r9SyU7Z+EoSyM/SiO38hKyNU52S0HVfxPSVoTVmfYD nkTw+Sp/rOzRxMAZcmiTYn8cVlL1aynEvgwEbaAdNKxZGSeGeNUV8W90K22LSes39CPbEx Ainod0qWYDU4LMoYPUsxwfX28yBuSf1EHTFPUkRnbjsYgBQ3eqcZkcp8I6noP/cWBMye23 eGLW4JX192E+X8wxPVo6mn/1+GdA5rcwnYDFSeg+wygoug+CI0TkEsmQMt5SHLuj1+Nb0M Mpff9b1sTUThRGSTOqyvrmErd5KMiBXEzykSP8nV6xqYEN73F7WeO/0U3kqxgQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638622553; a=rsa-sha256; cv=none; b=WWdde7Kzz6I0xDCeu1wZ2H+N+q7FCbBxJB6uu7Uvz49sruczuAQ3/Nh4zDMPGvS1IskCKa 6/evhcFNrkRFn3nlEtTLGmaZWxpPdBjCTJpLbuSzxUmk8J8q0mKMLDVTasStWmXPJYnMb/ rm3y2AS4tdkn55h6srtvaYlQjInBjUPiPn3XUC5D1WCSQZdJ6S0KCbkILDUo9AHggqpJ56 RCOCH20xI+SRu/NINwIvseXN+y8M3x/6xG4+Js7WC5KbHA1XGDcFmeQE5xFWcb1djtO2dv 1YkhvDWNsQxt1aMH3b9dRL++gq80Or9Okv1w7qzMPGG0jNAHPlb96EQYZJ4FQg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bf899f2dbc7b674314c82875f012c8eb4adc1d7 commit 9bf899f2dbc7b674314c82875f012c8eb4adc1d7 Author: Hiroki Tagato AuthorDate: 2021-12-04 12:54:26 +0000 Commit: Hiroki Tagato CommitDate: 2021-12-04 12:55:43 +0000 devel/electron13: add missing dependency (multimedia/libva) Reported by: olgeni (via email) --- devel/electron13/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/electron13/Makefile b/devel/electron13/Makefile index 7ca840074b77..c8b7765fd90a 100644 --- a/devel/electron13/Makefile +++ b/devel/electron13/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER:S/-beta./.b/} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/:chromium \ https://commondatastorage.googleapis.com/chromium-fonts/:chromium_testfonts @@ -41,6 +42,7 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ libpng.so:graphics/png \ libwebp.so:graphics/webp \ libavcodec.so:multimedia/ffmpeg \ + libva.so:multimedia/libva \ libopenh264.so:multimedia/openh264 \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \