git: dd6f20b64680 - main - devel/pecl-hrtime: Mark DEPRECATED with php74
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 13:59:53 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd6f20b6468004e3e2ee7edf84d7162b8726515a commit dd6f20b6468004e3e2ee7edf84d7162b8726515a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-20 13:52:28 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-20 13:52:28 +0000 devel/pecl-hrtime: Mark DEPRECATED with php74 - Set EXPIRATION_DATE on 2022-11-28 Looks like there isn't update from upstream. PR: 261618 Approved by: gasol.wu@gmail.com (maintainer-timeout) --- devel/pecl-hrtime/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/pecl-hrtime/Makefile b/devel/pecl-hrtime/Makefile index f469265b15d9..3c437869682a 100644 --- a/devel/pecl-hrtime/Makefile +++ b/devel/pecl-hrtime/Makefile @@ -9,6 +9,9 @@ COMMENT= High resolution timing for PHP LICENSE= BSD2CLAUSE +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + USES= php:pecl IGNORE_WITH_PHP= 80 81