git: d38d94a03cb0 - main - net/pecl-mosquitto: Mark DEPRECATED with php74
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 13:59:54 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d38d94a03cb0e739c2779d2b35314f2650f42a51 commit d38d94a03cb0e739c2779d2b35314f2650f42a51 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-20 13:57:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-20 13:57:24 +0000 net/pecl-mosquitto: Mark DEPRECATED with php74 - Set EXPIRATION_DATE=2022-11-28 Upstream last updated on 2017 PR: 261616 Approved by: gasol.wu@gmail.com (maintainer-timeout) --- net/pecl-mosquitto/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile index eb20d369b498..a4d2bad43525 100644 --- a/net/pecl-mosquitto/Makefile +++ b/net/pecl-mosquitto/Makefile @@ -10,6 +10,9 @@ COMMENT= Extension for libmosquitto LICENSE= BSD3CLAUSE +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + BUILD_DEPENDS= mosquitto>=0:net/mosquitto USES= php:pecl