[Bug 225052] lang/python: Fix PORTVERSION of this metaport

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 11 03:28:31 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225052

Kyle Evans <kevans at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #189591|0                           |1
        is obsolete|                            |

--- Comment #3 from Kyle Evans <kevans at freebsd.org> ---
Created attachment 189603
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189603&action=edit
Updated svn(1) diff of lang/python, take 2

To be clear, I think the attached patch is what really needs to happen.

To reproduce:

1.) Set DEFAULT_VERSIONS+= python=3.6 on a system. 
2.) Observe PORTVERSION: 3.6
3.) Observe RUN_DEPENDS: 2.7
4.) Build the package or install

The attached patch just adds ${DEFAULT_VERSION} to the USES= python args so it
pulls in the right dependencies and makes the right symlink to reflect the
version clearly intended to be installed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list