Bug 194777 - www/squid remove shebang file
Summary: www/squid remove shebang file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 07:57 UTC by Pavel Timofeev
Modified: 2014-11-03 09:54 UTC (History)
1 user (show)

See Also:


Attachments
fix to SHEBANG_FILES (371 bytes, patch)
2014-11-03 07:57 UTC, Pavel Timofeev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2014-11-03 07:57:55 UTC
Created attachment 148983 [details]
fix to SHEBANG_FILES

According to this page (http://www.squid-cache.org/Versions/v3/3.4/changesets/SQUID_3_4_9.html - kerberos_ldap_group/cert_tool: Remove ksh dependency) ksh was removed from dependency in squid 3.4.9.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-11-03 09:54:02 UTC
A commit references this bug:

Author: marino
Date: Mon Nov  3 09:53:54 UTC 2014
New revision: 372103
URL: https://svnweb.freebsd.org/changeset/ports/372103

Log:
  www/squid: Remove one file from SHEBANG_FILES

  ksh was removed from dependencies list in version 3.4.9, so cert_tool
  doesn't have to be fixed anymore.

  PR:		194777
  Submitted by:	timp87 (gmail)

Changes:
  head/www/squid/Makefile
Comment 2 John Marino freebsd_committer freebsd_triage 2014-11-03 09:54:42 UTC
Thanks!