Ticket #53842: Portfile-liberation-fonts.diff

File Portfile-liberation-fonts.diff, 1.2 KB (added by gaming-hacker (G Alexander), 8 years ago)

patchfile

  • (a) Port_orig vs. (b) Port_new

    a b  
    2020                    three most commonly used fonts on Microsoft systems: Times New Roman, \
    2121                    Arial, and Courier New.
    2222
    23 homepage            https://fedorahosted.org/liberation-fonts/
    24 master_sites        https://fedorahosted.org/releases/l/i/liberation-fonts/
     23homepage            https://pagure.io/liberation-fonts/
     24master_sites        https://releases.pagure.org/liberation-fonts/
    2525
    2626distname            ${name}-ttf-${version}
    2727
     
    3333
    3434destroot {
    3535    set fontsdir ${destroot}${prefix}/share/fonts/${name}
    36     xinstall -d -m 755 ${fontsdir}
    37     xinstall -m 644 {*}[glob ${worksrcpath}/*.ttf] ${fontsdir}
     36    xinstall -d -m 0755 ${fontsdir}
     37    xinstall -m 0644 {*}[glob ${worksrcpath}/*.ttf] ${fontsdir}
    3838
    39     xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
    40     xinstall -m 644 -W ${worksrcpath} \
     39    xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
     40    xinstall -m 0644 -W ${worksrcpath} \
    4141        AUTHORS \
    4242        ChangeLog \
    4343        LICENSE \
     
    5252
    5353livecheck.type      regex
    5454livecheck.regex     {\-ttf\-([0-9.]+)\.tar}
     55