pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/php-mongodb php-mongodb: mark as not support...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a24f883cb7af
branches:  trunk
changeset: 390010:a24f883cb7af
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 15 00:02:24 2022 +0000

description:
php-mongodb: mark as not supporting php 8.1 and 8.2

This package needs an update to a newer version to support them.

diffstat:

 databases/php-mongodb/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 67a14615da48 -r a24f883cb7af databases/php-mongodb/Makefile
--- a/databases/php-mongodb/Makefile    Wed Dec 14 23:46:59 2022 +0000
+++ b/databases/php-mongodb/Makefile    Thu Dec 15 00:02:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/11/23 16:19:37 adam Exp $
+# $NetBSD: Makefile,v 1.18 2022/12/15 00:02:24 wiz Exp $
 
 MODNAME=       mongodb
 PECL_VERSION=  1.9.1
@@ -10,7 +10,8 @@
 PKGREVISION=   3
 LICENSE=       apache-2.0
 
-PHP_VERSIONS_INCOMPATIBLE=     56
+# newer versions support 8.1+
+PHP_VERSIONS_INCOMPATIBLE=     56 81 82
 
 USE_TOOLS+=            pkg-config gmake
 CONFIGURE_ARGS+=       --with-libbson



Home | Main Index | Thread Index | Old Index