[49376] trunk/dports/python/py25-pgsql/Portfile

dluke at macports.org dluke at macports.org
Wed Apr 8 10:22:44 PDT 2009


Revision: 49376
          http://trac.macports.org/changeset/49376
Author:   dluke at macports.org
Date:     2009-04-08 10:22:37 -0700 (Wed, 08 Apr 2009)
Log Message:
-----------
Update py25-pgsql to use postgres 8.3 instead of 8.2

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

Modified: trunk/dports/python/py25-pgsql/Portfile
===================================================================
--- trunk/dports/python/py25-pgsql/Portfile	2009-04-08 17:12:38 UTC (rev 49375)
+++ trunk/dports/python/py25-pgsql/Portfile	2009-04-08 17:22:37 UTC (rev 49376)
@@ -1,15 +1,15 @@
-# $Id:$
+# $Id$
 
 PortSystem 1.0
 PortGroup python25 1.0
 
 name			py25-pgsql
 version			2.5.1
-revision		1
+revision		2
 categories		python databases
 platforms		darwin
 maintainers		dluke at geeklair.net
-description		python DB-API 2.0 compliant interface to postgresql (8.2)
+description		python DB-API 2.0 compliant interface to postgresql (8.3)
 long_description	pyPgSQL is a package of two modules that provide a \
 				Python DB-API 2.0 compliant interface to PostgreSQL \
 				databases. The first module, libpq, exports the \
@@ -25,9 +25,9 @@
 distname		pyPgSQL-${version}
 checksums		sha1 ae286d2b0b0e6896223430887dd244e9eeef705b
 
-depends_lib-append	port:postgresql82 port:py25-mx-base
+depends_lib-append	port:postgresql83 port:py25-mx-base
 
-build.env		PATH="${prefix}/lib/postgresql82/bin:$env(PATH)"
+build.env		PATH="${prefix}/lib/postgresql83/bin:$env(PATH)"
 destroot.env	${build.env}
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090408/82fc2af7/attachment-0001.html>


More information about the macports-changes mailing list