[Rt-commit] r11053 - rt/branches/3.8-TESTING/sbin

ruz at bestpractical.com ruz at bestpractical.com
Wed Mar 12 18:20:44 EDT 2008


Author: ruz
Date: Wed Mar 12 18:20:40 2008
New Revision: 11053

Modified:
   rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in

Log:
* update dependencies

Modified: rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	Wed Mar 12 18:20:40 2008
@@ -193,8 +193,6 @@
 Digest::MD5 2.27
 DBI 1.37
 Class::ReturnValue 0.40
-GnuPG::Interface
-PerlIO::eol
 DBIx::SearchBuilder 1.50
 Text::Template
 File::Spec 0.8
@@ -206,7 +204,6 @@
 Locale::Maketext::Fuzzy
 MIME::Entity 5.425
 Mail::Mailer 1.57
-Net::SMTP
 Text::Wrapper 
 Time::ParseDate
 Time::HiRes 
@@ -306,9 +303,11 @@
 $deps{'MYSQL'} = [ text_to_hash( << '.') ];
 DBD::mysql 2.1018
 .
+
 $deps{'ORACLE'} = [ text_to_hash( << '.') ];
 DBD::Oracle
 .
+
 $deps{'POSTGRESQL'} = [ text_to_hash( << '.') ];
 DBD::Pg 1.43
 .
@@ -317,6 +316,20 @@
 DBD::SQLite 1.00
 .
 
+$deps{'GPG'} = [ text_to_hash( << '.') ];
+GnuPG::Interface
+PerlIO::eol
+.
+
+$deps{'ICAL'} = [ text_to_hash( << '.') ];
+Date::ICal
+Data::ICal
+.
+
+$deps{'SMTP'} = [ text_to_hash( << '.') ];
+Net::SMTP
+.
+
 if ($args{'download'}) {
 
     download_mods();


More information about the Rt-commit mailing list