graphics/pecl-imagick: update to 3.8.0.

PR:		286375
Reported by:	maintainer
This commit is contained in:
Vanilla I. Shu 2025-04-29 17:16:14 +08:00
parent 50925c25b3
commit ea99ee8f1c
3 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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.