git: 621e3f679da7 - main - www/mod_backtrace: Deprecate and set expiration date to 2022-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 08:52:05 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=621e3f679da71a21ca6ed477fd36cfffc84c8fd8 commit 621e3f679da71a21ca6ed477fd36cfffc84c8fd8 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-10 08:39:16 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-10 08:51:53 +0000 www/mod_backtrace: Deprecate and set expiration date to 2022-03-31 Abandoned upstream, last release 7 years ago Reference: https://emptyhammock.com/projects/httpd/diag/ Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32394 --- www/mod_backtrace/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/mod_backtrace/Makefile b/www/mod_backtrace/Makefile index a2c946203f50..df5d7210526c 100644 --- a/www/mod_backtrace/Makefile +++ b/www/mod_backtrace/Makefile @@ -15,6 +15,9 @@ COMMENT= Collects backtraces when a child process crashes LICENSE= APACHE20 +DEPRECATED= Abandoned upstream in 2012 (version 2.0) +EXPIRATION_DATE=2022-03-31 + MANUAL_PACKAGE_BUILD= requires apache WITH_EXCEPTION_HOOK=yes USES= apache:2.2+