git: 84239ba5515f - main - sysutils/webjob: Deprecate and set expiration date to 2022-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 22:57:46 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=84239ba5515fe44765f655393c813756f6673b63 commit 84239ba5515fe44765f655393c813756f6673b63 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-01-18 22:50:47 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-01-18 22:50:50 +0000 sysutils/webjob: Deprecate and set expiration date to 2022-03-31 Abandonware, last release in 2012 and broken on multiple architectures PR: 260717 Approved by: klm@uidzero.org (maintainer timeout, 3+ weeks) --- sysutils/webjob/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile index 8d742bf6a5a1..494fff9178b4 100644 --- a/sysutils/webjob/Makefile +++ b/sysutils/webjob/Makefile @@ -13,6 +13,9 @@ BROKEN_aarch64= fails to build: aarch64 is not currently supported BROKEN_mips64= fails to build: mips64 is not currently supported BROKEN_riscv64= fails to build: mips64 is not currently supported +DEPRECATED= Abandonware, last release in 2012 and broken on multiple architectures +EXPIRATION_DATE=2022-03-31 + USES= perl5 shebangfix tar:tgz SHEBANG_FILES= tools/xshar/xshar GNU_CONFIGURE= yes