[149061] trunk/dports/python/py-bpython/Portfile

aronnax at macports.org aronnax at macports.org
Fri May 27 09:12:19 PDT 2016


Revision: 149061
          https://trac.macports.org/changeset/149061
Author:   aronnax at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160527/2c3b309c/attachment.html>


More information about the macports-changes mailing list