- 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:
State Changed From-To: open->closed Committed, thanks! You missed to conditionalize installation of rc script in post-install: on SQUID_RCNG option. ;)