Index: Portfile
===================================================================
--- Portfile	(revision 47651)
+++ Portfile	(working copy)
@@ -2,7 +2,7 @@
 PortSystem		1.0
 
 name			i386-mingw32-w32api
-version			3.6
+version			3.13
 maintainers		landonf@macports.org
 description		Mingw32 Win32 headers and import libraries
 long_description	Mingw32 Win32 headers and import libraries to \
@@ -17,21 +17,21 @@
 
 platforms		darwin
 master_sites		sourceforge:mingw
-distname		w32api-${version}
-checksums		md5 2f86ec42cafd774ec82162fbc6e6808d
+distname		w32api-${version}-mingw32-dev
+checksums		md5     a50fff6bc1e1542451722e2650cb53b4 \
+			sha1    5eb7d8ec0fe032a92bea3a2c8282a78df2f1793c \
+			rmd160  9d8d456b333a68a8c3df59d2f3cdf76586632c4e
 
 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}
 	file copy -force ${worksrcpath}/include ${destpath}/${prefix}/${crossgcc-target}

