git: a048545d7828 - main - databases/php-xapian: Mark BROKEN

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Dec 2022 03:37:33 UTC
The branch main has been updated by bofh:

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

commit a048545d7828c89c3b184f36013bb7393d80acd4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-25 03:33:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-25 03:37:24 +0000

    databases/php-xapian: Mark BROKEN
    
    Although php 8 support has been committed no release has been made yet.
    An attempt has been made to extract RELEASE/1.4 tag and compile with
    php80 but this was unsuccesful hence mark this BROKEN and extend the
    EXPIRATION_DATE to 2023-03-31. Release 1.4.22 will have full php 8
    support.
    
    Approved by:    portmgr (blanket infrastructure)
    Sponsored by:   Bounce Experts
---
 databases/php-xapian/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile
index b7512eadd09e..23b33fa291cb 100644
--- a/databases/php-xapian/Makefile
+++ b/databases/php-xapian/Makefile
@@ -13,8 +13,9 @@ WWW=		https://xapian.org/
 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
+DEPRECATED=	Requires php 7
+EXPIRATION_DATE=2023-03-31
+BROKEN=		Requires php 7 which has expired but php 8 support is WIP
 
 BUILD_DEPENDS=	xapian-core>=${PORTVERSION}:databases/xapian-core
 LIB_DEPENDS=	libxapian.so:databases/xapian-core
@@ -37,7 +38,7 @@ CONFIGURE_ARGS=	--datarootdir=${DATADIR} \
 		--without-tcl
 CONFIGURE_ENV=	PHP_CONFIG=${LOCALBASE}/bin/php-config
 GNU_CONFIGURE=	yes
-IGNORE_WITH_PHP=80 81 82	# https://trac.xapian.org/ticket/817
+IGNORE_WITH_PHP=81 82	# https://trac.xapian.org/ticket/817
 INSTALL_TARGET=	install-strip
 USE_CXXSTD=	c++11