git: 0051e6859b14 - main - devel/pecl-jsmin: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 18:13:05 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0051e6859b14d7206ad9f08e1e41aa252b08160d commit 0051e6859b14d7206ad9f08e1e41aa252b08160d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-18 18:10:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-18 18:12:56 +0000 devel/pecl-jsmin: Mark DEPRECATED - Set EXPIRATION_DATE on 2022-11-28 Upstream last update was on 2018 and doesn't look like it's going to be updated soon. PR: 261628 Approved by: gasol.wu@gmail.com (maintainer-timeout) --- devel/pecl-jsmin/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/pecl-jsmin/Makefile b/devel/pecl-jsmin/Makefile index 0308aef0322f..1d6a9d68d068 100644 --- a/devel/pecl-jsmin/Makefile +++ b/devel/pecl-jsmin/Makefile @@ -9,6 +9,9 @@ COMMENT= PHP extension for minifying JavaScript LICENSE= PHP301 +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