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

Kubilay Kocak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback+        |maintainer-feedback?(yuri@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|                            |[email protected],
                   |                            |[email protected]
                URL|                            |https://github.com/HelloZer
                   |                            |oNet/ZeroNet/issues/149
           Keywords|                            |easy, needs-patch, needs-qa

--- Comment #2 from Kubilay Kocak <[email protected]> ---
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 on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to