Update of /cvsroot/fink/fink/perlmod/Fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5856

Modified Files:
      Tag: branch_0_29
        ChangeLog Validation.pm 
Log Message:
New UseMaxBuildJobs field.


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.303.2.6
retrieving revision 1.303.2.7
diff -u -d -r1.303.2.6 -r1.303.2.7
--- Validation.pm       10 Aug 2009 18:29:14 -0000      1.303.2.6
+++ Validation.pm       29 Nov 2009 23:52:57 -0000      1.303.2.7
@@ -63,7 +63,7 @@
 # All fields that expect a boolean value
 our %boolean_fields = map {$_, 1}
        (
-               qw(builddependsonly addshlibdeps essential nosourcedirectory 
updateconfigguess updatelibtool updatepod noperltests),
+               qw(builddependsonly addshlibdeps essential nosourcedirectory 
updateconfigguess updatelibtool updatepod noperltests usemaxbuildjobs),
                map {"noset".$_} @set_vars
        );
 
@@ -193,6 +193,7 @@
                 'gcc',
                 'compilescript',
                 'noperltests',
+                'usemaxbuildjobs',
 #  install phase:
                 'updatepod',
                 'installscript',

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1592.2.37
retrieving revision 1.1592.2.38
diff -u -d -r1.1592.2.37 -r1.1592.2.38
--- ChangeLog   24 Nov 2009 21:11:34 -0000      1.1592.2.37
+++ ChangeLog   29 Nov 2009 23:52:56 -0000      1.1592.2.38
@@ -1,3 +1,7 @@
+2009-11-29  Augusto Devegili  <moni...@users.sourceforge.net>
+
+       * Validation.pm: New UseMaxBuildJobs field
+
 2009-11-24  Augusto Devegili  <moni...@users.sourceforge.net>
 
        * Configure.pm, PkgVersion.pm: New MaxBuildJobs fink.conf entry and


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to