HomeFreeBSD

Treat python shebangs without version specified (e.g. `/usr/local/bin/python'

Description

Treat python shebangs without version specified (e.g. `/usr/local/bin/python'
and `/usr/bin/env python') as invalid, because ports always depend on specific
version of python (e.g. python2 or python3), and generic `python'
which is link to either of them may point to incorrect version or
be not available at all (since it's installed by separate optional
python metaport)

Approved by: portmgr (mat), python (sunpoet)
Differential Revision: D9332

Details

Provenance
AMDmi3Authored on
Differential Revision
D9332: qa.sh: treat python and python[23] as an invalid shebangs
Parents
rP438175: Convert all PECL ports to USES=php:pecl.
Branches
Unknown
Tags
Unknown