[76751] trunk/dports/python

snc at macports.org snc at macports.org
Mon Mar 7 12:12:33 PST 2011


Revision: 76751
          http://trac.macports.org/changeset/76751
Author:   snc at macports.org
Date:     2011-03-07 12:12:32 -0800 (Mon, 07 Mar 2011)
Log Message:
-----------
py2[5-7]-psycopg2: update to 2.4

Modified Paths:
--------------
    trunk/dports/python/py25-psycopg2/Portfile
    trunk/dports/python/py26-psycopg2/Portfile
    trunk/dports/python/py27-psycopg2/Portfile

Modified: trunk/dports/python/py25-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py25-psycopg2/Portfile	2011-03-07 18:37:22 UTC (rev 76750)
+++ trunk/dports/python/py25-psycopg2/Portfile	2011-03-07 20:12:32 UTC (rev 76751)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-psycopg2
-version             2.3.2
+version             2.4
 categories          python databases
 maintainers         snc openmaintainer
 platforms           darwin freebsd
@@ -16,12 +16,13 @@
                     featuring connection pooling.
 
 homepage            http://www.initd.org/psycopg/
-master_sites        http://initd.org/psycopg/
 
 distname            psycopg2-${version}
+set branch          [join [lrange [split ${version} .] 0 1] -]
+master_sites        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-${branch}/
 
-checksums           sha1    221c1b7d3c1d352ff0bad7ee5ca13fea6e9be3d0 \
-                    rmd160  4b0247a9cb823ce172e00b79af230777c4e6c0e6
+checksums           sha1    e5e85f2bc58baf09a0a60ab254644064f6b15a4b \
+                    rmd160  90b82c928bc1e8d9b44535aadfba382d9144a421
 
 depends_lib-append  port:openssl
 

Modified: trunk/dports/python/py26-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py26-psycopg2/Portfile	2011-03-07 18:37:22 UTC (rev 76750)
+++ trunk/dports/python/py26-psycopg2/Portfile	2011-03-07 20:12:32 UTC (rev 76751)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-psycopg2
-version             2.3.2
+version             2.4
 categories-append   databases
 license             GPL-2+
 maintainers         snc openmaintainer
@@ -20,10 +20,11 @@
 depends_lib-append  port:openssl
 
 distname            psycopg2-${version}
-master_sites        http://initd.org/psycopg/
+set branch          [join [lrange [split ${version} .] 0 1] -]
+master_sites        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-${branch}/
 
-checksums           sha1    221c1b7d3c1d352ff0bad7ee5ca13fea6e9be3d0 \
-                    rmd160  4b0247a9cb823ce172e00b79af230777c4e6c0e6
+checksums           sha1    e5e85f2bc58baf09a0a60ab254644064f6b15a4b \
+                    rmd160  90b82c928bc1e8d9b44535aadfba382d9144a421
 
 patchfiles          patch-setup.cfg.diff
 

Modified: trunk/dports/python/py27-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py27-psycopg2/Portfile	2011-03-07 18:37:22 UTC (rev 76750)
+++ trunk/dports/python/py27-psycopg2/Portfile	2011-03-07 20:12:32 UTC (rev 76751)
@@ -5,7 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-psycopg2
-version             2.3.2
+version             2.4
 categories-append   databases
 license             GPL-2+
 maintainers         snc openmaintainer
@@ -20,10 +20,11 @@
 depends_lib-append  port:openssl
 
 distname            psycopg2-${version}
-master_sites        http://initd.org/psycopg/
+set branch          [join [lrange [split ${version} .] 0 1] -]
+master_sites        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-${branch}/
 
-checksums           sha1    221c1b7d3c1d352ff0bad7ee5ca13fea6e9be3d0 \
-                    rmd160  4b0247a9cb823ce172e00b79af230777c4e6c0e6
+checksums           sha1    e5e85f2bc58baf09a0a60ab254644064f6b15a4b \
+                    rmd160  90b82c928bc1e8d9b44535aadfba382d9144a421
 
 patchfiles          patch-setup.cfg.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110307/3394934c/attachment.html>


More information about the macports-changes mailing list