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.