Revision: 74085 http://trac.macports.org/changeset/74085 Author: blair@macports.org Date: 2010-12-04 11:39:05 -0800 (Sat, 04 Dec 2010) Log Message: ----------- Add a Python 2.7 version of the py26-cjson port. Modified Paths: -------------- trunk/dports/python/py27-cjson/Portfile Added Paths: ----------- trunk/dports/python/py27-cjson/ Modified: trunk/dports/python/py27-cjson/Portfile =================================================================== --- trunk/dports/python/py26-cjson/Portfile 2010-12-04 19:38:09 UTC (rev 74084) +++ trunk/dports/python/py27-cjson/Portfile 2010-12-04 19:39:05 UTC (rev 74085) @@ -1,9 +1,9 @@ # $Id$ PortSystem 1.0 -PortGroup python26 1.0 +PortGroup python27 1.0 -name py26-cjson +name py27-cjson version 1.0.5 maintainers ram openmaintainer platforms darwin