pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/php-mongodb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 15 00:02:25 UTC 2022

Modified Files:
        pkgsrc/databases/php-mongodb: Makefile

Log Message:
php-mongodb: mark as not supporting php 8.1 and 8.2

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/php-mongodb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/php-mongodb/Makefile
diff -u pkgsrc/databases/php-mongodb/Makefile:1.17 pkgsrc/databases/php-mongodb/Makefile:1.18
--- pkgsrc/databases/php-mongodb/Makefile:1.17  Wed Nov 23 16:19:37 2022
+++ pkgsrc/databases/php-mongodb/Makefile       Thu Dec 15 00:02:24 2022
@@ -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 @@ COMMENT=      MongoDB database driver
 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