Ticket #60957: patch-scons.diff
File patch-scons.diff, 1.7 KB (added by mf2k (Frank Schima), 4 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python 1.0 5 5 6 6 name scons 7 version 3.1.27 version 4.0.1 8 8 revision 0 9 checksums rmd160 6052ef4ebd702ce7dc9888d50c163664201c377f\10 sha256 7 801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb\11 size 6682989 checksums rmd160 244be5230bedd1519e0e5987323b089a9d65588d \ 10 sha256 722ed104b5c624ecdc89bd4e02b094d2b14d99d47b5d0501961e47f579a2007c \ 11 size 2874481 12 12 13 13 categories devel python 14 14 platforms darwin … … 25 25 compiler caches such as ccache. 26 26 homepage http://www.scons.org/ 27 27 28 python.default_version 2728 python.default_version 38 29 29 30 30 master_sites sourceforge:project/scons/scons/${version} 31 31 32 patchfiles manpath.patch \33 python-interp.patch34 post-patch {35 reinplace -W ${worksrcpath}/script "s|__PYTHON__|${python.bin}|" \36 scons scons-configure-cache scons-time sconsign37 }38 39 destroot.args --install-man \40 --no-version-script41 32 post-destroot { 42 33 xinstall -m 0755 -d \ 43 34 ${destroot}${prefix}/share/doc/${name} 44 35 xinstall -m 0644 -W ${worksrcpath} \ 45 CHANGES.txt LICENSE.txt README.txt RELEASE.txt \36 LICENSE README.rst \ 46 37 ${destroot}${prefix}/share/doc/${name} 47 foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {48 ln -s ${python.prefix}/share/man/man1/${manfile} \49 ${destroot}${prefix}/share/man/man1/${manfile}50 }51 38 }