Ticket #40761: Portfile.diff
File Portfile.diff, 1.2 KB (added by mndavidoff (Monte Davidoff), 11 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-psycopg2 8 version 2. 4.68 version 2.5.1 9 9 python.versions 25 26 27 31 32 33 10 10 python.default_version 27 11 11 categories-append databases … … 20 20 designed for heavily multi-threaded applications \ 21 21 featuring connection pooling. 22 22 23 homepage http:// www.initd.org/software/initd/psycopg/23 homepage http://initd.org/software/initd/psycopg/ 24 24 25 25 set branch [join [lrange [split ${version} .] 0 1] -] 26 26 master_sites http://www.psycopg.org/psycopg/tarballs/PSYCOPG-${branch}/ 27 27 distname psycopg2-${version} 28 28 29 checksums rmd160 aed3763e0c5e0e8e3adc32331cc8767d6ab2002a\30 sha256 4edcb40b0a039b4b559a6bc887b2155db8b6c53d0f55b00af8338c77b725621f29 checksums rmd160 0eaf7c6718c83d3de91da1787d4762b4e50caf4e \ 30 sha256 65a70c88a7e02d8bef57aab8636b5795389674c3205fd88ec46a4dffffa7efec 31 31 32 32 if {$subport != $name} { 33 33 depends_lib-append port:openssl