git: 3dffcdc32423 - main - graphics/spirv-cross: fix portscout (try 2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Feb 2024 21:34:13 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=3dffcdc324233ac73c3e5f929cb6eb91d7557f71 commit 3dffcdc324233ac73c3e5f929cb6eb91d7557f71 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-02-29 21:33:02 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-02-29 21:33:02 +0000 graphics/spirv-cross: fix portscout (try 2) Approved by: tcberner (mentor) --- graphics/spirv-cross/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/spirv-cross/Makefile b/graphics/spirv-cross/Makefile index a85c48a55b48..918d95288d13 100644 --- a/graphics/spirv-cross/Makefile +++ b/graphics/spirv-cross/Makefile @@ -18,6 +18,6 @@ GH_TAGNAME= vulkan-sdk-${DISTVERSION} CMAKE_ON= SPIRV_CROSS_SHARED CMAKE_OFF= SPIRV_CROSS_ENABLE_TESTS -PORTSCOUT= site:${WWW}/tags +PORTSCOUT= limit:^[0-9]{1,3}\. .include <bsd.port.mk>