[90782] trunk/dports/cross

g5pw at macports.org g5pw at macports.org
Wed Mar 14 08:20:09 PDT 2012


Revision: 90782
          http://trac.macports.org/changeset/90782
Author:   g5pw at macports.org
Date:     2012-03-14 08:20:09 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
cross/avr-gcc
cross/msp430-gcc
cross/msp430-gcc-devel

Multiple file commit. Updated each port to add
extract.only keyword, to fix my ports after rev90772
changes in crossgcc portgroup.

Revision Links:
--------------
    http://trac.macports.org/changeset/90772

Modified Paths:
--------------
    trunk/dports/cross/avr-gcc/Portfile
    trunk/dports/cross/msp430-gcc/Portfile
    trunk/dports/cross/msp430-gcc-devel/Portfile

Modified: trunk/dports/cross/avr-gcc/Portfile
===================================================================
--- trunk/dports/cross/avr-gcc/Portfile	2012-03-14 14:40:02 UTC (rev 90781)
+++ trunk/dports/cross/avr-gcc/Portfile	2012-03-14 15:20:09 UTC (rev 90782)
@@ -11,6 +11,7 @@
 license                 {GPL-3+ Permissive}
 
 distfiles               gcc-${version}.tar.bz2
+extract.only            ${distfiles}
 
 checksums               rmd160  e7041933b39629f9524848dcf81a1a4c02a225c6 \
                         sha256  60b05463dfe18d40d68fb8a71b25b408a01f86cc6ceaf5e6b22238b6b0f450c2
@@ -32,4 +33,4 @@
 if {$build_arch != "" && ${os.platform} == "darwin"} {
     configure.args-append --build=${build_arch}-apple-darwin${os.major} \
                           --host=${build_arch}-apple-darwin${os.major}
-}
\ No newline at end of file
+}

Modified: trunk/dports/cross/msp430-gcc/Portfile
===================================================================
--- trunk/dports/cross/msp430-gcc/Portfile	2012-03-14 14:40:02 UTC (rev 90781)
+++ trunk/dports/cross/msp430-gcc/Portfile	2012-03-14 15:20:09 UTC (rev 90782)
@@ -10,6 +10,7 @@
 
 distname            gcc-${version}
 distfiles           ${distname}${extract.suffix}
+extract.only        ${distfiles}
 
 version             ${version}-20110706
 conflicts           ${name}-devel

Modified: trunk/dports/cross/msp430-gcc-devel/Portfile
===================================================================
--- trunk/dports/cross/msp430-gcc-devel/Portfile	2012-03-14 14:40:02 UTC (rev 90781)
+++ trunk/dports/cross/msp430-gcc-devel/Portfile	2012-03-14 15:20:09 UTC (rev 90782)
@@ -13,6 +13,7 @@
 
 distname                gcc-${version}
 distfiles               ${distname}${extract.suffix}
+extract.only            ${distfiles}
 
 # Set the correct version
 version                 ${version}-20111224
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120314/c1a37aa8/attachment.html>


More information about the macports-changes mailing list