git: 43819486a164 - main - devel/libsoup: restrict portscout to only look at 2.x

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Mon, 25 Apr 2022 16:50:41 UTC
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=43819486a1648afec3f78e55a9917c473832433d

commit 43819486a1648afec3f78e55a9917c473832433d
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-04-25 16:50:19 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-04-25 16:50:19 +0000

    devel/libsoup: restrict portscout to only look at 2.x
---
 devel/libsoup/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index aa19f03bd8eb..dcb59cb15ffa 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -62,7 +62,7 @@ MESON_ARGS=	-Dvapi=disabled \
 LIBVERSION=	1.11.1
 PLIST_SUB=	VERSION="2.4" LIBVERSION=${LIBVERSION}
 
-PORTSCOUT=	limitw:1,even
+PORTSCOUT=	limit:^2\.[0-9]?[02468]\.
 
 post-patch:
 	${REINPLACE_CMD} \