Date: Tue, 22 Aug 2023 19:21:01 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: 25ec19893586 - main - devel/sdsl-lite: Improve PORTSCOUT line Message-ID: <202308221921.37MJL11i013198@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=25ec1989358603b466760ed04a67ecef1291a61c commit 25ec1989358603b466760ed04a67ecef1291a61c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-08-22 15:28:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-22 19:20:57 +0000 devel/sdsl-lite: Improve PORTSCOUT line --- devel/sdsl-lite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/sdsl-lite/Makefile b/devel/sdsl-lite/Makefile index b8ebb72dc4de..fd763bd755fe 100644 --- a/devel/sdsl-lite/Makefile +++ b/devel/sdsl-lite/Makefile @@ -23,7 +23,7 @@ CMAKE_ON= BUILD_SHARED_LIBS CONFLICTS_INSTALL= libdivsufsort -PORTSCOUT= limit:^[v1-9] # prevent tags like c++11v1 +PORTSCOUT= limit:^[v1-9].*$$ # prevent tags like c++11v1 post-install: # remove bundled gtest, see https://github.com/simongog/sdsl-lite/issues/458 ${RM} -r \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308221921.37MJL11i013198>