Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 09:38:18 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0d52d8cbc045 - main - math/cvc5: Update the PORTSCOUT line
Message-ID:  <202401050938.4059cIfV049636@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401050938.4059cIfV049636>