[47660] trunk/dports/cross/i386-mingw32-runtime/Portfile
blb at macports.org
blb at macports.org
Mon Mar 2 22:40:16 PST 2009
Revision: 47660
http://trac.macports.org/changeset/47660
Author: blb at macports.org
Date: 2009-03-02 22:40:16 -0800 (Mon, 02 Mar 2009)
Log Message:
-----------
cross/i386-mingw32-runtime - version update to 3.15.2, switch pre-extract
phase to use extract.mkdir, and indicate it violates the mtree
Ticket #18733
Modified Paths:
--------------
trunk/dports/cross/i386-mingw32-runtime/Portfile
Modified: trunk/dports/cross/i386-mingw32-runtime/Portfile
===================================================================
--- trunk/dports/cross/i386-mingw32-runtime/Portfile 2009-03-03 06:39:22 UTC (rev 47659)
+++ trunk/dports/cross/i386-mingw32-runtime/Portfile 2009-03-03 06:40:16 UTC (rev 47660)
@@ -2,7 +2,7 @@
PortSystem 1.0
name i386-mingw32-runtime
-version 3.9
+version 3.15.2
maintainers landonf at 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}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090302/e8ac817a/attachment.html>
More information about the macports-changes
mailing list