diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-03-19 20:08:31 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-03-19 20:08:31 +0000 |
commit | ceaba813eb56bbe3c471f84ca237e4850464dec6 (patch) | |
tree | b55c8a098bffb789dd3173dba8f4d9b94d4c1d74 | |
parent | e78965d81525b397ac5074555f9fd6d3cd4b0890 (diff) |
Update to 1.2.1 release.
PR: ports/94699
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
Notes
Notes:
svn path=/head/; revision=157674
-rw-r--r-- | archivers/pecl-zip/Makefile | 8 | ||||
-rw-r--r-- | archivers/pecl-zip/distinfo | 6 | ||||
-rw-r--r-- | archivers/pecl-zip/pkg-descr | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/archivers/pecl-zip/Makefile b/archivers/pecl-zip/Makefile index 27d7fe3d6644..40a869808e18 100644 --- a/archivers/pecl-zip/Makefile +++ b/archivers/pecl-zip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zip -PORTVERSION= 1.0 +PORTVERSION= 1.2.1 CATEGORIES= archivers pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,13 +14,11 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org -COMMENT= A PECL extension to read zip files - -LIB_DEPENDS= zzip.10:${PORTSDIR}/devel/zziplib +COMMENT= A PECL extension to create and read zip files USE_PHP= yes USE_PHPEXT= yes -CONFIGURE_ARGS= --with-zip=${LOCALBASE} +CONFIGURE_ARGS= --enable-zip --with-zlib-dir=/usr .include <bsd.port.mk> diff --git a/archivers/pecl-zip/distinfo b/archivers/pecl-zip/distinfo index 41d9e27bebb5..66f52c6386fa 100644 --- a/archivers/pecl-zip/distinfo +++ b/archivers/pecl-zip/distinfo @@ -1,3 +1,3 @@ -MD5 (PECL/zip-1.0.tgz) = 255203b19e46c0512e6ab3780ba2d2e5 -SHA256 (PECL/zip-1.0.tgz) = 0375e17b012c04dc204e5d2a857882cd6d9fb9b3a09ea3d165ba3ce8c9e2533b -SIZE (PECL/zip-1.0.tgz) = 4930 +MD5 (PECL/zip-1.2.1.tgz) = e8c87e8939dcdf98ad34b285aebe5600 +SHA256 (PECL/zip-1.2.1.tgz) = 3dd2b77de8214f2eee388a05233fd4845f19b28be3cb1a92d1d0634b499f42c8 +SIZE (PECL/zip-1.2.1.tgz) = 39291 diff --git a/archivers/pecl-zip/pkg-descr b/archivers/pecl-zip/pkg-descr index c13236e14137..568cece3fd55 100644 --- a/archivers/pecl-zip/pkg-descr +++ b/archivers/pecl-zip/pkg-descr @@ -1,4 +1,4 @@ -Zip is an extension to read zip files. +Zip is an extension to create and read zip files. WWW: http://pecl.php.net/package/zip/ |