X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fsbin%2Frt-test-dependencies.in;h=144dc8b0a948453d263da0e7e313ab086d5acf0f;hb=d61cf1825f89216eebc83da5510c34b330b55abb;hp=0f24192da6f3af7bfaeb8fe36759c1f8744e0c95;hpb=1c538bfabc2cd31f27067505f0c3d1a46cba6ef0;p=freeside.git diff --git a/rt/sbin/rt-test-dependencies.in b/rt/sbin/rt-test-dependencies.in index 0f24192da..144dc8b0a 100644 --- a/rt/sbin/rt-test-dependencies.in +++ b/rt/sbin/rt-test-dependencies.in @@ -3,7 +3,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -96,16 +96,16 @@ my %default = ( 'with-CORE' => 1, 'with-CLI' => 1, 'with-MAILGATE' => 1, - 'with-DEV' => @RT_DEVEL_MODE@, - 'with-GPG' => @RT_GPG@, + 'with-DEVELOPER' => @RT_DEVELOPER@, + 'with-GPG' => @RT_GPG_DEPS@, + 'with-SMIME' => @RT_SMIME_DEPS@, 'with-ICAL' => 1, 'with-SMTP' => 1, 'with-GRAPHVIZ' => @RT_GRAPHVIZ@, 'with-GD' => @RT_GD@, 'with-DASHBOARDS' => 1, 'with-USERLOGO' => 1, - 'with-SSL-MAILGATE' => @RT_SSL_MAILGATE@, - 'with-HTML-DOC' => @RT_DEVEL_MODE@, + 'with-HTML-DOC' => @RT_DEVELOPER@, ); $args{$_} = $default{$_} foreach grep !exists $args{$_}, keys %default; @@ -211,7 +211,7 @@ Digest::MD5 2.27 Digest::SHA Email::Address 1.897 Email::Address::List 0.02 -Encode 2.64 +Encode Errno File::Glob File::ShareDir @@ -239,9 +239,9 @@ Mail::Mailer 1.57 MIME::Entity 5.504 Module::Refresh 0.03 Module::Versions::Report 1.05 +Encode 2.64 Net::CIDR Plack 1.0002 -Plack::Handler::Starlet Regexp::Common Regexp::Common::net::CIDR Regexp::IPv6 @@ -269,7 +269,6 @@ Crypt::SSLeay Getopt::Long LWP::Protocol::https LWP::UserAgent 6.0 -Mozilla::CA Net::SSL Pod::Usage . @@ -314,14 +313,9 @@ FCGI::ProcManager . $deps{'MODPERL1'} = [ text_to_hash( << '.') ]; -Apache::DBI 0.92 Apache::Request . -$deps{'MODPERL2'} = [ text_to_hash( << '.') ]; -Apache::DBI -. - $deps{'MYSQL'} = [ text_to_hash( << '.') ]; DBD::mysql 2.1018 . @@ -384,6 +378,7 @@ Pod::Simple 3.24 my %AVOID = ( 'DBD::Oracle' => [qw(1.23)], 'Devel::StackTrace' => [qw(1.28 1.29)], + 'DateTime::Locale' => [qw(1.00 1.01)] ); if ($args{'download'}) {