pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Depend on p5-DBI and p5-File-Temp, required ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/250b61ceb127
branches:  trunk
changeset: 484939:250b61ceb127
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 01 14:01:04 2004 +0000

description:
Depend on p5-DBI and p5-File-Temp, required to run the mysqlhotcopy
script.

Bump PKGREVISION to each package respectively.

diffstat:

 databases/mysql-client/Makefile  |  7 +++++--
 databases/mysql4-client/Makefile |  7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r a2975d761394 -r 250b61ceb127 databases/mysql-client/Makefile
--- a/databases/mysql-client/Makefile   Wed Dec 01 14:00:38 2004 +0000
+++ b/databases/mysql-client/Makefile   Wed Dec 01 14:01:04 2004 +0000
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.38 2004/11/23 16:07:01 xtraeme Exp $
+# $NetBSD: Makefile,v 1.39 2004/12/01 14:01:04 xtraeme Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-client-/}
 SVR4_PKGNAME=          mysqc
-PKGREVISION=           3
+PKGREVISION=           4
 COMMENT=               MySQL 4, a free SQL database (client)
 
 CONFLICTS=             {mysql-client-[0-9]*,mysql3-client-[0-9]*}
 
+DEPENDS+=              p5-DBI-[0-9]*:../../databases/p5-DBI
+DEPENDS+=              p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
+
 .include "Makefile.common"
 
 CONFIGURE_ARGS+=       --without-extra-tools
diff -r a2975d761394 -r 250b61ceb127 databases/mysql4-client/Makefile
--- a/databases/mysql4-client/Makefile  Wed Dec 01 14:00:38 2004 +0000
+++ b/databases/mysql4-client/Makefile  Wed Dec 01 14:01:04 2004 +0000
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.15 2004/11/23 16:07:02 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2004/12/01 14:01:04 xtraeme Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-client-/}
-PKGREVISION=           5
+PKGREVISION=           6
 SVR4_PKGNAME=          mysqc
 COMMENT=               MySQL 4, a free SQL database (client)
 
 CONFLICTS=             {mysql-client-[0-9]*,mysql3-client-[0-9]*}
 
+DEPENDS+=              p5-DBI-[0-9]*:../../databases/p5-DBI
+DEPENDS+=              p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
+
 .include "Makefile.common"
 
 CONFIGURE_ARGS+=       --without-extra-tools



Home | Main Index | Thread Index | Old Index