Bug 182389 - [PATCH] graphics/pecl-imagick: [SUMMARIZE CHANGES]
Summary: [PATCH] graphics/pecl-imagick: [SUMMARIZE CHANGES]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 04:50 UTC by johnpupu
Modified: 2013-09-26 13:40 UTC (History)
1 user (show)

See Also:


Attachments
pecl-imagick-3.1.2.patch (1.26 KB, patch)
2013-09-26 04:50 UTC, johnpupu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description johnpupu 2013-09-26 04:50:00 UTC
[DESCRIBE CHANGES]

Port maintainer (mm@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)

Redports: http://redports.org/buildarchive/20130926024900-3417/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-26 04:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-26 13:34:57 UTC
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"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2013-09-26 13:35:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!