[115723] trunk/dports/python/py-psycopg2/Portfile

snc at macports.org snc at macports.org
Thu Jan 9 13:16:02 PST 2014


Revision: 115723
          https://trac.macports.org/changeset/115723
Author:   snc at macports.org
Date:     2014-01-09 13:16:02 -0800 (Thu, 09 Jan 2014)
Log Message:
-----------
py-psycopg2:
 * update to 2.5.2
 * remove Python 3.1, 3.2
 * remove PostgreSQL 8.3

Modified Paths:
--------------
    trunk/dports/python/py-psycopg2/Portfile

Modified: trunk/dports/python/py-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py-psycopg2/Portfile	2014-01-09 21:07:50 UTC (rev 115722)
+++ trunk/dports/python/py-psycopg2/Portfile	2014-01-09 21:16:02 UTC (rev 115723)
@@ -5,8 +5,8 @@
 PortGroup           python 1.0
 
 name                py-psycopg2
-version             2.5.1
-python.versions     25 26 27 31 32 33
+version             2.5.2
+python.versions     25 26 27 33
 python.default_version  27
 categories-append   databases
 maintainers         snc openmaintainer
@@ -26,8 +26,9 @@
 master_sites        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-${branch}/
 distname            psycopg2-${version}
 
-checksums           rmd160  0eaf7c6718c83d3de91da1787d4762b4e50caf4e \
-                    sha256  65a70c88a7e02d8bef57aab8636b5795389674c3205fd88ec46a4dffffa7efec
+checksums           md5     53d81793fbab8fee6e732a0425d50047 \
+                    rmd160  f804790b37d0e57d4d3a48ca7674f26aab550ca3 \
+                    sha256  50382d8703a16c3c615f328c2676f002787095925c99f0afb125a59962a5bd2e
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:openssl
@@ -36,12 +37,6 @@
 
     post-patch {
 
-        if {[variant_isset postgresql83]} {
-            reinplace \
-                s|@PG_CONFIG@|${prefix}/lib/postgresql83/bin/pg_config|g \
-                ${worksrcpath}/setup.cfg
-        }
-
         if {[variant_isset postgresql84]} {
             reinplace \
                 s|@PG_CONFIG@|${prefix}/lib/postgresql84/bin/pg_config|g \
@@ -73,31 +68,27 @@
         }
     }
 
-    variant postgresql83 conflicts postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description "Build using postgresql v8.3" {
-        depends_lib-append  port:postgresql83
-    }
-
-    variant postgresql84 conflicts postgresql83 postgresql90 postgresql91 postgresql92 postgresql93 description "Build using postgresql v8.4" {
+    variant postgresql84 conflicts postgresql90 postgresql91 postgresql92 postgresql93 description "Build using postgresql v8.4" {
         depends_lib-append  port:postgresql84
     }
 
-    variant postgresql90 conflicts postgresql83 postgresql84 postgresql91 postgresql92 postgresql93 description "Build using postgresql v9.0" {
+    variant postgresql90 conflicts postgresql84 postgresql91 postgresql92 postgresql93 description "Build using postgresql v9.0" {
         depends_lib-append  port:postgresql90
     }
 
-    variant postgresql91 conflicts postgresql83 postgresql84 postgresql90 postgresql92 postgresql93 description "Build using postgresql v9.1" {
+    variant postgresql91 conflicts postgresql84 postgresql90 postgresql92 postgresql93 description "Build using postgresql v9.1" {
         depends_lib-append  port:postgresql91
     }
 
-    variant postgresql92 conflicts postgresql83 postgresql84 postgresql90 postgresql91 postgresql93 description "Build using postgresql v9.2" {
+    variant postgresql92 conflicts postgresql84 postgresql90 postgresql91 postgresql93 description "Build using postgresql v9.2" {
         depends_lib-append  port:postgresql92
     }
 
-    variant postgresql93 conflicts postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 description "Build using postgresql v9.3" {
+    variant postgresql93 conflicts postgresql84 postgresql90 postgresql91 postgresql92 description "Build using postgresql v9.3" {
         depends_lib-append  port:postgresql93
     }
 
-    if {![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93]} {
+    if {![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93]} {
         default_variants    +postgresql93
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140109/f78777df/attachment.html>


More information about the macports-changes mailing list