Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2022 07:12:30 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d8dce10529a6 - main - textproc/php-mecab: Mark DEPRECATED
Message-ID:  <202202150712.21F7CUKM061806@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit d8dce10529a61543d66fc26a59fb9205df55558e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-15 07:10:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-15 07:10:23 +0000

    textproc/php-mecab: Mark DEPRECATED
    
    - Set EXPIRATION_DATE on 2022-11-28
    
    Upstream last updated 6 years ago and chances of php 8.x support is
    very low.
    
    PR:             261608
    Approved by:    gasol.wu@gmail.com (maintainer-timeout)
---
 textproc/php-mecab/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile
index f623563d71ac..408f9da9f400 100644
--- a/textproc/php-mecab/Makefile
+++ b/textproc/php-mecab/Makefile
@@ -12,6 +12,9 @@ COMMENT=	PHP bindings of the MeCab
 
 LICENSE=	MIT
 
+DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
 LIB_DEPENDS=	libmecab.so:japanese/mecab
 
 USES=		php:ext



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202150712.21F7CUKM061806>