Ticket #20101: Portfile-sphinx.diff

File Portfile-sphinx.diff, 1.1 KB (added by singingwolfboy@…, 15 years ago)

diff for sphinx portfile (apparently, it now wants jinja2 rather than jinja)

  • Portfile

    old new  
    44PortGroup           python26 1.0
    55
    66name                py26-sphinx
    7 version             0.5.1
     7version             0.6.2
    88categories-append   devel
    99maintainers         jmr openmaintainer
    1010description         Python documentation generator
     
    2121master_sites        http://pypi.python.org/packages/source/S/Sphinx/
    2222distname            Sphinx-${version}
    2323
    24 checksums           md5 11456e362d75c1a4c5a5847921d3f4c7 \
    25                     sha1 77d53689391d8e8086f373ce4bbb8828a6ca2d7f \
    26                     rmd160 53cc1dcb57c36ba5fcfb1c0c76ded95c419c4058
     24checksums           md5 c8f79e171addc73342cc2e775dc78880 \
     25                    sha1 d4da9d09f2df184dc010f9d78faaa76af90f748d \
     26                    rmd160 fc893d0cfcc4c006952c706165246268da3c51d4
    2727
    2828depends_lib         port:py26-docutils
    2929depends_run         port:py26-pygments \
    30                     port:py26-jinja \
     30                    port:py26-jinja2 \
    3131                    port:py26-setuptools