diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-10-30 10:55:52 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-10-30 10:55:52 +0800 |
commit | 8e3aab9462c3c6f93326d9034d1bc13ecb001e65 (patch) | |
tree | 536cf77a9000a8d179903bc680207834eb66e2c8 | |
parent | abfb3501ea3723445e9e465560e905583fce7430 (diff) | |
download | freebsd-ports-gnome-8e3aab9462c3c6f93326d9034d1bc13ecb001e65.tar.gz freebsd-ports-gnome-8e3aab9462c3c6f93326d9034d1bc13ecb001e65.tar.zst freebsd-ports-gnome-8e3aab9462c3c6f93326d9034d1bc13ecb001e65.zip |
graphics/pecl-gmagick: update 1.1.7RC2 -> 1.1.7RC3
- While here, add LICENSE and switch from EXTRACT_SUFX to USES= tar:tgz
PR: 202992
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
Approved by: maintainer timeout (7 weeks)
-rw-r--r-- | graphics/pecl-gmagick/Makefile | 8 | ||||
-rw-r--r-- | graphics/pecl-gmagick/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/pecl-gmagick/Makefile b/graphics/pecl-gmagick/Makefile index 867990e57a6d..8ba767b2d9ad 100644 --- a/graphics/pecl-gmagick/Makefile +++ b/graphics/pecl-gmagick/Makefile @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= gmagick -PORTVERSION= 1.1.7RC2 -PORTREVISION= 4 +PORTVERSION= 1.1.7RC3 CATEGORIES= graphics MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= bsdports@wayfair.com COMMENT= Provides a wrapper to the GraphicsMagick library +LICENSE= PHP301 + LIB_DEPENDS= libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick +USES= tar:tgz + USE_PHP= yes USE_PHPEXT= yes diff --git a/graphics/pecl-gmagick/distinfo b/graphics/pecl-gmagick/distinfo index d546fd854055..28bda6d0a5cd 100644 --- a/graphics/pecl-gmagick/distinfo +++ b/graphics/pecl-gmagick/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/gmagick-1.1.7RC2.tgz) = 8e51c8343d6e6d556d7b17417ce338c6ed2b0893869f1494410dfe6ba5105475 -SIZE (PECL/gmagick-1.1.7RC2.tgz) = 97556 +SHA256 (PECL/gmagick-1.1.7RC3.tgz) = 1d2a35811a29e0744e852dda526f30c8a0cba516ef611758dd5bd4837ecba1fd +SIZE (PECL/gmagick-1.1.7RC3.tgz) = 97860 |