git: c72ee89ea73b - main - devel/sdsl-lite: Add PORTSCOUT tag

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

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

commit c72ee89ea73b3e5daf25900dd29f0d5aeea84e13
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-22 06:31:25 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-22 06:48:42 +0000

    devel/sdsl-lite: Add PORTSCOUT tag
    
    Reported by:    portscout
---
 devel/sdsl-lite/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/sdsl-lite/Makefile b/devel/sdsl-lite/Makefile
index 80af8244ff45..9b7eeccd71f5 100644
--- a/devel/sdsl-lite/Makefile
+++ b/devel/sdsl-lite/Makefile
@@ -23,6 +23,8 @@ CMAKE_ON=	BUILD_SHARED_LIBS
 
 CONFLICTS_INSTALL=	libdivsufsort
 
+PORTSCOUT=	limit:.*[0-9]\.[0-9].* # prevent tags like c++11v1
+
 post-install: # remove bundled gtest, see https://github.com/simongog/sdsl-lite/issues/458
 	${RM} -r \
 		${STAGEDIR}${PREFIX}/include/gtest \