git: 3c86eae85383 - main - devel/pecl-uv: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 31 Mar 2023 00:02:24 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c86eae85383f93f45769051a9961a46b841b537

commit 3c86eae85383f93f45769051a9961a46b841b537
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-29 14:54:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:53 +0000

    devel/pecl-uv: Mark DEPRECATED
    
    - Requires php80 which is set to expire on 2023-11-26
    - Set EXPIRATION_DATE 2023-12-31
    
    Approved by:    portmgr (blanket)
    Sponsored by:   Bounce Experts
---
 devel/pecl-uv/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/pecl-uv/Makefile b/devel/pecl-uv/Makefile
index 589cd0abb53e..38f3ebea8508 100644
--- a/devel/pecl-uv/Makefile
+++ b/devel/pecl-uv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	uv
 PORTVERSION=	0.2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	fluffy@FreeBSD.org
@@ -10,6 +10,9 @@ WWW=		https://pecl.php.net/package/uv
 LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Requires php80 which is set to expire on 2023-11-26
+EXPIRATION_DATE=	2023-12-31
+
 LIB_DEPENDS=	libuv.so:devel/libuv
 
 USES=		php:pecl