Bug 191106 - ports-mgmt/fastest_sites: references nonexistent python binary in shebang
Summary: ports-mgmt/fastest_sites: references nonexistent python binary in shebang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-16 21:42 UTC by Fred Condo
Modified: 2016-09-09 12:02 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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