[100992] trunk/dports/devel/bootstrap_cmds/Portfile

mfeiri at macports.org mfeiri at macports.org
Wed Jan 2 17:46:13 PST 2013


Revision: 100992
          https://trac.macports.org/changeset/100992
Author:   mfeiri at macports.org
Date:     2013-01-02 17:46:13 -0800 (Wed, 02 Jan 2013)
Log Message:
-----------
bootstrap_cmds: version 85

Modified Paths:
--------------
    trunk/dports/devel/bootstrap_cmds/Portfile

Modified: trunk/dports/devel/bootstrap_cmds/Portfile
===================================================================
--- trunk/dports/devel/bootstrap_cmds/Portfile	2013-01-03 01:37:30 UTC (rev 100991)
+++ trunk/dports/devel/bootstrap_cmds/Portfile	2013-01-03 01:46:13 UTC (rev 100992)
@@ -5,7 +5,7 @@
 PortGroup               xcodeversion 1.0
 
 name                    bootstrap_cmds
-version                 84
+version                 85
 categories              devel
 maintainers             mfeiri openmaintainer
 homepage                http://opensource.apple.com/source/${name}/
@@ -15,18 +15,15 @@
 long_description        Bootstrapping tools like the Mach Interface \
                         Generator (MIG) required to build the XNU kernel.
 
-checksums               rmd160  9a78da11aae68f8bdca1d3c60d16127402947d2f \
-                        sha256  6a5e6d39439e5d8563a0c660a17d0663bf2e60a4aeb2e76d485976ca957a592c
+checksums               rmd160  1ad5a860fb3f907d86ae31b1bf0c2ab2b7e95fca \
+                        sha256  0603f6c73db38130742fe9742cff9d47cc5bc60d02d16e21d18239cfbf1c9f4f
 
-supported_archs         i386 ppc
 xcode.project           mig.xcodeproj
 xcode.destroot.path     ${prefix}/bin
 
 post-extract {
-    reinplace "s|VALID_ARCHS = i386|VALID_ARCHS = \"i386 ppc\"|g" \
-            ${worksrcpath}/mig.xcodeproj/project.pbxproj
     reinplace "s|\$(DT_TOOLCHAIN_DIR)/usr|${prefix}|g" \
-            ${worksrcpath}/mig.xcodeproj/project.pbxproj
+        ${worksrcpath}/mig.xcodeproj/project.pbxproj
     foreach f [glob ${worksrcpath}/xcodescripts/*.sh] {
         reinplace "s|\$DSTROOT/\$DT_TOOLCHAIN_DIR/usr|${destroot}${prefix}|g" $f
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130102/f4d5d898/attachment.html>


More information about the macports-changes mailing list