Ticket #16470: py26sphinx061.diff
File py26sphinx061.diff, 1.4 KB (added by arthurk@…, 16 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python26 1.0 5 5 6 6 name py26-sphinx 7 version 0. 5.17 version 0.6.1 8 8 categories-append devel 9 9 maintainers jmr openmaintainer 10 10 description Python documentation generator … … 21 21 master_sites http://pypi.python.org/packages/source/S/Sphinx/ 22 22 distname Sphinx-${version} 23 23 24 checksums md5 11456e362d75c1a4c5a5847921d3f4c7\25 sha1 77d53689391d8e8086f373ce4bbb8828a6ca2d7f\26 rmd160 53cc1dcb57c36ba5fcfb1c0c76ded95c419c405824 checksums md5 fa1a32c406232a96a776de7dfae15032 \ 25 sha1 08d465a42523624e22d59f51f862ba1d497b2850 \ 26 rmd160 b385f4772548d241fcfae281d7a3a020d32c2579 27 27 28 28 depends_lib port:py26-docutils 29 29 depends_run port:py26-pygments \ 30 port:py26-jinja \30 port:py26-jinja2 \ 31 31 port:py26-setuptools 32 33 post-destroot { 34 # To avoid conflict between py*-sphinx 35 ln -s ${python.prefix}/bin/sphinx-autogen ${destroot}${prefix}/bin/sphinx-autogen-2.6 36 ln -s ${python.prefix}/bin/sphinx-build ${destroot}${prefix}/bin/sphinx-build-2.6 37 ln -s ${python.prefix}/bin/sphinx-quickstart ${destroot}${prefix}/bin/sphinx-quickstart-2.6 38 }