Revision: 74711 http://trac.macports.org/changeset/74711 Author: rmstonecipher@macports.org Date: 2010-12-30 06:20:46 -0800 (Thu, 30 Dec 2010) Log Message: ----------- python/python-musicbrainz2 updated to use python 2.7 rather than python 2.6 Modified Paths: -------------- trunk/dports/python/python-musicbrainz2/Portfile Modified: trunk/dports/python/python-musicbrainz2/Portfile =================================================================== --- trunk/dports/python/python-musicbrainz2/Portfile 2010-12-30 00:12:50 UTC (rev 74710) +++ trunk/dports/python/python-musicbrainz2/Portfile 2010-12-30 14:20:46 UTC (rev 74711) @@ -2,10 +2,11 @@ # $Id$ PortSystem 1.0 -PortGroup python26 1.0 +PortGroup python27 1.0 name python-musicbrainz2 version 0.7.2 +revision 1 categories python net audio maintainers rmstonecipher openmaintainer platforms darwin