diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-01-23 09:31:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-01-23 09:31:38 +0000 |
commit | 170534d20f699d6a937ccebf8c5a720ee200f77f (patch) | |
tree | 8ca8c38f1600aa0d172cb1a747d0fb6ff4ec3be5 /UPDATING | |
parent | 336d47de6eb4933a44f5c6ad947c328b5241b1fd (diff) |
- Add a note about recent changes on all qmail related ports.
PR: ports/84053
Notes
Notes:
svn path=/head/; revision=154223
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -6,6 +6,26 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060123: + AFFECTS: users of mail/qmail, mail/qmail-ldap, mail/qmail-mysql, + mail/qmail-spamcontrol, mail/qmail-tls and all dependant + ports. + AUTHOR: garga@FreeBSD.org + + If you use qmail installed on a PREFIX different of /var/qmail, + please, set a var on /etc/make.conf named QMAIL_PREFIX with this + value. It'll be used for many ports that depends of qmail. + + To prevent stale dependencies, when you use one of qmail slave ports, + now you just need to set a var named QMAIL_SLAVEPORT on /etc/make.conf + assigning to it the name of slaveport you are using. + + The valid options for now are: + * ldap + * mysql + * spamcontrol + * tls + 20060114: AFFECTS: users of www/apache13-ssl with suexec enabled. AUTHOR: clement@FreeBSD.org |