Ticket #20101: Portfile-sphinx.diff
File Portfile-sphinx.diff, 1.1 KB (added by singingwolfboy@…, 15 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.2 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 c8f79e171addc73342cc2e775dc78880 \ 25 sha1 d4da9d09f2df184dc010f9d78faaa76af90f748d \ 26 rmd160 fc893d0cfcc4c006952c706165246268da3c51d4 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