diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gtranscript/Makefile | 6 | ||||
-rw-r--r-- | databases/jdbc-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/kpsql/Makefile | 4 | ||||
-rw-r--r-- | databases/myodbc/Makefile | 4 | ||||
-rw-r--r-- | databases/mytop/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-MLDBM/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-postgresql/Makefile | 4 |
9 files changed, 24 insertions, 24 deletions
diff --git a/databases/gtranscript/Makefile b/databases/gtranscript/Makefile index 6a04302ca69..5edb7688797 100644 --- a/databases/gtranscript/Makefile +++ b/databases/gtranscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/06/11 06:34:24 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/09/27 23:17:52 jlam Exp $ # DISTNAME= gtranscript-0.0.1 @@ -17,8 +17,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://gtranscript.linuxbox.com/ COMMENT= SQL Database Client with GNOME frontend -DEPENDS+= gnome-core-*:../../x11/gnome-core -DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib +DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib GNU_CONFIGURE= YES USE_X11BASE= YES diff --git a/databases/jdbc-postgresql/Makefile b/databases/jdbc-postgresql/Makefile index c1182afa37b..4fb38322e1c 100644 --- a/databases/jdbc-postgresql/Makefile +++ b/databases/jdbc-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/09/09 23:35:39 jwise Exp $ +# $NetBSD: Makefile,v 1.12 2001/09/27 23:17:53 jlam Exp $ # DISTNAME= postgresql-7.1.2 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.PostgreSQL.ORG/ COMMENT= 100% Java JDBC driver for PostgreSQL # No, we don't depend on postgresql. This code base stands alone. -DEPENDS+= jakarta-ant-*:../../devel/jakarta-ant +DEPENDS+= jakarta-ant-[0-9]*:../../devel/jakarta-ant EXTRACT_ELEMENTS= ${DISTNAME}/src/interfaces/jdbc diff --git a/databases/kpsql/Makefile b/databases/kpsql/Makefile index 57d87ddb26a..88733584f9f 100644 --- a/databases/kpsql/Makefile +++ b/databases/kpsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/14 15:04:50 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/27 23:17:53 jlam Exp $ # DISTNAME= kpsql-1.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.mutinybaysoftware.com/kpsql.html COMMENT= Interactive Query Tool for PostgreSQL DEPENDS+= kdebase>=1.1:../../x11/kdebase -DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib # # PostgreSQL is currently not supported by all platforms diff --git a/databases/myodbc/Makefile b/databases/myodbc/Makefile index d77cc2f9a3e..91d96d1df08 100644 --- a/databases/myodbc/Makefile +++ b/databases/myodbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/04/15 01:06:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/27 23:17:53 jlam Exp $ # DISTNAME= MyODBC-2.50.36 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.mysql.com/ COMMENT= ODBC driver (server side) for MySQL DEPENDS+= mysql-client>=3.23.35:../../databases/mysql-client -DEPENDS+= iodbc-*:../../databases/iodbc +DEPENDS+= iodbc-[0-9]*:../../databases/iodbc GNU_CONFIGURE= yes diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 9c2d407c166..05f88e5101c 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/07/08 13:07:45 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/27 23:17:53 jlam Exp $ # DISTNAME= mytop-0.8 @@ -9,9 +9,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://public.yahoo.com/~jzawodn/mytop/ COMMENT= console-based tool for monitoring the threads and performance of MySQL -DEPENDS+= p5-DBI-*:../../databases/p5-DBI -DEPENDS+= p5-Term-ReadKey-*:../../devel/p5-Term-ReadKey -DEPENDS+= p5-DBD-mysql-*:../../databases/p5-DBD-mysql +DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI +DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey +DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql USE_PERL5= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mytop/.packlist diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 67e6e04c7ee..6ba3a182e83 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/08/10 11:53:15 mjl Exp $ +# $NetBSD: Makefile,v 1.12 2001/09/27 23:17:53 jlam Exp $ # VER= 1.01 @@ -11,7 +11,7 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.postgresql.org/ COMMENT= perl DBI/DBD driver for PostgreSQL databases -DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib DEPENDS+= p5-DBI>=1.08:../../databases/p5-DBI USE_PERL5= # defined diff --git a/databases/p5-MLDBM/Makefile b/databases/p5-MLDBM/Makefile index de4993eb95d..13107d026bf 100644 --- a/databases/p5-MLDBM/Makefile +++ b/databases/p5-MLDBM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/09/05 17:18:22 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/27 23:17:54 jlam Exp $ # DISTNAME= MLDBM-2.00 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/MLDBM/MLDBM.html COMMENT= perl5 module for storing arbitrary data in tied hashes -DEPENDS+= {p5-Data-Dumper-*,perl>=5.6.1nb2}:../../lang/perl5 +DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl5 USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MLDBM/.packlist diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index fbe94e4eccb..a96c00525c1 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/05/04 14:29:00 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/09/27 23:17:54 jlam Exp $ # DISTNAME= perl-ldap-0.23 @@ -10,10 +10,10 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://perl-ldap.sourceforge.net/ COMMENT= Perl class to access LDAP servers -DEPENDS+= p5-XML-Parser-*:../../textproc/p5-XML-Parser -DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1 -DEPENDS+= p5-libwww-*:../../www/p5-libwww +DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1 +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww USE_PERL5= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist diff --git a/databases/p5-postgresql/Makefile b/databases/p5-postgresql/Makefile index 28261fe073e..40ccb3b4ec5 100644 --- a/databases/p5-postgresql/Makefile +++ b/databases/p5-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/13 15:51:46 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/27 23:17:54 jlam Exp $ DISTNAME= pgsql_perl5-1.9.0 PKGNAME= p5-postgresql-1.9.0 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.pobox.com/~gbarr/perl-ldap/ COMMENT= Perl interface class for PostgreSQL -DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist |