Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:56:46 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fb9720f20f94 - main - multimedia/libvpx: Fix CPE information because current one is deprecated
Message-ID:  <202109141056.18EAuk6D055976@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb9720f20f94d771ce48014f4f5403d4afffb93f

commit fb9720f20f94d771ce48014f4f5403d4afffb93f
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-14 09:37:01 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-14 10:55:20 +0000

    multimedia/libvpx: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 multimedia/libvpx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index 114063516cea..a523f24947fd 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -21,7 +21,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	webmproject
 
 USES=		compiler:c++11-lib cpe gmake perl5 shebangfix
-CPE_VENDOR=	john_koleszar
+CPE_VENDOR=	webmproject
 HAS_CONFIGURE=	yes
 USE_PERL5=	build
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109141056.18EAuk6D055976>