[101386] trunk/dports/cross/avr-gcc/Portfile

g5pw at macports.org g5pw at macports.org
Wed Jan 9 15:35:53 PST 2013


Revision: 101386
          https://trac.macports.org/changeset/101386
Author:   g5pw at macports.org
Date:     2013-01-09 15:35:53 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
cross/avr-gcc:
  bump to 4.7.2
  use configure.compiler word
  remove dist_subdir word as it is already included in the crossgcc portgroup

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

Modified: trunk/dports/cross/avr-gcc/Portfile
===================================================================
--- trunk/dports/cross/avr-gcc/Portfile	2013-01-09 23:32:08 UTC (rev 101385)
+++ trunk/dports/cross/avr-gcc/Portfile	2013-01-09 23:35:53 UTC (rev 101386)
@@ -5,8 +5,7 @@
 PortGroup               crossgcc 1.0
 
 name                    avr-gcc
-crossgcc.setup          avr 4.7.0
-revision                1
+crossgcc.setup          avr 4.7.2
 
 maintainers             g5pw
 license                 {GPL-3+ Permissive}
@@ -14,16 +13,11 @@
 distfiles               gcc-${version}.tar.bz2
 extract.only            ${distfiles}
 
-checksums               rmd160  4ed660b281cdb9bcf98f5c2cf2da105c71db5be4 \
-                        sha256  a680083e016f656dab7acd45b9729912e70e71bbffcbf0e3e8aa1cccf19dc9a5
+checksums               rmd160  fc281ade14b47d2a9c2ced4f7082c74bfbae31c1 \
+                        sha256  8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084
 
-# Download everything to gcc/
-dist_subdir             gcc
+compiler.blacklist      clang
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler      llvm-gcc-4.2
-}
-
 default_variants        +lto
 
 if {$build_arch != "" && ${os.platform} == "darwin"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/bed11c7a/attachment.html>


More information about the macports-changes mailing list