git: 66f551fde0be - main - devel/pecl-runkit7: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 00:02:25 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=66f551fde0bef4bdcd473f13e605a73b814a4b57 commit 66f551fde0bef4bdcd473f13e605a73b814a4b57 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-03-29 15:05:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-03-30 23:59:53 +0000 devel/pecl-runkit7: 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-runkit7/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/pecl-runkit7/Makefile b/devel/pecl-runkit7/Makefile index 5104617ec722..53f8dde3f620 100644 --- a/devel/pecl-runkit7/Makefile +++ b/devel/pecl-runkit7/Makefile @@ -1,5 +1,6 @@ PORTNAME= runkit7 PORTVERSION= 4.0.0a2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= vikashb@where-ever.za.net @@ -8,6 +9,9 @@ WWW= https://github.com/runkit7/runkit7 LICENSE= PHP301 +DEPRECATED= Requires php80 which is set to expire on 2023-11-26 +EXPIRATION_DATE= 2023-12-31 + USES= compiler:c11 php:pecl IGNORE_WITH_PHP= 81 82