https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217974
Kubilay Kocak <ko...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Summary|[PATCH] |sysutils/rdiff-backup: |sysutils/rdiff-backup: |Allow build with python 3.5 |Allow build with python 3.5 |as default version |as default version | Keywords|patch |easy, needs-patch, needs-qa CC| |pyt...@freebsd.org Flags|maintainer-feedback+ |maintainer-feedback? --- Comment #4 from Kubilay Kocak <ko...@freebsd.org> --- python:2 means depend on the lang/python2 port, specifically and only for the python2 (and other suffixed) symlinks. It does not mean 'depend on any 2.x version of Python'. If rdiff-backup supports (upstream codes for, works and is tested with) 2.6 and 2.7, then '-2.7' is the most correct (precise without being incorrect). If rdiff-backup only supports (upstream codes for, works and is tested with) 2.7, then =2.7 is the most correct. Also, the summary for this issue appears in contradiction with comment 0. The summary states the change proposed is *allowing* building with 3.5, whereas the patch (and comment 0) changes the port to only build with 2.7 because 3.x does *not* work. The issue summary needs to be updated to match whatever the proposed changeset (patch) does. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"