Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2023 06:48:51 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c72ee89ea73b - main - devel/sdsl-lite: Add PORTSCOUT tag
Message-ID:  <202307220648.36M6mpmL017625@gitrepo.freebsd.org>

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



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