Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2022 16:50:41 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 43819486a164 - main - devel/libsoup: restrict portscout to only look at 2.x
Message-ID:  <202204251650.23PGofvU032010@gitrepo.freebsd.org>

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



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