git: d84dad157785 - main - math/scorec-core: Add PORTSCOUT tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Dec 2022 11:05:49 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d84dad1577853c3b2872dffb829001543e252ebe
commit d84dad1577853c3b2872dffb829001543e252ebe
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-25 11:05:31 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-25 11:05:31 +0000
math/scorec-core: Add PORTSCOUT tag
---
math/scorec-core/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/scorec-core/Makefile b/math/scorec-core/Makefile
index 278db822f2bb..7bea7085b6bd 100644
--- a/math/scorec-core/Makefile
+++ b/math/scorec-core/Makefile
@@ -46,4 +46,6 @@ MPICH_USES= mpi:mpich
OPENMPI_USES= mpi:openmpi
+PORTSCOUT= limit:^.*[0-9]\.[0-9].* # prevent tags like remove_viz
+
.include <bsd.port.mk>