[57012] trunk/dports/www

toby at macports.org toby at macports.org
Fri Sep 4 11:35:35 PDT 2009


Revision: 57012
          http://trac.macports.org/changeset/57012
Author:   toby at macports.org
Date:     2009-09-04 11:35:34 -0700 (Fri, 04 Sep 2009)
Log Message:
-----------
move remaining python23 dependents to python26

Modified Paths:
--------------
    trunk/dports/www/zope/Portfile
    trunk/dports/www/zopeedit/Portfile

Modified: trunk/dports/www/zope/Portfile
===================================================================
--- trunk/dports/www/zope/Portfile	2009-09-04 16:53:50 UTC (rev 57011)
+++ trunk/dports/www/zope/Portfile	2009-09-04 18:35:34 UTC (rev 57012)
@@ -4,7 +4,7 @@
 PortSystem		1.0
 name			zope
 version			2.8.7
-revision		1
+revision		2
 categories		www zope python
 maintainers		nomaintainer
 description		Object-Oriented Python Web Application Server
@@ -18,8 +18,8 @@
 extract.suffix		.tgz
 checksums		sha1 9d8da00c85f93e7b3fa5afc211277fb744ac1f31
 
-# Use Python 2.3 from MacPorts explicitly 
-set python		${prefix}/bin/python2.3
+# Use Python 2.6 from MacPorts explicitly 
+set python		${prefix}/bin/python2.6
 
 # Default Zope User and Password.  The password is changed from what is 
 # printed durring the build, as the user will not see that by default.
@@ -32,7 +32,7 @@
 set zopeuser		zope
 set zopegroup		www
 
-depends_build		port:python23
+depends_build		port:python26
 
 platform freebsd {
 	# FreeBSD calls it gtar, we call it gnutar... need a better solution

Modified: trunk/dports/www/zopeedit/Portfile
===================================================================
--- trunk/dports/www/zopeedit/Portfile	2009-09-04 16:53:50 UTC (rev 57011)
+++ trunk/dports/www/zopeedit/Portfile	2009-09-04 18:35:34 UTC (rev 57012)
@@ -3,6 +3,7 @@
 
 name			zopeedit
 version			0.8
+revision		1
 categories		www zope python
 maintainers		nomaintainer
 description		Client helper application for Zope ExternalEditor support
@@ -16,11 +17,11 @@
 extract.suffix	.tgz
 checksums		md5 8ecc65067d32ac961476f924fa3e8b5b
 
-# Use Python 2.3 from MacPorts explicitly 
-set python		${prefix}/bin/python2.3
+# Use Python 2.6 from MacPorts explicitly 
+set python		${prefix}/bin/python2.6
 
 # Depends on Python
-depends_build	path:${python}:python23
+depends_build	port:python26
 
 platform freebsd {
 	extract.post_args	| gtar -xf -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090904/18691079/attachment.html>


More information about the macports-changes mailing list