pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-igbinary



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 11 07:50:11 UTC 2026

Modified Files:
        pkgsrc/devel/php-igbinary: Makefile

Log Message:
php-igbinary: does not compile against php 8.5


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/php-igbinary/Makefile

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

Modified files:

Index: pkgsrc/devel/php-igbinary/Makefile
diff -u pkgsrc/devel/php-igbinary/Makefile:1.12 pkgsrc/devel/php-igbinary/Makefile:1.13
--- pkgsrc/devel/php-igbinary/Makefile:1.12     Sat Feb  8 03:41:13 2025
+++ pkgsrc/devel/php-igbinary/Makefile  Sun Jan 11 07:50:11 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/02/08 03:41:13 taca Exp $
+# $NetBSD: Makefile,v 1.13 2026/01/11 07:50:11 wiz Exp $
 
 MODNAME=       igbinary
 PECL_VERSION=  3.2.16
@@ -10,7 +10,8 @@ HOMEPAGE=     https://github.com/igbinary/ig
 COMMENT=       Binary serialization for PHP
 LICENSE=       modified-bsd
 
-PHP_VERSIONS_INCOMPATIBLE=     56
+# does not support 56 nor 85
+PHP_VERSIONS_ACCEPTED= 84 83 82 74
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gsed



Home | Main Index | Thread Index | Old Index