Ticket #40761: Portfile.diff

File Portfile.diff, 1.2 KB (added by mndavidoff (Monte Davidoff), 11 years ago)
  • Portfile

    old new  
    55PortGroup           python 1.0
    66
    77name                py-psycopg2
    8 version             2.4.6
     8version             2.5.1
    99python.versions     25 26 27 31 32 33
    1010python.default_version  27
    1111categories-append   databases
     
    2020                    designed for heavily multi-threaded applications \
    2121                    featuring connection pooling.
    2222
    23 homepage            http://www.initd.org/software/initd/psycopg/
     23homepage            http://initd.org/software/initd/psycopg/
    2424
    2525set branch          [join [lrange [split ${version} .] 0 1] -]
    2626master_sites        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-${branch}/
    2727distname            psycopg2-${version}
    2828
    29 checksums           rmd160  aed3763e0c5e0e8e3adc32331cc8767d6ab2002a \
    30                     sha256  4edcb40b0a039b4b559a6bc887b2155db8b6c53d0f55b00af8338c77b725621f
     29checksums           rmd160  0eaf7c6718c83d3de91da1787d4762b4e50caf4e \
     30                    sha256  65a70c88a7e02d8bef57aab8636b5795389674c3205fd88ec46a4dffffa7efec
    3131
    3232if {$subport != $name} {
    3333    depends_lib-append  port:openssl