[Rt-commit] rt branch, 4.4/dependencies, repushed

Alex Vandiver alexmv at bestpractical.com
Sun Jun 5 17:32:52 EDT 2016


The branch 4.4/dependencies was deleted and repushed:
       was 04aa1b6d6a235da95caf28ab6bec32bede7b67a1
       now fa5cf0c2906b55926c4185cad8345b744d6c2f1b

 1:  c34edac =  1:  c34edac Remove duplicate Encode dependency
 2:  0c3a310 =  2:  0c3a310 Sort LWP::Simple correctly
--:  ------- >  3:  4c1f1d3 Remove unnecessary FCGI::ProcManager dependency
 3:  bbb5c53 =  4:  c7bdc53 Fold in core dependencies that cannot be disabled
 4:  e9ed2a8 =  5:  7ceaef0 Fold in --with-html-doc into developer dependencies
 5:  5520a80 =  6:  afe83f8 Only add the externalauth test dependency for developers
 6:  6e40017 =  7:  0cf3a9c Remove the last vestiges of --download
 7:  63e7b52 !  8:  8587c63 Improve documentation
    @@ -79,35 +79,37 @@
     -database interface for oracle
      
     -=item --with-sqlite
    ++=item C<--with-standalone>
    + 
    +-database interface and driver for sqlite (unsupported)
     +=item B<--with-fastcgi>
      
    --database interface and driver for sqlite (unsupported)
    +-=item --with-fastcgi
     +=item B<--with-modperl1>
      
    --=item --with-fastcgi
    +-libraries needed to support the fastcgi handler
     +=item B<--with-modperl2>
      
    --libraries needed to support the fastcgi handler
    +-=item --with-modperl1
     +These configure which interface between the webserver and RT to add
     +dependencies for.
      
    --=item --with-modperl1
    +-libraries needed to support the modperl 1 handler
      
    --libraries needed to support the modperl 1 handler
    +-=item --with-modperl2
     +=item B<--with-developer>
      
    --=item --with-modperl2
    +-libraries needed to support the modperl 2 handler
     +Add dependencies needed to develop RT and run its tests.
      
    --libraries needed to support the modperl 2 handler
    +-=item --with-developer
      
    --=item --with-developer
    +-tools needed for RT development
     +=item B<--with-gpg>
      
    --tools needed for RT development
    +-=back
     +Add dependencies for GPG encryption and decryption of email.
    - 
    --=back
    ++
     +=item B<--with-graphviz>
     +
     +Add dependencies for visualizing dependencies between tickets.
 8:  f965654 =  9:  7fe4525 Move functions down
 9:  8f78765 = 10:  8ac5f66 perltidy
10:  5186ca2 = 11:  41f950a Make --verbose a no-op; it is always passed by the makefile
11:  c226d8d = 12:  db052ad Remove --list-deps; it is undocumented and unuseful
12:  20bcd60 = 13:  af82044 Refactor, reword, and reorder CPAN checking
13:  21af074 ! 14:  e723434 Store dependencies in cpanfile
    @@ -174,7 +174,6 @@
     +
     +feature 'fastcgi' => sub {
     +    requires 'FCGI', '>= 0.74';
    -+    requires 'FCGI::ProcManager';
     +};
     +
     +feature 'modperl1' => sub {
    @@ -416,7 +415,6 @@
     -
     -$deps{'FASTCGI'} = [ text_to_hash( << '.') ];
     -FCGI 0.74
    --FCGI::ProcManager
     -.
     -
     -$deps{'MODPERL1'} = [ text_to_hash( << '.') ];
14:  70a1598 = 15:  471a74a Move perl version into cpanfile
15:  d8aa180 = 16:  cb7e7ca Rename print_found to row
16:  23da328 = 17:  64e44b8 Improve horizontal and vertical spacing of output
17:  104e0de = 18:  d8b1134 Show current version of module, when relevant
18:  fde23e8 = 19:  c4c5821 Use "current value" for perl check as well
19:  411a0a4 = 20:  238844d Use "current value" for user / group display
20:  456de3f = 21:  666752d Rename, since it checks groups as well as users
21:  3521180 = 22:  9e64922 Fail-fast if the users or groups do not check out
22:  ec7dd43 = 23:  4d7e678 Show output with colors when run from a terminal
23:  04aa1b6 = 24:  fa5cf0c Move database and deployment defaults into rt-test-dependencies



More information about the rt-commit mailing list