pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/php-imagick



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 10 10:09:08 UTC 2024

Modified Files:
        pkgsrc/graphics/php-imagick: Makefile

Log Message:
php-imagick: not for php 5.6


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/graphics/php-imagick/Makefile

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

Modified files:

Index: pkgsrc/graphics/php-imagick/Makefile
diff -u pkgsrc/graphics/php-imagick/Makefile:1.55 pkgsrc/graphics/php-imagick/Makefile:1.56
--- pkgsrc/graphics/php-imagick/Makefile:1.55   Wed Nov 15 20:00:40 2023
+++ pkgsrc/graphics/php-imagick/Makefile        Sat Feb 10 10:09:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2023/11/15 20:00:40 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2024/02/10 10:09:08 wiz Exp $
 
 MODNAME=               imagick
 PECL_VERSION=          3.7.0
@@ -14,6 +14,8 @@ CONFIGURE_ARGS+=      --with-imagick=${BUILDL
 
 TEST_TARGET=           test
 
+PHP_VERSIONS_INCOMPATIBLE=     56
+
 .include "../../graphics/ImageMagick/buildlink3.mk"
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index