Switch to use zip extension bundled with php 5.2.13 which is
internal version 1.8.11. Changes are unknown, please refer PHP's changes.
This commit is contained in:
parent
86655545f3
commit
4fc7cd7d74
2 changed files with 8 additions and 8 deletions
|
@ -1,17 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.10 2009/08/12 02:38:24 dsainty Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2010/03/02 14:46:51 taca Exp $
|
||||
|
||||
MODNAME= zip
|
||||
PECL_VERSION= 1.8.10
|
||||
CATEGORIES+= archivers
|
||||
COMMENT= PHP extension for ZIP archive handling
|
||||
|
||||
CONFLICTS= php-zip-[0-9]*
|
||||
CONFLICTS= php-zip-[0-9]*
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
CONFIGURE_ARGS+= --enable-zip
|
||||
CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib}
|
||||
|
||||
# Remove these PKGNAME tweak after PHP 5.2.14 release
|
||||
.include "../../lang/php/phpversion.mk"
|
||||
.if ${PKG_PHP_VERSION} == "5"
|
||||
PKGNAME:= ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.1.8.11
|
||||
.endif
|
||||
|
||||
.include "../../lang/php/ext.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.3 2009/08/12 02:38:24 dsainty Exp $
|
||||
|
||||
SHA1 (php-zip/zip-1.8.10.tgz) = e4280bfdfecbeedc16e0528bfbda2254a70d5918
|
||||
RMD160 (php-zip/zip-1.8.10.tgz) = 424e2401e6ce473c158038b0b6dd4432a3b81364
|
||||
Size (php-zip/zip-1.8.10.tgz) = 66972 bytes
|
Loading…
Reference in a new issue