git: aa74318603cb - main - security/caldera-ot: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 17:31:49 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa74318603cb90a36cf49a4007001e5e44c60970 commit aa74318603cb90a36cf49a4007001e5e44c60970 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-02-21 17:29:55 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-02-21 17:31:42 +0000 security/caldera-ot: Fix build - devel/nuitka was updated to 2.0 and it fix security/caldera-ot build issues - Bump PORTREVISION Reported by: pkg-fallout --- security/caldera-ot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/caldera-ot/Makefile b/security/caldera-ot/Makefile index 49b40c405c05..8494fe3395d8 100644 --- a/security/caldera-ot/Makefile +++ b/security/caldera-ot/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera-ot DISTVERSION= 4.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org