git: d9d1849c48d2 - main - devel/hotspot: Add PORTSCOUT tag

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 13 Jan 2023 07:19:30 UTC
The branch main has been updated by yuri:

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

commit d9d1849c48d2be7845b3cf583ef6e251f0658b5b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-13 06:57:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-13 07:19:26 +0000

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

diff --git a/devel/hotspot/Makefile b/devel/hotspot/Makefile
index ffffd5b9569c..056cc584f705 100644
--- a/devel/hotspot/Makefile
+++ b/devel/hotspot/Makefile
@@ -31,4 +31,6 @@ GH_TUPLE=	KDAB:perfparser:d84473c:perfparser/3rdparty/perfparser \
 
 CMAKE_ARGS=	-DCMAKE_MODULE_PATH=${LOCALBASE}/share/ECM/find-modules
 
+PORTSCOUT=	limit:^.*[0-9]\.[0-9].*$$ # prevent tags like 'continuous'
+
 .include <bsd.port.mk>