[freeside-commits] branch FREESIDE_4_BRANCH updated. 02c6b036a0c1d9ff42bd9fd981e245543a26fc46

Ivan ivan at 420.am
Thu Jul 9 22:50:14 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  02c6b036a0c1d9ff42bd9fd981e245543a26fc46 (commit)
      from  8d081a1e84811838d0d6a400030e049d8a9365bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 02c6b036a0c1d9ff42bd9fd981e245543a26fc46
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jul 9 22:50:13 2015 -0700

    fix RT testdeps for RT 4.2.11, RT#34237

diff --git a/rt/sbin/rt-test-dependencies.in b/rt/sbin/rt-test-dependencies.in
index 0f24192..b81e7d3 100644
--- a/rt/sbin/rt-test-dependencies.in
+++ b/rt/sbin/rt-test-dependencies.in
@@ -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;
 

-----------------------------------------------------------------------

Summary of changes:
 rt/sbin/rt-test-dependencies.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list