Ticket #40408: Portfile-dwarf.diff

File Portfile-dwarf.diff, 2.2 KB (added by xnando@…, 11 years ago)

sysutils/dwarf version 0.3.1 diff Portfile

  • Portfile

    old new  
    1 # $Id: Portfile 87983 2011-12-15 07:26:13Z jmr@macports.org $
     1# $Id$
    22
    33PortSystem          1.0
    44
    55name                dwarf
    6 version             0.3.0
     6version             0.3.1
    77categories          sysutils
     8platforms           darwin linux
    89license             GPL-2+
    9 platforms           darwin
    10 maintainers         cryptolab.net:xnando
    11 description         a little and powerful object file manipulation tool
     10maintainers         gmail.com:fernando.iazeolla
     11description         a little and powerful object file manipulation tool.
    1212long_description    dwarf-ng is a powerful object file manipulation tools in \
    1313                    the spirit of gdb. with dwarf-ng you can read and edit \
    1414                    all the file's section headers as well as the raw data. \
     
    2020                    (Elf32, Elf64), PE (Portable executables PE32, PE+) and \
    2121                    Mach-O (OS X executables 32&64bit) files format. In the \
    2222                    future new files type will be added.
    23 homepage            http://code.google.com/p/dwarf-ng/
    24 master_sites        http://download.savannah.gnu.org/releases/dwarf-ng/
    2523
    26 checksums           md5     c67148b14cec1712732e0aa30e478726 \
    27                     sha1    19a69424bd208741a325a4fc0e791a516c3bc8bc \
    28                     rmd160  255040679c50046e6c1ecf5f3c806c886b3db573
    29 
    30 depends_lib         port:readline
    31 depends_build       port:flex \
    32                     port:bison
     24                                       
     25homepage        http://github.com/elboza/dwarf-ng/
     26master_sites    http://download.savannah.gnu.org/releases/dwarf-ng/ \
     27                http://www.autistici.org/0xFE/software/releases/dwarf-ng/       
     28
     29checksums       md5    17743b4aa7d9408a44388ce9a8421433 \
     30                sha1    ce0f90d07feaeba874fe5948e4f1334bbee25c51 \
     31                rmd160  5303b949666f63949d77a9de7cf7fc91e414497c
     32
     33depends_lib     port:readline
     34depends_build   port:flex \
     35                port:bison
     36
     37variant no-as-needed description {enable no-as-needed flag to compile on gcc>=4.6.1 on linux platform} { configure.args-append -Wl, --no-as-needed}
     38