[59544] trunk/dports/databases/postgresql84/Portfile

jwa at macports.org jwa at macports.org
Fri Oct 16 08:20:43 PDT 2009


Revision: 59544
          http://trac.macports.org/changeset/59544
Author:   jwa at macports.org
Date:     2009-10-16 08:20:41 -0700 (Fri, 16 Oct 2009)
Log Message:
-----------
change python to 2.6, fix #22075

Modified Paths:
--------------
    trunk/dports/databases/postgresql84/Portfile

Modified: trunk/dports/databases/postgresql84/Portfile
===================================================================
--- trunk/dports/databases/postgresql84/Portfile	2009-10-16 15:13:14 UTC (rev 59543)
+++ trunk/dports/databases/postgresql84/Portfile	2009-10-16 15:20:41 UTC (rev 59544)
@@ -4,6 +4,7 @@
 
 name			postgresql84
 version			8.4.1
+revision		1
 categories		databases
 platforms		darwin
 maintainers		mww jwa
@@ -81,9 +82,9 @@
 }
 
 variant python description {add support for python} {
-	depends_lib-append		port:python25
+	depends_lib-append		port:python26
 	configure.args-append	--with-python
-	configure.env-append	PYTHON=${prefix}/bin/python2.5
+	configure.env-append	PYTHON=${prefix}/bin/python2.6
 }
 
 variant krb5 description {add support for Kerberos 5 authentication} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091016/beafecbd/attachment.html>


More information about the macports-changes mailing list