[47659] trunk/dports/cross/i386-mingw32-w32api/Portfile

blb at macports.org blb at macports.org
Mon Mar 2 22:39:22 PST 2009


Revision: 47659
          http://trac.macports.org/changeset/47659
Author:   blb at macports.org
Date:     2009-03-02 22:39:22 -0800 (Mon, 02 Mar 2009)
Log Message:
-----------
cross/i386-mingw32-w32api - version update to 3.13, switch pre-extract phase
to use extract.mkdir, and indicate it violates the mtree
Ticket #18733

Modified Paths:
--------------
    trunk/dports/cross/i386-mingw32-w32api/Portfile

Modified: trunk/dports/cross/i386-mingw32-w32api/Portfile
===================================================================
--- trunk/dports/cross/i386-mingw32-w32api/Portfile	2009-03-03 06:32:30 UTC (rev 47658)
+++ trunk/dports/cross/i386-mingw32-w32api/Portfile	2009-03-03 06:39:22 UTC (rev 47659)
@@ -2,7 +2,7 @@
 PortSystem		1.0
 
 name			i386-mingw32-w32api
-version			3.6
+version			3.13
 maintainers		landonf at 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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090302/c6e9f14d/attachment.html>


More information about the macports-changes mailing list