[Bug 209649] archivers/py-borgbackup: py34-borgbackup-1.0.2 installs py27 dependencies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 26 21:18:29 UTC 2017


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

--- Comment #9 from freebsd at coombscloud.com ---
I have experienced this on one of my systems as of py35-borgbackup-1.0.10--with
a mix of py27 anbd py35 packages being installed when building the
py-borgbackup port (and the "borg" command then failing at runtime because
py27-msgpack-python was installed rather than py35-msgpack-python). However,
adding:

PYTHON_VERSION=         3.5
PYTHON_DEFAULT_VERSION= 3.5

to /etc/make.conf causes the correct packages to be installed.

Furthermore, building on a fresh jail results in a proper install, with only
py35 packages being installed.

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


More information about the freebsd-ports-bugs mailing list