aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-29 14:54:49 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 23:59:53 +0000
commit3c86eae85383f93f45769051a9961a46b841b537 (patch)
treeb03c16da50dce6a1417344103a9020ce593a18fc
parent3737c3aabe0e5a84eaeac0d58214929d68256ec9 (diff)
downloadports-3c86eae85383f93f45769051a9961a46b841b537.tar.gz
ports-3c86eae85383f93f45769051a9961a46b841b537.zip
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
-rw-r--r--devel/pecl-uv/Makefile5
1 files changed, 4 insertions, 1 deletions
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