pkgsrc-Users archive

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

diffs to update time/p5-DateTime-Format-MySQL



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"



Home | Main Index | Thread Index | Old Index