diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 16:26:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 16:26:54 +0000 |
commit | 8572e2517c9d359fa0575baf432af6b50a175a18 (patch) | |
tree | 1c794d0297d16ff2a589f73e4b2528ed5e788bd5 /math | |
parent | a3a510958e5bb012c89d6e9759ac3312faf174eb (diff) | |
download | pkgsrc-8572e2517c9d359fa0575baf432af6b50a175a18.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 'math')
-rw-r--r-- | math/pear-Numbers_Roman/Makefile | 4 | ||||
-rw-r--r-- | math/pear-Numbers_Words/Makefile | 4 | ||||
-rw-r--r-- | math/php-bcmath/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/pear-Numbers_Roman/Makefile b/math/pear-Numbers_Roman/Makefile index 1c936f53474..f31bc0370f6 100644 --- a/math/pear-Numbers_Roman/Makefile +++ b/math/pear-Numbers_Roman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/02 18:27:56 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/04 16:26:54 joerg Exp $ DISTNAME= Numbers_Roman-0.2.0 CATEGORIES= math @@ -7,7 +7,7 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://pear.php.net/package/Numbers_Roman/ COMMENT= Provides methods for converting to and from Roman Numerals -CONFLICTS= php-pear-Numbers_Roman-[0-9] +CONFLICTS= php-pear-Numbers_Roman-[0-9]* .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/pear-Numbers_Words/Makefile b/math/pear-Numbers_Words/Makefile index e86db668632..19d08d4f29a 100644 --- a/math/pear-Numbers_Words/Makefile +++ b/math/pear-Numbers_Words/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/02 18:27:56 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/04 16:26:54 joerg Exp $ DISTNAME= Numbers_Words-0.14.0 CATEGORIES= math @@ -7,7 +7,7 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://pear.php.net/package/Numbers_Words/ COMMENT= Provides methods for spelling numerals in words -CONFLICTS= php-pear-Numbers_Words-[0-9] +CONFLICTS= php-pear-Numbers_Words-[0-9]* .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/php-bcmath/Makefile b/math/php-bcmath/Makefile index 3dfb757bfcf..b0d61c1571f 100644 --- a/math/php-bcmath/Makefile +++ b/math/php-bcmath/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2006/06/02 18:27:56 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/06/04 16:26:54 joerg Exp $ MODNAME= bcmath CATEGORIES+= math COMMENT= PHP extension for bc-style arbitrary precision math -CONFLICTS= php-bcmath-[0-9] +CONFLICTS= php-bcmath-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME} |