diff options
author | ale <ale@FreeBSD.org> | 2006-03-20 04:08:31 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-03-20 04:08:31 +0800 |
commit | 818776f9eabdc16cb7af1d9b73fe539efcb9d3bd (patch) | |
tree | 39bd0987d5b5bc80b9294b41a11528bb86773179 | |
parent | 1e50b8141ebbcacecc3e386198b149cf92cd7d88 (diff) | |
download | freebsd-ports-gnome-818776f9eabdc16cb7af1d9b73fe539efcb9d3bd.tar.gz freebsd-ports-gnome-818776f9eabdc16cb7af1d9b73fe539efcb9d3bd.tar.zst freebsd-ports-gnome-818776f9eabdc16cb7af1d9b73fe539efcb9d3bd.zip |
Update to 1.2.1 release.
PR: ports/94699
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
-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/ |