<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -584,7 +584,7 @@ class PrepareBuild(CommandLineApp):
 
             environ, conf_args = self.configure_environment()
 
-            boost   = 'boost_1_38_0'
+            boost   = 'boost_1_39_0'
             tarball = boost + '.tar.bz2'
 
             if not exists(boost):
@@ -604,7 +604,7 @@ class PrepareBuild(CommandLineApp):
                 fd.close()
                 digest = csum.hexdigest()
 
-                if digest != '5eca2116d39d61382b8f8235915cb267':
+                if digest != 'a17281fd88c48e0d866e1a12deecbcc0':
                     self.log.error('Boost source tarball fails to match checksum')
                     sys.exit(1)
 
@@ -950,17 +950,17 @@ class PrepareBuild(CommandLineApp):
             self.sys_include_dirs.insert(0, '/usr/local/stow/cppunit-debug/include')
             self.sys_library_dirs.insert(0, '/usr/local/stow/cppunit-debug/lib')
 
-        if exists('/usr/local/lib/libboost_regex-xgcc43-sd-1_38.a'):
+        if exists('/usr/local/lib/libboost_regex-xgcc43-sd-1_39.a'):
             self.envvars['BOOST_HOME']   = '/usr/local'
-            self.envvars['BOOST_SUFFIX'] = '-xgcc43-sd-1_38'
-            self.envvars['BOOST_VERSION'] = '1_38'
+            self.envvars['BOOST_SUFFIX'] = '-xgcc43-sd-1_39'
+            self.envvars['BOOST_VERSION'] = '1_39'
 
             self.log.debug('Setting BOOST_SUFFIX  =&gt; %s' %
                            self.envvars['BOOST_SUFFIX'])
             self.log.debug('Setting BOOST_VERSION =&gt; %s' %
                            self.envvars['BOOST_VERSION'])
 
-            self.sys_include_dirs.append('/usr/local/include/boost-1_38')
+            self.sys_include_dirs.append('/usr/local/include/boost-1_39')
 
     def setup_flavor_opt(self):
         self.CXXFLAGS.append('-O3')</diff>
      <filename>acprep</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@
 STOW_ROOT = /usr/local/stow
 
 BOOST_SOURCE  = boost
-BOOST_VERSION = 1_38_0
+BOOST_VERSION = 1_39_0
 
 # architecture=combined
 boost-release:</diff>
      <filename>lib/Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f8c3b4cad8c48be270150c65a2c0a1079e47926f</id>
    </parent>
  </parents>
  <author>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </author>
  <url>http://github.com/jwiegley/ledger/commit/72a2eaa38e68b886a567da2afda8f08b1929e3b6</url>
  <id>72a2eaa38e68b886a567da2afda8f08b1929e3b6</id>
  <committed-date>2009-06-22T07:59:34-07:00</committed-date>
  <authored-date>2009-06-22T07:59:34-07:00</authored-date>
  <message>Upgraded Boost version reference to 1.39</message>
  <tree>a32a1ed9d3d298100d18bc7c5d14e4044f7eee6f</tree>
  <committer>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </committer>
</commit>
