diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-15 06:54:04 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-15 06:54:04 +0000 |
commit | f91545cb516003756f4f592792171c383362b3a9 (patch) | |
tree | ca0037d979c2e32a9a98492c0c295ee5fc9a978f | |
parent | bba832244ad3c5c404f5c42f339b74eb6fafa6d9 (diff) | |
download | ports-f91545cb516003756f4f592792171c383362b3a9.tar.gz ports-f91545cb516003756f4f592792171c383362b3a9.zip |
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)
-rw-r--r-- | databases/php-xapian/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |