git: a278ebc0d21b - main - www/websh: Fix typo in EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Dec 2023 19:09:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a278ebc0d21b0476e4576fb67e98d7aada5c32e3 commit a278ebc0d21b0476e4576fb67e98d7aada5c32e3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-23 19:08:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-23 19:08:35 +0000 www/websh: Fix typo in EXPIRATION_DATE Fixes: 71d48d8 www/websh: Mark DEPRECATED --- www/websh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/websh/Makefile b/www/websh/Makefile index 9ddeeb09b4de..de158e7d0b09 100644 --- a/www/websh/Makefile +++ b/www/websh/Makefile @@ -13,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Project dismissed by Apache -EXPIRATION_DATE= 2024-01-124 +EXPIRATION_DATE= 2024-01-24 BROKEN_FreeBSD_13= Fails at post-build test stage BROKEN_FreeBSD_14= Fails at post-build test stage BROKEN_FreeBSD_15= Fails at post-build test stage