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

ruz at bestpractical.com ruz at bestpractical.com
Mon Mar 17 17:36:27 EDT 2008


Author: ruz
Date: Mon Mar 17 17:36:26 2008
New Revision: 11087

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	Mon Mar 17 17:36:26 2008
@@ -64,6 +64,12 @@
     'with-SPEEDYCGI',                     'with-MODPERL1',
     'with-MODPERL2',                      'with-DEV',
     'with-STANDALONE',
+
+    'with-GPG',
+    'with-ICAL',
+    'with-SMTP',
+    'with-GRAPH',
+
     'download=s',
     'repository=s',
     'list-deps'
@@ -82,6 +88,10 @@
     'with-MAILGATE' => 1, 
     'with-DEV' => @RT_DEVEL_MODE@, 
     'with-STANDALONE' => 0,
+    'with-GPG' => 1,
+    'with-ICAL' => 1,
+    'with-SMTP' => 1,
+    'with-GRAPH' => 1,
 );
 $args{$_} = $default{$_} foreach grep !exists $args{$_}, keys %default;
 
@@ -330,6 +340,12 @@
 Net::SMTP
 .
 
+$deps{'GRAPH'} = [ text_to_hash( << '.') ];
+GraphViz
+IPC::Run
+IPC::Run::SafeHandles
+.
+
 if ($args{'download'}) {
 
     download_mods();


More information about the Rt-commit mailing list