git: 7f110a9f1d87 - 2022Q3 - devel/cbang: unbreak after the upgrade of lang/v8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Jul 2022 11:27:31 UTC
The branch 2022Q3 has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f110a9f1d87eafc9e727d465d66da2103202f5f commit 7f110a9f1d87eafc9e727d465d66da2103202f5f Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-07-04 20:03:21 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-07-05 11:27:26 +0000 devel/cbang: unbreak after the upgrade of lang/v8 Chase the upgrade of lang/v8. Reported by: pkg-fallout (cherry picked from commit f19e02e2300cf9b590cd66db2da440d5b83ab010) --- devel/cbang/Makefile | 2 +- devel/cbang/pkg-plist | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/cbang/Makefile b/devel/cbang/Makefile index 7a277be32f51..f0c2ba1d6a20 100644 --- a/devel/cbang/Makefile +++ b/devel/cbang/Makefile @@ -2,7 +2,7 @@ PORTNAME= cbang PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= thierry@FreeBSD.org diff --git a/devel/cbang/pkg-plist b/devel/cbang/pkg-plist index f6ee3399e15b..b9cf05785910 100644 --- a/devel/cbang/pkg-plist +++ b/devel/cbang/pkg-plist @@ -172,12 +172,6 @@ include/cbang/js/Sink.h include/cbang/js/StackTrace.h include/cbang/js/StdModule.h include/cbang/js/Value.h -include/cbang/js/v8/Context.h -include/cbang/js/v8/Factory.h -include/cbang/js/v8/JSImpl.h -include/cbang/js/v8/V8.h -include/cbang/js/v8/Value.h -include/cbang/js/v8/ValueRef.h include/cbang/json/BufferWriter.h include/cbang/json/Builder.h include/cbang/json/Dict.h