diff options
author | rm <rm@FreeBSD.org> | 2012-03-19 03:17:12 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-03-19 03:17:12 +0800 |
commit | 053081fb620250a21bcb15502633a2103aa06381 (patch) | |
tree | 9ab9cdf4b85696ca255c03faa2aa7b4b5a7086d9 /UPDATING | |
parent | 50f8b735019d36e4b7afc254d134451964dd33be (diff) | |
download | freebsd-ports-gnome-053081fb620250a21bcb15502633a2103aa06381.tar.gz freebsd-ports-gnome-053081fb620250a21bcb15502633a2103aa06381.tar.zst freebsd-ports-gnome-053081fb620250a21bcb15502633a2103aa06381.zip |
- update to 3.0.2
- pass maintainership to submitter
- add LICENSE
- drop optional dependencies on database backends - since 3.0 it's
handled with libzdb
- rename rc-scripts to .sh-less ones
- add UPDATING entry for users, that want to stay with dbmail 2.2.x
Please note, that committed patch is reworked version of originally
submitted (missing deps added, rc-scripts renamed, NOPORTDOCS issue
handled more completely, some plist fixes applied). Sorry for delay.
PR: 164631
Submitted by: Alan Hicks <ahicks at p-o.co dot uk>
Feature safe: yes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -5,6 +5,24 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20120318: + AFFECTS: users of mail/dbmail + AUTHOR: rm@FreeBSD.org + + dbmail 3.0 is now available. + + There are a number of significant changes including Dependencies, + Config, Schema and Server changes. + + Without required modifications, dbmail will not run and you will + no longer have access to your emails. See UPGRADING for details. + Don't forget to backup and fully test before upgrading. + + To stick with version 2.2.x run: + # portupgrade -o mail/dbmail22 mail/dbmail + or + # portmaster -o mail/dbmail22 mail/dbmail + 20120313: AFFECTS: users of x11-toolkits/qt4-gui AUTHOR: kde@FreeBSD.org |