git: e4a3b2c1a23b - main - www/zend-framework1: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jan 2022 10:05:08 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4a3b2c1a23b932b67b8707007f205e74389001e commit e4a3b2c1a23b932b67b8707007f205e74389001e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-01-15 09:58:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-01-15 10:04:58 +0000 www/zend-framework1: Mark DEPRECATED - Depends on only php73 which is supposed to be removed on or after 2022-01-25 - Set EXPIRATION_DATE on 2022-01-24 Sponsored by: Bounce Experts --- www/zend-framework1/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/zend-framework1/Makefile b/www/zend-framework1/Makefile index 38dcf843ba9c..ccbd143b0e54 100644 --- a/www/zend-framework1/Makefile +++ b/www/zend-framework1/Makefile @@ -13,6 +13,9 @@ COMMENT= Framework for developing PHP web applications LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Fails to work with current active PHP versions +EXPIRATION_DATE= 2022-01-24 + USES= gettext php:web USE_PHP= spl IGNORE_WITH_PHP= 74 80 81