Summary: | [PATCH] graphics/pecl-imagick: [SUMMARIZE CHANGES] | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | johnpupu | ||||
Component: | Individual Port(s) | Assignee: | Martin Matuska <mm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | mm | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
johnpupu
2013-09-26 04:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->mm Over to maintainer (via the GNATS Auto Assign Tool) Author: mm Date: Thu Sep 26 12:34:50 2013 New Revision: 328352 URL: http://svnweb.freebsd.org/changeset/ports/328352 Log: Update pecl-imagick to 3.1.2 PR: ports/182389 Submitted by: John Chen <johnpupu@gmail.com> Modified: head/graphics/pecl-imagick/Makefile head/graphics/pecl-imagick/distinfo Modified: head/graphics/pecl-imagick/Makefile ============================================================================== --- head/graphics/pecl-imagick/Makefile Thu Sep 26 12:23:46 2013 (r328351) +++ head/graphics/pecl-imagick/Makefile Thu Sep 26 12:34:50 2013 (r328352) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= imagick -DISTVERSION= 3.1.0RC2 -PORTREVISION= 1 +DISTVERSION= 3.1.2 CATEGORIES= graphics MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -13,13 +12,14 @@ DIST_SUBDIR= PECL MAINTAINER= mm@FreeBSD.org COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library +LICENSE= PHP301 + .if !defined(WITHOUT_X11) LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11 .endif -LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes Modified: head/graphics/pecl-imagick/distinfo ============================================================================== --- head/graphics/pecl-imagick/distinfo Thu Sep 26 12:23:46 2013 (r328351) +++ head/graphics/pecl-imagick/distinfo Thu Sep 26 12:34:50 2013 (r328352) @@ -1,2 +1,2 @@ -SHA256 (PECL/imagick-3.1.0RC2.tgz) = 0dbb7e5df61845f8eab68505711b9efcdc98cfaff96dcb982c7f8931dd9e8a31 -SIZE (PECL/imagick-3.1.0RC2.tgz) = 93264 +SHA256 (PECL/imagick-3.1.2.tgz) = 528769ac304a0bbe9a248811325042188c9d16e06de16f111fee317c85a36c93 +SIZE (PECL/imagick-3.1.2.tgz) = 94657 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |