Ticket #25783: patch-Portfile.diff
File patch-Portfile.diff, 1.3 KB (added by nicos_pavlov@…, 14 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name pdf2djvu 5 version 0. 5.116 revision 15 version 0.7.4 6 revision 0 7 7 categories graphics textproc 8 8 maintainers nomaintainer 9 9 description Convert PDF to DjVu … … 19 19 distname ${name}_${version} 20 20 worksrcdir ${name}-${version} 21 21 22 checksums md5 a9f99c1e755c9f3b5136de235c6851ff\23 sha1 cad44090306b28112c0652fff1963b4ee91cec78\24 rmd160 708b3cd28ab8337c2dece643e431aa2e5180738122 checksums md5 fde5e9bdae4f8643a3457be5989acc83 \ 23 sha1 a3e4e13ac3eeb8f1e643d63d7828a0eec6d944f6 \ 24 rmd160 131f015ccedb071da7394ece0a80a5de65bdc11b 25 25 26 26 depends_build port:pkgconfig 27 27 28 28 depends_lib port:djvulibre port:poppler port:libiconv 29 29 30 patchfiles patch-configure.disableGM.diff 30 patchfiles patch-configure-disablecheckbug.diff 31 32 configure.args-append --disable-nls 33 34 pre-configure { 35 reinplace "s|exec sed|exec gsed|g" ${worksrcpath}/tools/xml2c 36 } 31 37 32 38 post-destroot { 33 39 xinstall -m 644 -W ${worksrcpath}/doc ${name}.1 \