pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/php-xapian textproc/php-xapian: this package ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56371fea5268
branches:  trunk
changeset: 389848:56371fea5268
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 11 14:23:17 2022 +0000

description:
textproc/php-xapian: this package is not compatible with php82

Currently, this package supports php56 and php74.

diffstat:

 textproc/php-xapian/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c7c6e8767892 -r 56371fea5268 textproc/php-xapian/Makefile
--- a/textproc/php-xapian/Makefile      Sun Dec 11 14:19:46 2022 +0000
+++ b/textproc/php-xapian/Makefile      Sun Dec 11 14:23:17 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2022/09/24 19:09:19 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/11 14:23:17 taca Exp $
 
 PKGNAME=               ${PHP_PKG_PREFIX}-${PKGNAME_MODULE}
 COMMENT=               PHP bindings for Xapian search engine
 HOMEPAGE=              https://xapian.org/docs/bindings/php/
 
 # https://trac.xapian.org/ticket/817
-PHP_VERSIONS_INCOMPATIBLE=     80 81
+PHP_VERSIONS_INCOMPATIBLE=     80 81 82
 
 .include "../../lang/php/phpversion.mk"
 



Home | Main Index | Thread Index | Old Index