Ticket #31158: spacing.diff

File spacing.diff, 2.2 KB (added by 0xced (Cédric Luthi), 13 years ago)
  • Portfile

     
    11# $Id: Portfile 75257 2011-01-19 06:23:12Z ryandesign@macports.org $
    22
    3 PortSystem  1.0
    4 PortGroup   xcode 1.0
     3PortSystem          1.0
     4PortGroup           xcode 1.0
    55
    6 name            class-dump
    7 version         3.3.4
    8 license         GPL-2
    9 categories      devel
    10 maintainers     gmail:cedric.luthi
    11 description     Utility for examining the Objective-C segment of Mach-O files.
    12 long_description        \
    13         It generates declarations for the classes, categories and       \
    14         protocols. This is the same information provided by using       \
    15         'otool -ov', but presented as normal Objective-C declarations.
    16 
    17 homepage        http://www.codethecode.com/projects/class-dump/
    18 master_sites    http://www.codethecode.com/download/
    19 use_bzip2               yes
     6name                class-dump
     7version             3.3.4
     8license             GPL-2
     9categories          devel
     10maintainers         gmail:cedric.luthi
     11description         Utility for examining the Objective-C segment of Mach-O files.
     12long_description    It generates declarations for the classes, categories and   \
     13                    protocols. This is the same information provided by using   \
     14                    'otool -ov', but presented as normal Objective-C declarations.
     15
     16homepage            http://www.codethecode.com/projects/class-dump/
     17master_sites        http://www.codethecode.com/download/
     18use_bzip2           yes
    2019
    2120checksums           sha1    1e43a3cab522565b0773aab18c40b232f231c46c \
    22                     rmd160  7ed74aaadafb59215ac0cb92064073f871d3d919 
     21                    rmd160  7ed74aaadafb59215ac0cb92064073f871d3d919
    2322
    24 patchfiles      patch-dyld-info-compat.h.diff
    25 worksrcdir      ${distname}/src
    26 
    27 xcode.target    ${name}
     23patchfiles          patch-dyld-info-compat.h.diff
     24worksrcdir          ${distname}/src
    2825
     26xcode.target        ${name}
    2927xcode.configuration Release
    3028xcode.destroot.path ${prefix}/bin
    3129
     
    4240    delete ${destroot}${prefix}/bin/libMachObjC.a
    4341}
    4442
    45 livecheck.type  regex
    46 livecheck.url   ${homepage}changes/
    47 livecheck.regex {Version (\d+(?:\.\d+)*) -}
     43livecheck.type      regex
     44livecheck.url       ${homepage}changes/
     45livecheck.regex     {Version (\d+(?:\.\d+)*) -}