Ticket #53842: Portfile-liberation-fonts.diff
File Portfile-liberation-fonts.diff, 1.2 KB (added by gaming-hacker (G Alexander), 8 years ago) |
---|
-
(a) Port_orig vs. (b) Port_new
a b 20 20 three most commonly used fonts on Microsoft systems: Times New Roman, \ 21 21 Arial, and Courier New. 22 22 23 homepage https:// fedorahosted.org/liberation-fonts/24 master_sites https:// fedorahosted.org/releases/l/i/liberation-fonts/23 homepage https://pagure.io/liberation-fonts/ 24 master_sites https://releases.pagure.org/liberation-fonts/ 25 25 26 26 distname ${name}-ttf-${version} 27 27 … … 33 33 34 34 destroot { 35 35 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} 38 38 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} \ 41 41 AUTHORS \ 42 42 ChangeLog \ 43 43 LICENSE \ … … 52 52 53 53 livecheck.type regex 54 54 livecheck.regex {\-ttf\-([0-9.]+)\.tar} 55