Revision: 77493 http://trac.macports.org/changeset/77493 Author: blb@macports.org Date: 2011-04-01 00:49:16 -0700 (Fri, 01 Apr 2011) Log Message: ----------- New port: python/py32-postgresql, Python interface to PostgreSQL Modified Paths: -------------- trunk/dports/python/py32-postgresql/Portfile Added Paths: ----------- trunk/dports/python/py32-postgresql/ Modified: trunk/dports/python/py32-postgresql/Portfile =================================================================== --- trunk/dports/python/py31-postgresql/Portfile 2011-03-30 22:21:43 UTC (rev 77446) +++ trunk/dports/python/py32-postgresql/Portfile 2011-04-01 07:49:16 UTC (rev 77493) @@ -1,8 +1,8 @@ # $Id$ PortSystem 1.0 -PortGroup python31 1.0 -name py31-postgresql +PortGroup python32 1.0 +name py32-postgresql version 1.0.2 categories-append devel databases license BSD