summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-04 16:26:52 +0000
committerjoerg <joerg>2006-06-04 16:26:52 +0000
commitdc9ed1eae49824498c84348d2a303ffac3043006 (patch)
tree2289aa9644e3677c23bdb5b3beb8c83893ff887a /archivers
parent679fcff02a4b0120f6701fe265d6709796dde611 (diff)
downloadpkgsrc-dc9ed1eae49824498c84348d2a303ffac3043006.tar.gz
Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/php-bz2/Makefile4
-rw-r--r--archivers/php-zip/Makefile4
-rw-r--r--archivers/php-zlib/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/archivers/php-bz2/Makefile b/archivers/php-bz2/Makefile
index 928395831c7..21766ffc12b 100644
--- a/archivers/php-bz2/Makefile
+++ b/archivers/php-bz2/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2006/06/02 18:27:54 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/06/04 16:26:52 joerg Exp $
MODNAME= bz2
CATEGORIES= archivers
COMMENT= PHP extension for bzip2 compression
-CONFLICTS= php-bz2-[0-9]
+CONFLICTS= php-bz2-[0-9]*
USE_PHP_EXT_PATCHES= yes
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile
index c5f06d6a705..97b7505fdb3 100644
--- a/archivers/php-zip/Makefile
+++ b/archivers/php-zip/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2006/06/02 18:27:54 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/04 16:26:52 joerg Exp $
MODNAME= zip
PECL_VERSION= 1.0
CATEGORIES+= archivers
COMMENT= PHP extension for ZIP archive handling
-CONFLICTS= php-zip-[0-9]
+CONFLICTS= php-zip-[0-9]*
CONFIGURE_ARGS+= --with-zip=shared,${BUILDLINK_DIR}
diff --git a/archivers/php-zlib/Makefile b/archivers/php-zlib/Makefile
index 6a4cdc1189f..0befa3c11ce 100644
--- a/archivers/php-zlib/Makefile
+++ b/archivers/php-zlib/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2006/06/02 18:27:54 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/04 16:26:52 joerg Exp $
MODNAME= zlib
CATEGORIES+= archivers
COMMENT= PHP extension for zlib compression
-CONFLICTS= php-zlib-[0-9]
+CONFLICTS= php-zlib-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}-dir=${BUILDLINK_DIR}