[Bug 220302] security/zeronet: Incorrectly (implicitly) specifies support for any/all Python versions Python
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 3 04:17:33 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220302
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|maintainer-feedback+ |maintainer-feedback?(yuri at r
| |awbw.com)
Status|New |Open
Summary|security/zeronet: python2 |security/zeronet:
|should be forced |Incorrectly (implicitly)
| |specifies support for
| |any/all Python versions
| |Python
CC| |koobs at FreeBSD.org,
| |python at FreeBSD.org
URL| |https://github.com/HelloZer
| |oNet/ZeroNet/issues/149
Keywords| |easy, needs-patch, needs-qa
--- Comment #2 from Kubilay Kocak <koobs at FreeBSD.org> ---
python:2 means depend on the lang/python2 port for the python2 symlink, which
is not the correct way to declare version compatibility.
This can be done as USE=python:-2.7 if 2.7 is the maximum version that is
supported, or USE=python:2.7 if 2.7 is the *only* version that is supported.
Also, incrementing PORTREVISION is not required.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list