git: ea99ee8f1c6a - main - graphics/pecl-imagick: update to 3.8.0.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 09:16:50 UTC
The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea99ee8f1c6a9fdd88cb304061b95c7ed3079536 commit ea99ee8f1c6a9fdd88cb304061b95c7ed3079536 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2025-04-29 09:16:14 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2025-04-29 09:16:14 +0000 graphics/pecl-imagick: update to 3.8.0. PR: 286375 Reported by: maintainer --- graphics/pecl-imagick/Makefile | 7 +++---- graphics/pecl-imagick/distinfo | 6 +++--- graphics/pecl-imagick/pkg-descr | 3 +++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index df726fb78b64..3c5c2de6711f 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -1,15 +1,14 @@ PORTNAME= imagick -PORTVERSION= 3.7.0 -PORTREVISION= 5 +PORTVERSION= 3.8.0 CATEGORIES= graphics MAINTAINER= 000.fbsd@quip.cz -COMMENT?= PHP wrapper to the ImageMagick/GraphicsMagick library +COMMENT= PHP wrapper to the ImageMagick/GraphicsMagick library WWW= https://pecl.php.net/package/imagick LICENSE= PHP301 -USES= cpe php:pecl localbase magick +USES= cpe localbase magick php:pecl CPE_VENDOR= php diff --git a/graphics/pecl-imagick/distinfo b/graphics/pecl-imagick/distinfo index c18d058e83e3..289b596d5459 100644 --- a/graphics/pecl-imagick/distinfo +++ b/graphics/pecl-imagick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666678997 -SHA256 (PECL/imagick-3.7.0.tgz) = 5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e -SIZE (PECL/imagick-3.7.0.tgz) = 360138 +TIMESTAMP = 1745699577 +SHA256 (PECL/imagick-3.8.0.tgz) = bda67461c854f20d6105782b769c524fc37388b75d4481d951644d2167ffeec6 +SIZE (PECL/imagick-3.8.0.tgz) = 363874 diff --git a/graphics/pecl-imagick/pkg-descr b/graphics/pecl-imagick/pkg-descr index 1b5a202c3c80..0605c77827fa 100644 --- a/graphics/pecl-imagick/pkg-descr +++ b/graphics/pecl-imagick/pkg-descr @@ -1 +1,4 @@ Provides a wrapper to the ImageMagick/GraphicsMagick library. + +Imagick is a native php extension to create and modify images +using the ImageMagick API.