[33631] trunk/dports/python/py25-psycopg2/Portfile

nox at macports.org nox at macports.org
Fri Feb 1 05:09:07 PST 2008


Revision: 33631
          http://trac.macosforge.org/projects/macports/changeset/33631
Author:   nox at macports.org
Date:     2008-02-01 05:08:47 -0800 (Fri, 01 Feb 2008)

Log Message:
-----------
py25-psycopg2 (closes #13667): Now depends on postgresql82.

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

Modified: trunk/dports/python/py25-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py25-psycopg2/Portfile	2008-02-01 13:04:40 UTC (rev 33630)
+++ trunk/dports/python/py25-psycopg2/Portfile	2008-02-01 13:08:47 UTC (rev 33631)
@@ -5,6 +5,7 @@
 
 name			py25-psycopg2
 version			2.0.5.1
+revision		1
 categories		python databases
 maintainers		nomaintainer
 platforms		darwin freebsd
@@ -20,13 +21,13 @@
 distname		psycopg2-${version}
 checksums		md5 052e4b97dab47708fdcdc36ffb25af66
 
-depends_lib-append	port:postgresql81 \
+depends_lib-append	port:postgresql82 \
 			port:openssl
 
 patchfiles		patch-setup.cfg
 
 post-patch		{
 	reinplace \
-		s|@PG_CONFIG@|${prefix}/lib/postgresql81/bin/pg_config|g \
+		s|@PG_CONFIG@|${prefix}/lib/postgresql82/bin/pg_config|g \
 		${worksrcpath}/setup.cfg
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080201/f2ec314d/attachment.html


More information about the macports-changes mailing list