git: fb9720f20f94 - main - multimedia/libvpx: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:56:48 UTC 2021


The branch main has been updated by decke:

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

commit fb9720f20f94d771ce48014f4f5403d4afffb93f
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:37:01 +0000
Commit:     Bernhard Froehlich <decke at 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


More information about the dev-commits-ports-all mailing list