git: bdb817ad5f6d - main - net/pecl-amqp: Mark DEPRECATED with php74
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 13:38:28 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdb817ad5f6d49d1a80ceb9a4640fc22a70ee12d commit bdb817ad5f6d49d1a80ceb9a4640fc22a70ee12d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-20 13:36:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-20 13:38:21 +0000 net/pecl-amqp: Mark DEPRECATED with php74 - Set EXPIRATION_DATE on 2022-11-28 Upstream fixes compatibility in 1.11.0 --- net/pecl-amqp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile index 636eecd240cb..788658d05ccf 100644 --- a/net/pecl-amqp/Makefile +++ b/net/pecl-amqp/Makefile @@ -7,6 +7,10 @@ CATEGORIES= net pear MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= PHP extension for AMQP API +# Remove these once upgraded to 1.11.0 +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE