git: 8c6c230da48c - main - net/pecl-zmq: Deprecate together with PHP 7.4

From: Renato Botelho <garga_at_FreeBSD.org>
Date: Tue, 01 Feb 2022 13:06:27 UTC
The branch main has been updated by garga:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c6c230da48ce876026822274db58410e648860a

commit 8c6c230da48ce876026822274db58410e648860a
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2022-02-01 13:03:31 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2022-02-01 13:06:23 +0000

    net/pecl-zmq: Deprecate together with PHP 7.4
    
    Latest version is from 2016 and doesn't work with more recent PHP
    versions.
    PR:             261619
    Reported by:    bofh
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 net/pecl-zmq/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/pecl-zmq/Makefile b/net/pecl-zmq/Makefile
index 000a3bbb17fa..c647b7e92f71 100644
--- a/net/pecl-zmq/Makefile
+++ b/net/pecl-zmq/Makefile
@@ -8,6 +8,9 @@ COMMENT=	PHP bindings for ZeroMQ
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
 LIB_DEPENDS=	libzmq.so:net/libzmq4
 
 USES=		php:pecl pkgconfig