[23336] trunk/dports/python/py-psycopg/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 29 01:41:42 PDT 2007


Revision: 23336
          http://trac.macosforge.org/projects/macports/changeset/23336
Author:   mww at macports.org
Date:     2007-03-29 01:41:42 -0700 (Thu, 29 Mar 2007)

Log Message:
-----------
use postgresql82, inc. revision - thanks to dedi at kweerious.com for the patch

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

Modified: trunk/dports/python/py-psycopg/Portfile
===================================================================
--- trunk/dports/python/py-psycopg/Portfile	2007-03-29 08:32:06 UTC (rev 23335)
+++ trunk/dports/python/py-psycopg/Portfile	2007-03-29 08:41:42 UTC (rev 23336)
@@ -4,6 +4,7 @@
 
 name			py-psycopg
 version			1.1.21
+revision		1
 categories		python databases
 maintainers		nomaintainer at macports.org
 platforms		darwin freebsd
@@ -18,15 +19,15 @@
 distname		psycopg-${version}
 checksums		md5 a31f79f68d6d32898d6f24e11369a106
 
-depends_lib		port:postgresql8 \
+depends_lib		port:postgresql82 \
 				port:py-mx \
 				port:python24 \
 				port:openssl
 
 configure.env	LDFLAGS="-L${prefix}/lib -lssl" \
 				CPPFLAGS="-I${prefix}/lib/python2.4/site-packages/mx/DateTime/mxDateTime/"
-configure.args	--with-postgres-includes=${prefix}/include/pgsql8/ \
-				--with-postgres-libraries=${prefix}/lib/pgsql8/ \
+configure.args	--with-postgres-includes=${prefix}/include/postgresql82/ \
+				--with-postgres-libraries=${prefix}/lib/postgresql82/ \
 				--with-python=${prefix}/bin/python2.4
 
 post-configure {

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


More information about the macports-changes mailing list