svn commit: r400489 - head/graphics/pecl-gmagick

Jason Unovitch junovitch at FreeBSD.org
Fri Oct 30 02:55:54 UTC 2015


Author: junovitch
Date: Fri Oct 30 02:55:52 2015
New Revision: 400489
URL: https://svnweb.freebsd.org/changeset/ports/400489

Log:
  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 at toco-domains.de>
  Approved by:	maintainer timeout (7 weeks)

Modified:
  head/graphics/pecl-gmagick/Makefile
  head/graphics/pecl-gmagick/distinfo

Modified: head/graphics/pecl-gmagick/Makefile
==============================================================================
--- head/graphics/pecl-gmagick/Makefile	Fri Oct 30 02:25:40 2015	(r400488)
+++ head/graphics/pecl-gmagick/Makefile	Fri Oct 30 02:55:52 2015	(r400489)
@@ -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 at 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
 

Modified: head/graphics/pecl-gmagick/distinfo
==============================================================================
--- head/graphics/pecl-gmagick/distinfo	Fri Oct 30 02:25:40 2015	(r400488)
+++ head/graphics/pecl-gmagick/distinfo	Fri Oct 30 02:55:52 2015	(r400489)
@@ -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


More information about the svn-ports-head mailing list