git: 546280381051 - main - graphics/pecl-imagick: bump PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Dec 2024 14:39:09 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=5462803810513ae6f09d665be9093adf4330e502 commit 5462803810513ae6f09d665be9093adf4330e502 Author: Miroslav Lachman <000.fbsd@quip.cz> AuthorDate: 2024-12-17 18:30:57 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-12-19 14:38:40 +0000 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