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

(-)/usr/home/chinsan/project/pecl-zip/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	zip
8
PORTNAME=	zip
9
PORTVERSION=	1.8.4
9
PORTVERSION=	1.9.0
10
CATEGORIES=	archivers pear
10
CATEGORIES=	archivers pear
11
MASTER_SITES=	http://pecl.php.net/get/
11
MASTER_SITES=	http://pecl.php.net/get/
12
PKGNAMEPREFIX=	pecl-
12
PKGNAMEPREFIX=	pecl-
Lines 16-24 Link Here
16
MAINTAINER=	ale@FreeBSD.org
16
MAINTAINER=	ale@FreeBSD.org
17
COMMENT=	A PECL extension to create and read zip files
17
COMMENT=	A PECL extension to create and read zip files
18
18
19
USE_PHP=	yes
19
USE_PHP=	pcre
20
USE_PHPEXT=	yes
20
USE_PHPEXT=	yes
21
21
22
CONFIGURE_ARGS=	--enable-zip --with-zlib-dir=/usr
22
CONFIGURE_ARGS=	--enable-zip --with-zlib-dir=/usr --with-pcre-dir=${PREFIX}/include/php
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)/usr/home/chinsan/project/pecl-zip/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PECL/zip-1.8.4.tgz) = c2e89c789fe1328745764265f0f5d2d7
1
MD5 (PECL/zip-1.9.0.tgz) = 045c5c2ee8e657c1ef7ab3a14a79617a
2
SHA256 (PECL/zip-1.8.4.tgz) = cd6a3edce6c0de7147978fee9ba04080cbedeb9dab6ea483767e689edee51ce1
2
SHA256 (PECL/zip-1.9.0.tgz) = 8044fbd9d8513ecc54c33af6cf8cedee43cc671f4d33e924001cda04cbc9140f
3
SIZE (PECL/zip-1.8.4.tgz) = 60356
3
SIZE (PECL/zip-1.9.0.tgz) = 63971

Return to bug 108407