Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2022 13:38:28 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bdb817ad5f6d - main - net/pecl-amqp: Mark DEPRECATED with php74
Message-ID:  <202202201338.21KDcSYm038917@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202201338.21KDcSYm038917>