[101929] trunk/dports/databases/ccm/Portfile

blair at macports.org blair at macports.org
Mon Jan 21 21:06:23 PST 2013


Revision: 101929
          https://trac.macports.org/changeset/101929
Author:   blair at macports.org
Date:     2013-01-21 21:06:22 -0800 (Mon, 21 Jan 2013)
Log Message:
-----------
ccm: switch back to the python group as python27 group is deprecated.

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

Modified: trunk/dports/databases/ccm/Portfile
===================================================================
--- trunk/dports/databases/ccm/Portfile	2013-01-22 04:57:48 UTC (rev 101928)
+++ trunk/dports/databases/ccm/Portfile	2013-01-22 05:06:22 UTC (rev 101929)
@@ -2,12 +2,12 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python27 1.0
+PortGroup       python 1.0
 PortGroup       github 1.0
 
 github.setup    pcmanus ccm d8277800f244fa927c7b105766ac870729ba646e
 version         0.0.1
-revision        1
+revision        2
 categories      databases
 supported_archs noarch
 
@@ -27,6 +27,7 @@
 checksums       rmd160  4900e395a1770040e314e181870fafc66622a537 \
                 sha256  9d56054fd6a3931b33af27d4ae3a7de1c48608a18303ca7ca36c5c3751c97493
 
-depends_lib     port:py27-yaml
+python.versions 27
+depends_lib-append  port:py${python.version}-yaml
 
 python.link_binaries_suffix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130121/01d3d4ff/attachment.html>


More information about the macports-changes mailing list