git: 0d52d8cbc045 - main - math/cvc5: Update the PORTSCOUT line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 09:38:18 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d52d8cbc0456348df6167a9d20f651ef276d5d3 commit 0d52d8cbc0456348df6167a9d20f651ef276d5d3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-05 05:36:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-05 09:38:10 +0000 math/cvc5: Update the PORTSCOUT line --- math/cvc5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/cvc5/Makefile b/math/cvc5/Makefile index 0a001a3f6813..566c591db89b 100644 --- a/math/cvc5/Makefile +++ b/math/cvc5/Makefile @@ -88,6 +88,6 @@ LICENSE= GPLv3 CMAKE_ARGS+= -DENABLE_GPL:BOOL=ON .endif -PORTSCOUT= limit:^cvc5-[1-9].* # prevent older generation versions like 1.8 +PORTSCOUT= limit:^[1-9]\.[0-9]+\.[0-9]+ # prevent older generation versions like 1.8, 1.7, etc. .include <bsd.port.mk>