Subject: diffs to update time/p5-DateTime-Format-MySQL
To: None <pkgsrc-users@NetBSD.org>
From: George Michaelson <ggm@apnic.net>
List: pkgsrc-users
Date: 11/22/2007 12:32:05
time/p5-DateTime-Format-MySQL should depend on
time/p5-DateTime-Format-Builder.

without it, 

perl -MDateTime::Format::MySQL -le \
	'print $DateTime::Format::MySQL::VERSION'

complains.

Here is a diff on the Makefile to add the dependency

-G
---------

--- Makefile.orig	2007-11-22 12:30:14.000000000 +1000
+++ Makefile	2007-11-22 12:18:47.000000000 +1000
@@ -12,5 +12,7 @@
 PERL5_MODULE_TYPE=	Module::Build
 PERL5_PACKLIST=		auto/DateTime/Format/MySQL/.packlist
 
+DEPENDS+=       p5-DateTime-Format-Builder>=0.7807:../../time/p5-DateTime-Format-Builder
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"