-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This brings PHP7.1 support. Full changelog: https://pecl.php.net/package-changelog.php?package=imagick&release=3.4.3 From mmoll in #16 Own changes: add test target. note some of it failed with PHP 7.1.
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
# $NetBSD: Makefile,v 1.7 2017/02/28 15:20:06 ryoon Exp $ | ||
# $NetBSD: Makefile,v 1.8 2017/09/26 11:37:43 maya Exp $ | ||
|
||
MODNAME= imagick | ||
PECL_VERSION= 3.4.2 | ||
PECL_VERSION= 3.4.3 | ||
CATEGORIES+= graphics | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://pecl.php.net/package/imagick/ | ||
COMMENT= PHP extension for ImageMagick graphics library | ||
PKGREVISION= 1 | ||
LICENSE= php | ||
|
||
PHP_VERSIONS_ACCEPTED= 56 70 | ||
PHP_VERSIONS_ACCEPTED= 56 70 71 | ||
|
||
CONFIGURE_ARGS+= --with-imagick=${BUILDLINK_PREFIX.ImageMagick} | ||
|
||
TEST_TARGET= test | ||
|
||
.include "../../graphics/ImageMagick/buildlink3.mk" | ||
.include "../../lang/php/ext.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2016/06/29 09:06:22 fhajny Exp $ | ||
$NetBSD: distinfo,v 1.4 2017/09/26 11:37:43 maya Exp $ | ||
|
||
SHA1 (php-imagick/imagick-3.4.2.tgz) = 137d1f6f5010c8c51957e7d8c4a8310a7a311a64 | ||
RMD160 (php-imagick/imagick-3.4.2.tgz) = d5ce66accfe3d11b72a7cea398727b0e9c5dd02d | ||
SHA512 (php-imagick/imagick-3.4.2.tgz) = 5e7cf495f4d6377a54b207b3fa14a5b2cff9d89dbe9c17b88c66102138ff9f485a34669138cf7903c5b54eb9d5d49f6fa2629216c487e56dc6b1e6c5c68ac1d2 | ||
Size (php-imagick/imagick-3.4.2.tgz) = 239574 bytes | ||
SHA1 (php-imagick/imagick-3.4.3.tgz) = 8b97956ca9932d2c61e571ee6d364f08f4c370c3 | ||
RMD160 (php-imagick/imagick-3.4.3.tgz) = 1a0a9f607917c4e80fd2c06cccb91386a1ba2c2e | ||
SHA512 (php-imagick/imagick-3.4.3.tgz) = 2cb2b856cf83a78d3542cdf7c69554dcc063a0541e9092b24e5e1fbd8928066a4a3de154049d0202c35addbc5055ccfbb5910ae92f2f13da80ddfc025340ddcd | ||
Size (php-imagick/imagick-3.4.3.tgz) = 245410 bytes |