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 Feb 15 21:46:17 UTC 2024

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

Log Message:
php-mongodb: doesn't update php 8.3 either

XXX: someone should update this


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/databases/php-mongodb/Makefile:1.22
--- pkgsrc/databases/php-mongodb/Makefile:1.21  Wed Nov  8 13:18:28 2023
+++ pkgsrc/databases/php-mongodb/Makefile       Thu Feb 15 21:46:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/11/08 13:18:28 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/02/15 21:46:17 wiz Exp $
 
 MODNAME=       mongodb
 PECL_VERSION=  1.9.1
@@ -11,7 +11,7 @@ PKGREVISION=  6
 LICENSE=       apache-2.0
 
 # newer versions support 8.1+
-PHP_VERSIONS_INCOMPATIBLE=     56 81 82
+PHP_VERSIONS_INCOMPATIBLE=     56 81 82 83
 
 USE_TOOLS+=            pkg-config gmake
 CONFIGURE_ARGS+=       --with-libbson



Home | Main Index | Thread Index | Old Index