Bug 94642 - [Maintainer] www/squid: update to 2.5.STABLE13 and portlintify
Summary: [Maintainer] www/squid: update to 2.5.STABLE13 and portlintify
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-18 14:30 UTC by Thomas-Martin Seck
Modified: 2006-03-18 17:11 UTC (History)
0 users

See Also:


Attachments
file.diff (48.78 KB, patch)
2006-03-18 14:30 UTC, Thomas-Martin Seck
no flags Details | Diff

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