Bug 94642

Summary: [Maintainer] www/squid: update to 2.5.STABLE13 and portlintify
Product: Ports & Packages Reporter: Thomas-Martin Seck <tmseck>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Thomas-Martin Seck 2006-03-18 14:30:18 UTC
- Update to squid 2.5.STABLE13.
- Implement a new option WITH_SQUID_SASL_AUTH, off by default
  (patch submitted by Sergey Mokryshev, thank you!)
- Update the ICAP core patchset to the latest CVS
- Extensive portlintification and cleanups:
  + remove USE_REINPLACE
  + correct use of USE_RC_SUBR
  + move post-installation information from pkg-install:POST-INSTALL
    to pkg-message
  + use variable substitution in pkg-install and pkg-deinstall
  + use "rc.d style" instead of "rcNG" when referring to current style
    runscripts (but leave the respective option name unchanged at
    SQUID_RCNG)

Note to committer:
please 'cvs add' the following files:
files/pkg-deinstall.in
files/pkg-install.in
files/pkg-message.in
files/squid.sh.in

please 'cvs rm' the following files:
pkg-deinstall
pkg-install
files/squid.sh

(Sorry for the churn, blame it all on portlint :-))

Fix: Apply this patch:
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-03-18 17:11:21 UTC
State Changed
From-To: open->closed

Committed, thanks! You missed to conditionalize installation of rc script 
in post-install: on SQUID_RCNG option. ;)