View | Details | Raw Unified | Return to bug 202992
Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 2-20 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gmagick
4
PORTNAME=	gmagick
5
PORTVERSION=	1.1.7RC2
5
PORTVERSION=	1.1.7RC3
6
PORTREVISION=	2
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	http://pecl.php.net/get/
7
MASTER_SITES=	http://pecl.php.net/get/
9
PKGNAMEPREFIX=	pecl-
8
PKGNAMEPREFIX=	pecl-
10
EXTRACT_SUFX=	.tgz
11
DIST_SUBDIR=	PECL
9
DIST_SUBDIR=	PECL
12
10
13
MAINTAINER=	bsdports@wayfair.com
11
MAINTAINER=	bsdports@wayfair.com
14
COMMENT=	Provides a wrapper to the GraphicsMagick library
12
COMMENT=	Provides a wrapper to the GraphicsMagick library
15
13
14
LICENSE=	PHP301
15
16
LIB_DEPENDS=	libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick
16
LIB_DEPENDS=	libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick
17
17
18
USES=tar:tgz
19
18
USE_PHP=	yes
20
USE_PHP=	yes
19
USE_PHPEXT=	yes
21
USE_PHPEXT=	yes
20
22
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (PECL/gmagick-1.1.7RC2.tgz) = 8e51c8343d6e6d556d7b17417ce338c6ed2b0893869f1494410dfe6ba5105475
1
SHA256 (PECL/gmagick-1.1.7RC3.tgz) = 1d2a35811a29e0744e852dda526f30c8a0cba516ef611758dd5bd4837ecba1fd
2
SIZE (PECL/gmagick-1.1.7RC2.tgz) = 97556
2
SIZE (PECL/gmagick-1.1.7RC3.tgz) = 97860

Return to bug 202992