[76917] trunk/dports/devel/qbzr/Portfile

raimue at macports.org raimue at macports.org
Sat Mar 12 14:38:30 PST 2011


Revision: 76917
          http://trac.macports.org/changeset/76917
Author:   raimue at macports.org
Date:     2011-03-12 14:38:29 -0800 (Sat, 12 Mar 2011)
Log Message:
-----------
devel/qbzr: Switch to python27

Modified Paths:
--------------
    trunk/dports/devel/qbzr/Portfile

Modified: trunk/dports/devel/qbzr/Portfile
===================================================================
--- trunk/dports/devel/qbzr/Portfile	2011-03-12 21:02:50 UTC (rev 76916)
+++ trunk/dports/devel/qbzr/Portfile	2011-03-12 22:38:29 UTC (rev 76917)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem    1.0
-PortGroup     python26 1.0
+PortGroup     python27 1.0
 
 name          qbzr
 version       0.20.0
+revision      1
 set branch    [join [lrange [split ${version} .] 0 1] .]
 categories    devel python
 platforms     darwin
@@ -26,8 +27,8 @@
 supported_archs     noarch
 
 depends_lib-append  port:bzr \
-                    port:py26-pyqt4 \
-                    port:py26-pygments
+                    port:py27-pyqt4 \
+                    port:py27-pygments
 
 livecheck.type      regex
 livecheck.url       https://launchpad.net/${name}/+download
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110312/04987955/attachment.html>


More information about the macports-changes mailing list