Ticket #27700: Portfile-epubcheck.diff
File Portfile-epubcheck.diff, 1.3 KB (added by oksmith77, 14 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name epubcheck 7 version 1. 0.57 version 1.1 8 8 revision 1 9 9 categories textproc 10 10 platforms darwin … … 24 24 distname ${name}-${version} 25 25 26 26 use_zip yes 27 checksums md5 934a08dc7c08cefac3a607c7a21be3b3\28 sha1 31f3740b65da142803c1e3d25c7c77fd632913dd\29 rmd160 b7577716915fcc5867d1f83068d14e9e1ae72ef127 checksums md5 fe9606667fa6282d615ad35bbf1e4c02 \ 28 sha1 661e127aa57a0e2f5aecf16c1775e10b2984b54b \ 29 rmd160 773c733f6e1b9a63ea230752114508ad924ffe60 30 30 31 31 depends_run bin:java:kaffe 32 32 … … 55 55 xinstall -d ${destroot}${epubcheck}/lib 56 56 57 57 xinstall ${worksrcpath}/${name}-${version}.jar ${destroot}${epubcheck}/${name}.jar 58 xinstall ${worksrcpath}/jing_license.txt${destroot}${epubcheck}59 xinstall ${worksrcpath}/lib/saxon.jar${destroot}${epubcheck}/lib58 eval xinstall [glob ${worksrcpath}/*.txt] ${destroot}${epubcheck} 59 eval xinstall [glob ${worksrcpath}/lib/*] ${destroot}${epubcheck}/lib 60 60 } 61 61