git: 4e7f40ee2a1f - main - lang/colm: Add PORTSCOUT tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Nov 2022 19:37:27 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4e7f40ee2a1f7e27f0d32a9c42a0a9416124a7f3
commit 4e7f40ee2a1f7e27f0d32a9c42a0a9416124a7f3
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-26 19:35:55 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-26 19:37:23 +0000
lang/colm: Add PORTSCOUT tag
Reported by: fallout
---
lang/colm/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lang/colm/Makefile b/lang/colm/Makefile
index 6d66453ba76f..617a7fe8fb40 100644
--- a/lang/colm/Makefile
+++ b/lang/colm/Makefile
@@ -26,4 +26,6 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check # 1 tests fails, see https://github.com/adrian-thurston/colm/issues/153
+PORTSCOUT= limit:^[0-9]+\.[0-9]+ # ignore alpha-numeric tags like colm-barracuda-v5
+
.include <bsd.port.mk>