Date: Tue, 15 Feb 2022 06:57:16 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: f91545cb5160 - main - databases/php-xapian: Mark DEPRECATED Message-ID: <202202150657.21F6vGD9035247@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=f91545cb516003756f4f592792171c383362b3a9 commit f91545cb516003756f4f592792171c383362b3a9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-15 06:54:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-15 06:54:04 +0000 databases/php-xapian: Mark DEPRECATED - Set EXPIRATION_DATE on 2022-11-28 Nothin specific about php 8.x is found in upstream site. PR: 261624 Approved by: sunpoet (maintainer-timeout) --- databases/php-xapian/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index f91cd86244a2..b458cefd4005 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -14,6 +14,9 @@ COMMENT= PHP binding for Xapian LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202150657.21F6vGD9035247>