From 5462803810513ae6f09d665be9093adf4330e502 Mon Sep 17 00:00:00 2001 From: Miroslav Lachman <000.fbsd@quip.cz> Date: Tue, 17 Dec 2024 19:30:57 +0100 Subject: [PATCH] graphics/pecl-imagick: bump PORTREVISION There are reported crashes with PHP 8.3 + pecl-imagick running as PHP-FPM service. Based on another report like PR 280756, private reports and a report in the mailing list I think we need to bump PORTREVISION again. And probably in quarterly too. PR: 283145 See also: 280756 See also: https://lists.freebsd.org/archives/freebsd-ports/2024-November/006946.html MFH: 2024Q4 --- graphics/pecl-imagick/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 96a519513880..df726fb78b64 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -1,6 +1,6 @@ PORTNAME= imagick PORTVERSION= 3.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= 000.fbsd@quip.cz