git: f19e02e2300c - main - devel/cbang: unbreak after the upgrade of lang/v8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Jul 2022 20:05:35 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=f19e02e2300cf9b590cd66db2da440d5b83ab010 commit f19e02e2300cf9b590cd66db2da440d5b83ab010 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-07-04 20:03:21 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-07-04 20:03:21 +0000 devel/cbang: unbreak after the upgrade of lang/v8 Chase the upgrade of lang/v8. Reported by: pkg-fallout --- 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