svn commit: r328352 - head/graphics/pecl-imagick

Martin Matuska mm at FreeBSD.org
Thu Sep 26 12:34:51 UTC 2013


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


More information about the svn-ports-all mailing list