Ticket #29632: avr-libc-1.7.1-Portfile.patch

File avr-libc-1.7.1-Portfile.patch, 2.5 KB (added by tvb377@…, 13 years ago)
  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22# $Id: Portfile 72734 2010-10-25 14:36:41Z jmr@macports.org $
    33
    4 PortSystem          1.0
     4PortSystem              1.0
     5
     6name                    avr-libc
     7version                 1.7.1
     8categories              cross
     9maintainers             v9g.de:tvb377
     10description             C library for the AVR microcontroller.
     11long_description        AVR Libc is a Free Software project whose goal is \
     12                        to provide a high quality C library for use with \
     13                        GCC on Atmel AVR microcontrollers.
     14platforms               darwin
     15homepage                http://www.nongnu.org/avr-libc/
     16master_sites            http://download.savannah.gnu.org/releases/avr-libc/
    517
    6 name                avr-libc
    7 version             1.7.0
    8 categories          cross
    9 maintainers         v9g.de:titus
    10 description         C library for the AVR microcontroller.
    11 long_description    AVR Libc is a Free Software project whose goal is \
    12                     to provide a high quality C library for use with \
    13                     GCC on Atmel AVR microcontrollers.
    14 platforms           darwin
    15 homepage            http://www.nongnu.org/avr-libc/
    16 master_sites        http://savannah.nongnu.org/download/avr-libc/
    1718# installs deliberately files outside regular tree:
    1819destroot.violate_mtree  yes                                                                                                                           
    1920
    20 use_bzip2           yes
    21 checksums           md5 3eff7b779bd950400cb0a45f3c2fb377 \
    22                     sha1 38d1d52174a6afaf6f5cddbc29af49b586cfde2f \
    23                     rmd160 6be7e8cc7e05c84dc5bb706d466f603941ec0dce
     21use_bzip2               yes
     22checksums               sha1   8ac3f03229101c427aa90f8293ddabde6c3a6f87 \
     23                        rmd160 5eb77da24c267d5d11d3e6d8477029b7614307dc
     24
     25depends_lib             port:gettext \
     26                        port:avr-gcc
    2427
    25 depends_lib         port:gettext \
    26                     port:avr-gcc
     28configure.args          --host=avr --build=`./config.guess`
     29configure.cc            avr-gcc
    2730
    28 configure.args      --host=avr --build=`./config.guess`
    29 configure.cc        avr-gcc
     31livecheck.type          regex
     32livecheck.url           ${master_sites}
     33livecheck.regex         ${name}-(\[1-9\]\\.\[0-9\]+\\.\[0-9\]+)