Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jul 2017 04:17:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220302] security/zeronet: Incorrectly (implicitly) specifies support for any/all Python versions Python
Message-ID:  <bug-220302-13-lCih0NVG67@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220302-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220302-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220302

Kubilay Kocak <koobs@FreeBSD.org> 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|                            |koobs@FreeBSD.org,
                   |                            |python@FreeBSD.org
                URL|                            |https://github.com/HelloZer
                   |                            |oNet/ZeroNet/issues/149
           Keywords|                            |easy, needs-patch, needs-qa

--- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> ---
python:2 means depend on the lang/python2 port for the python2 symlink, whi=
ch
is not the correct way to declare version compatibility.

This can be done as USE=3Dpython:-2.7 if 2.7 is the maximum version that is
supported, or USE=3Dpython:2.7 if 2.7 is the *only* version that is support=
ed.

Also, incrementing PORTREVISION is not required.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220302-13-lCih0NVG67>