diff options
author | taca <taca@pkgsrc.org> | 2010-03-02 14:46:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-02 14:46:51 +0000 |
commit | 4fc50ff6182bfae1ed1ab636da01f655b80f5d95 (patch) | |
tree | baf9582d896b634e14db14c9ad84c429bc1a45dd /archivers | |
parent | 073106b00b496709d62886b4f707db54af2cd609 (diff) | |
download | pkgsrc-4fc50ff6182bfae1ed1ab636da01f655b80f5d95.tar.gz |
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.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php-zip/Makefile | 11 | ||||
-rw-r--r-- | archivers/php-zip/distinfo | 5 |
2 files changed, 8 insertions, 8 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile index 4bf536823f6..5fc9d21a5f2 100644 --- a/archivers/php-zip/Makefile +++ b/archivers/php-zip/Makefile @@ -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" diff --git a/archivers/php-zip/distinfo b/archivers/php-zip/distinfo deleted file mode 100644 index cec1c5da993..00000000000 --- a/archivers/php-zip/distinfo +++ /dev/null @@ -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 |