[freeside-commits] branch master updated. 7c12171c0046a15f48dcf37a60ae630cab5bbc9a

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


The branch, master has been updated
       via  7c12171c0046a15f48dcf37a60ae630cab5bbc9a (commit)
      from  94fce262a493dd541f406ad5d9027ad1c03e905c (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 7c12171c0046a15f48dcf37a60ae630cab5bbc9a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jul 9 22:50:12 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