git: 6adab1e3d4e5 - main - devel/outcome: Add PORTSCOUT tag

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 21 Jul 2023 06:38:51 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6adab1e3d4e5659bfa682d642af2bf84e05b4bab

commit 6adab1e3d4e5659bfa682d642af2bf84e05b4bab
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-21 06:14:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-21 06:38:39 +0000

    devel/outcome: Add PORTSCOUT tag
---
 devel/outcome/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/outcome/Makefile b/devel/outcome/Makefile
index 0130caeda82d..bb9ef66bb468 100644
--- a/devel/outcome/Makefile
+++ b/devel/outcome/Makefile
@@ -26,6 +26,8 @@ CMAKE_ARGS=	-Dquickcpplib_DIR=${LOCALBASE}/lib/cmake/quickcpplib
 NO_BUILD=	yes
 NO_ARCH=	yes
 
+PORTSCOUT=	limit:^.*[0-9]\.[0-9].*
+
 post-patch: # remove the test folter until the problems are fixed by the upstream
 	# tests have problems:
 	# - they are unconditionally built, see https://github.com/ned14/outcome/issues/285