Ticket #46142: Portfile-libuninameslist-0.4.20140731.patch

File Portfile-libuninameslist-0.4.20140731.patch, 1.7 KB (added by tuffnatty (Phil Krylov), 9 years ago)

Updated patch

  • devel/libuninameslist/Portfile

    old new  
    22# $Id: Portfile 90756 2012-03-14 06:41:07Z ryandesign@macports.org $
    33
    44PortSystem                      1.0
     5PortGroup                       github 1.0
     6
     7github.setup                    fontforge libuninameslist 0.4.20140731
     8epoch                           1
    59
    6 name                            libuninameslist
    7 version                         20091231
    810categories                      devel textproc unicode
    911maintainers                     nomaintainer
    1012license             Permissive
     
    1618
    1719platforms                       darwin
    1820
    19 homepage                        http://libuninameslist.sourceforge.net/
    20 master_sites            sourceforge:project/libuninameslist/libuninameslist%20sources/Unicode_5.2-${version}
    21 
    22 use_bzip2                       yes
    23 checksums                       md5     14f47d50fb0e05c5029298847437feab \
    24                                 sha1    8711f617600a5a975007f8ebdf8047c84f66235f \
    25                                 rmd160  6d906622f5aac7bfc2dcdfcc248b5c5cfa725668
     21checksums                       md5     222f6b25574f1d38ac701e86ff063423 \
     22                                sha1    0fd81adc8dcce2f1f220874de93a7475f2b88a94 \
     23                                rmd160  2115e802d2c7147fbf2755c82874f2f30e36b5e4
    2624
    27 worksrcdir                      ${name}
    28 
    29 build.target
     25use_autoreconf          yes
    3026
    3127destroot.destdir        prefix=${destroot}${prefix}
    3228
    3329post-destroot {
    3430        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    35         xinstall -m 644 -W ${worksrcpath} COPYING LICENSE \
     31        xinstall -m 644 -W ${worksrcpath} COPYING LICENSE README \
    3632                ${destroot}${prefix}/share/doc/${name}
    3733}
    38 
    39 livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}