Ticket #46142: Portfile-libuninameslist-0.4.20140731.patch
File Portfile-libuninameslist-0.4.20140731.patch, 1.7 KB (added by tuffnatty (Phil Krylov), 10 years ago) |
---|
-
devel/libuninameslist/Portfile
old new 2 2 # $Id: Portfile 90756 2012-03-14 06:41:07Z ryandesign@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 6 7 github.setup fontforge libuninameslist 0.4.20140731 8 epoch 1 5 9 6 name libuninameslist7 version 200912318 10 categories devel textproc unicode 9 11 maintainers nomaintainer 10 12 license Permissive … … 16 18 17 19 platforms darwin 18 20 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 21 checksums md5 222f6b25574f1d38ac701e86ff063423 \ 22 sha1 0fd81adc8dcce2f1f220874de93a7475f2b88a94 \ 23 rmd160 2115e802d2c7147fbf2755c82874f2f30e36b5e4 26 24 27 worksrcdir ${name} 28 29 build.target 25 use_autoreconf yes 30 26 31 27 destroot.destdir prefix=${destroot}${prefix} 32 28 33 29 post-destroot { 34 30 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 \ 36 32 ${destroot}${prefix}/share/doc/${name} 37 33 } 38 39 livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}