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

jmr at macports.org jmr at macports.org
Mon Oct 6 03:10:21 PDT 2014


Revision: 126250
          https://trac.macports.org/changeset/126250
Author:   jmr at macports.org
Date:     2014-10-06 03:10:21 -0700 (Mon, 06 Oct 2014)
Log Message:
-----------
qbzr: use unified python portgroup

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

Modified: trunk/dports/devel/qbzr/Portfile
===================================================================
--- trunk/dports/devel/qbzr/Portfile	2014-10-06 10:07:14 UTC (rev 126249)
+++ trunk/dports/devel/qbzr/Portfile	2014-10-06 10:10:21 UTC (rev 126250)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem    1.0
-PortGroup     python27 1.0
+PortGroup     python 1.0
 
 name          qbzr
 version       0.23.1
@@ -26,10 +26,12 @@
 
 supported_archs     noarch
 
+python.default_version  27
+
 # Can use either py*-pyqt4 or py*-pyqt4-devel.
 depends_lib-append  port:bzr \
-                    path:share/py27-sip/PyQt4:py27-pyqt4 \
-                    port:py27-pygments
+                    path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4 \
+                    port:py${python.version}-pygments
 
 livecheck.type      regex
 livecheck.url       https://launchpad.net/${name}/+download
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141006/5d105342/attachment-0001.html>


More information about the macports-changes mailing list