diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-25 14:24:49 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-25 14:24:49 +0000 |
commit | 25a828e6165619d6001103f696384435a57090f3 (patch) | |
tree | 6e71a93be892e3f454c29c895ec2fa67777ea97d /UPDATING | |
parent | 6640201e91edbd1b025700c8d2a6052e5df9199e (diff) | |
download | ports-25a828e6165619d6001103f696384435a57090f3.tar.gz ports-25a828e6165619d6001103f696384435a57090f3.zip |
Document the archivers/lzmautils* -> archivers/xz move.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=242078
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ 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. +20090921 + AFFECTS: users of archivers/lzmautils, archivers/lzmautils-devel + AUTHOR: Christian Weisgerber <naddy@FreeBSD.org> + + The XZ Utils distribution has superseded LZMA Utils, so the xz + port has been added and the lzmautils ports have been removed. + To perform the move, run one of the following commands: + + If using portupgrade: + # portupgrade -o archivers/xz lzmautils\* + + If using portmaster: + # portmaster -o archivers/xz archivers/lzmautils + or + # portmaster -o archivers/xz archivers/lzmautils-devel + as applicable. + 20090919: AFFECTS: users of mail/postfix-postfwd AUTHOR: Sahil Tandon <sahil@tandon.net> |