Ticket #20593: patch-libowfat-0.28.diff

File patch-libowfat-0.28.diff, 1.2 KB (added by raimue (Rainer Müller), 15 years ago)
  • Portfile

     
    33PortSystem 1.0
    44
    55name                    libowfat
    6 version                 0.27
     6version                 0.28
    77categories              devel
    88platforms               darwin
    99maintainers             yoobay.net:daniel
     
    1111long_description        reimplementation of the libdjb under GPL
    1212homepage                http://www.fefe.de/libowfat/
    1313master_sites            http://dl.fefe.de/
    14 checksums               md5     10d007d8f610edfebe890a66884a336e \
    15                                 sha1    5a61ddb0e6c425932e9b87be10d308d21616e802 \
    16                                 rmd160  7192b155c9c83fc1dc9f4057220a4da43e464a50
     14checksums               md5     6bbee9a86506419657d87123b7a6f2c1 \
     15                        sha1    6bbe997ae1bbe94b784ab50a3d44b63a2e08d857 \
     16                        rmd160  3e8826e10a3f46520bdfa9602edb2741728aa370
    1717use_bzip2               yes
    1818patchfiles              patch-GNUmakefile
    1919use_configure   no
    2020build.args              prefix=${prefix}
    2121destroot.destdir        prefix=${destroot}${prefix}
    2222
     23post-destroot {
     24    # Avoid name clashes with other ports
     25    foreach f [glob ${destroot}${prefix}/share/man/man3/*] {
     26        move ${f} "[file dirname ${f}]/libowfat-[file tail ${f}]"
     27    }
     28}
     29
    2330platform darwin 8 { build.args-append CC=/usr/bin/gcc-4.0 }
    2431
     32livecheck.check regex
     33livecheck.regex "${name}-(\\d+\\.(?:.\\d+)*)${extract.suffix}"