Index: Portfile
===================================================================
--- Portfile	(revision 60689)
+++ Portfile	(working copy)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		sbcl
-version		1.0.30
+version		1.0.32
 set subrevision	""
 categories	lang
 maintainers	gwright waqar
@@ -41,11 +41,13 @@
 		   set host_lisp	"\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
 }
 
-platform darwin 9 i386     {
-		   set bootversion 1.0.12
+platform i386     {
+		   set bootversion 1.0.29
 		   distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
 		   checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
-			md5 5c8e50fad3994ab5fb619d76260bd619
+                    md5     c38140be16dbc718e845d2d351e0f836 \
+                    sha1    f2773a7c9bf270bd1ce5aa7ccb6fe0ff01bbc917 \
+                    rmd160  143d39114ffa4ab1be7c0c0166249dabf2669543
 
 		   global host_lisp
 		   set host_lisp	"\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
@@ -60,9 +62,9 @@
 worksrcdir	${name}-${version}
 
 checksums	${distname}${extract.suffix}				\
-                    md5     64a96ad21a5d57f27639c0801c00fe74		\
-                    sha1    446fe474566f4709d9852278e950f253a20722d6	\
-                    rmd160  96c5b38d495bbd959730162828b4d58ead245b5e
+                    md5     95e1f683e307fa4cbf053db37fbd1456 \
+                    sha1    545a034b131537f5f29b13a3cb8b2b61a932abad \
+                    rmd160  d94c5a3589dd3c213a4dbbe4208e8ce12692bfe7
 
 post-patch	{
 	reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \

