git: 1919daaf2053 - main - devel/py-watchfiles: Update PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 09:23:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1919daaf2053c6b7b60292463731ff52a179c369 commit 1919daaf2053c6b7b60292463731ff52a179c369 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-31 09:08:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-31 09:22:54 +0000 devel/py-watchfiles: Update PORTSCOUT portscout erroneously reports 4.0.16 as a new version. After adding it to PORTSCOUT=skipv:, it now reports 4.0.15. Therefore, set PORTSCOUT=limit:^0\. for now to avoid all unknown versions. --- devel/py-watchfiles/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile index 268bd2a8e940..e9c2e08ea2b1 100644 --- a/devel/py-watchfiles/Makefile +++ b/devel/py-watchfiles/Makefile @@ -23,6 +23,6 @@ USE_PYTHON= autoplist concurrent pep517 CARGO_BUILD= no CARGO_INSTALL= no -PORTSCOUT= skipv:4.0.16,v4.0.16 +PORTSCOUT= limit:^\0. .include <bsd.port.mk>