Index: Portfile
===================================================================
--- Portfile	(revision 47651)
+++ Portfile	(working copy)
@@ -2,7 +2,7 @@
 PortSystem		1.0
 
 name			i386-mingw32-runtime
-version			3.9
+version			3.15.2
 maintainers		landonf@macports.org
 description		Free Microsoft C runtime, headers and import libraries.
 long_description	Free Microsoft C runtime, headers and import libraries to \
@@ -16,24 +16,24 @@
 
 platforms		darwin
 master_sites		sourceforge:mingw
-distname		mingw-runtime-${version}
-checksums		md5 0cb66b1071da224ea2174f960c593e2e
+distname		mingwrt-${version}-mingw32-dev
+checksums		md5     31520c8cce50eae09021f560cbf1485b \
+			sha1    36ef40de84cb8778e68f883d1cf320d9e627342d \
+			rmd160  2c3b0b323bb2df47894c7eaecfbc5082461c6b49
 
 extract.dir		${worksrcpath}
+extract.mkdir	yes
 
-pre-extract {
-	file mkdir ${worksrcpath}
-}
-
 # Nothing to configure
 use_configure		no
 
 # Nothing to build
 build {}
 
+destroot.violate_mtree	yes
 destroot {
 	file mkdir ${destpath}/${prefix}/${crossgcc-target}
-	foreach dir {include lib bin doc} {
+	foreach dir {include lib doc share} {
 		file copy -force ${worksrcpath}/$dir ${destpath}/${prefix}/${crossgcc-target}
 	}
 }

