Ticket #36382: Portfile.diff

File Portfile.diff, 953 bytes (added by mndavidoff (Monte Davidoff), 12 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55name                py-htmldocs
    66PortGroup           python 1.0
    7 python.versions     25 26 27 31 32
     7python.versions     25 26 27 31 32 33
    88python.default_version 27
    99version             1.0
    1010revision            1
     
    2626    if {${python.version} == 32} {
    2727        version             3.2.3
    2828    }
     29    if {${python.version} == 33} {
     30        version             3.3.0
     31    }
    2932}
    3033
    3134categories          lang
     
    7780                            sha256  1dd4a63dad800fe4207498b7d1ab1f3a8d7c77073fc8c9f5a519d8079ecf1715
    7881    }
    7982
     83    if {${python.version} == 33} {
     84        checksums           rmd160  e4628f76a2b05fb9c6ed2db405e65f351ad56a01 \
     85                            sha256  810956cf73527b21b7fd84f81d717e09e7c085ba60c683ccb6ff9d88d322626f
     86    }
     87
    8088    build {}
    8189
    8290    destroot {