--- Portfile.orig	2008-02-04 20:00:16.000000000 +0100
+++ Portfile	2008-02-04 20:04:43.000000000 +0100
@@ -2,27 +2,27 @@
 
 PortSystem 1.0
 name             boost-jam
-version          3.1.15
+version          3.1.16
 categories       devel
 maintainers      gmail.com:jon.olsson
 description      Boost.Jam (BJam) is a build tool based on FTJam
 long_description \
-	Boost.Jam (BJam) is a build tool based on FTJam, \
-	which in turn is based on Perforce Jam. It contains \
-	significant improvements made to facilitate its use \
-	in the Boost Build System, but should be backward \
-	compatible with Perforce Jam.
+        Boost.Jam (BJam) is a build tool based on FTJam, \
+        which in turn is based on Perforce Jam. It contains \
+        significant improvements made to facilitate its use \
+        in the Boost Build System, but should be backward \
+        compatible with Perforce Jam.
 homepage         http://www.boost.org
 master_sites     sourceforge:boost
 extract.suffix   .tgz
-checksums        md5 dbf3f5a36df4c96c555e365773f54ba7 \
-                 rmd160 a149d44d92358a967d135d05852f66be425fb96f \
-                 sha1 61c723048f3a358dfb461acf2d96bd59df11c1e1
+checksums        md5 1fd96a38b1a33c365e8142eec53197e7 \
+                 rmd160 dd602c5e01a004dbf6e6ee542c5f6bdb0bd1348f \
+                 sha1 e2dd6ef9c56b18c7be7669aba374bcd24745ae95
 platforms        darwin
 
 post-patch {
-	reinplace "s|/usr/share/boost-build|${prefix}/share/boost-build|" \
-		${worksrcpath}/jambase.c
+        reinplace "s|/usr/share/boost-build|${prefix}/share/boost-build|" \
+                ${worksrcpath}/jambase.c
 }
 
 use_configure    no
@@ -32,9 +32,9 @@
 build.target
 
 destroot {
-	xinstall -d -m 0755 ${destroot}${prefix}/bin
-	xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/bin
+        xinstall -d -m 0755 ${destroot}${prefix}/bin
+        xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/bin
 
-	xinstall -d -m 0755 ${destroot}${prefix}/lib/bjam/bin/
-	xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/lib/bjam/bin/jam
+        xinstall -d -m 0755 ${destroot}${prefix}/lib/bjam/bin/
+        xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/lib/bjam/bin/jam
 }
