git: c768eb2045ca - main - devel/universal-ctags: skip tag v6.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Feb 2023 00:43:40 UTC
The branch main has been updated by meta:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c768eb2045ca9b75d8adee7cc96869270feff046
commit c768eb2045ca9b75d8adee7cc96869270feff046
Author: Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2023-02-21 00:08:55 +0000
Commit: Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-02-21 00:42:17 +0000
devel/universal-ctags: skip tag v6.0.0
This tag was added by upstream at the start of v6.0.0 development and
weekly tags start with p6.0.0... since v sorts higher than p portscout
thinks there's a newer version.
PR: 269725
---
devel/universal-ctags/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/universal-ctags/Makefile b/devel/universal-ctags/Makefile
index a20a98c9db43..fb79f91d70a5 100644
--- a/devel/universal-ctags/Makefile
+++ b/devel/universal-ctags/Makefile
@@ -46,4 +46,5 @@ PCRE2_CONFIGURE_ENABLE= pcre2
YAML_LIB_DEPENDS= libyaml.so:textproc/libyaml
YAML_CONFIGURE_ENABLE= yaml
+PORTSCOUT= skipv:v6.0.0
.include <bsd.port.mk>