Bug 191106

Summary: ports-mgmt/fastest_sites: references nonexistent python binary in shebang
Product: Ports & Packages Reporter: Fred Condo <fred>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Some People CC: wxs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Fred Condo 2014-06-16 21:42:30 UTC
ports-mgmt/fastest_sites references /usr/local/bin/python in its shebang, but the python27 port/package does not create this. It should probably be something like this:

#!/usr/bin/env python2.7
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2016-09-09 12:01:48 UTC
Maintainer timeout
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-09-09 12:02:51 UTC
A commit references this bug:

Author: amdmi3
Date: Fri Sep  9 12:02:45 UTC 2016
New revision: 421611
URL: https://svnweb.freebsd.org/changeset/ports/421611

Log:
  - Fix python shebang

  PR:		191106
  Submitted by:	fred@fredcondo.net
  Approved by:	maintainer timeout (wxs, 2 years)

Changes:
  head/ports-mgmt/fastest_sites/Makefile