Date: Sun, 20 Feb 2022 13:38:27 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: aaaf308d1eac - main - ftp/php-fastdfs: Mark DEPRECATED with php74 Message-ID: <202202201338.21KDcRL9038893@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=aaaf308d1eac1df546bdc98c94a274e61d08d0cf commit aaaf308d1eac1df546bdc98c94a274e61d08d0cf Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-20 13:32:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-20 13:38:21 +0000 ftp/php-fastdfs: Mark DEPRECATED with php74 - Set EXPIRATION_DATE on 2022-11-28 PR: 261625 Approved by: daniel@blodan.se (maintainer-timeout) --- ftp/php-fastdfs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ftp/php-fastdfs/Makefile b/ftp/php-fastdfs/Makefile index bfb8446d4825..7122b0f3b8ed 100644 --- a/ftp/php-fastdfs/Makefile +++ b/ftp/php-fastdfs/Makefile @@ -8,6 +8,9 @@ COMMENT= PHP module for accessing a FastDFS cluster LICENSE= GPLv3+ +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ libfdfsclient.so:ftp/fastdfs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202201338.21KDcRL9038893>