Revision: 149061 https://trac.macports.org/changeset/149061 Author: aronnax@macports.org Date: 2016-05-27 09:12:19 -0700 (Fri, 27 May 2016) Log Message: ----------- py-bpython: correct fetch URL (fixes #51502) Modified Paths: -------------- trunk/dports/python/py-bpython/Portfile Modified: trunk/dports/python/py-bpython/Portfile =================================================================== --- trunk/dports/python/py-bpython/Portfile 2016-05-27 14:02:24 UTC (rev 149060) +++ trunk/dports/python/py-bpython/Portfile 2016-05-27 16:12:19 UTC (rev 149061) @@ -6,8 +6,12 @@ PortGroup select 1.0 PortGroup github 1.0 -github.setup bpython bpython 0.15 -git.branch ${version}-release +# FIXME: bpython uses a version *suffix* instead of a *prefix*. +# Add support to github portgroup for version suffix? +github.setup bpython bpython 0.15-release +version 0.15 +distname ${name}-${version} + name py-${name} platforms darwin supported_archs noarch