diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-14 12:31:00 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-14 12:31:00 +0000 |
commit | aef12a0b6d89c099252c3f0e6250912c9c0ffec3 (patch) | |
tree | 3db84464039fb8441576162b8f61ffa58618712a /UPDATING | |
parent | 1eb2cea06af29cbe5fc2a4b0fb0745258a1613e1 (diff) |
- Add a note for mail/heirloom-mailx users
Notes
Notes:
svn path=/head/; revision=242824
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,22 @@ 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. +20091014 + AFFECTS: users of mail/heirloom-mailx + AUTHOR: Alexander Logvinov <avl@FreeBSD.org> + + Since SourceForge switched to the new File Release System, + mail/heirloom-mailx has wrong package name. All users who have + mail/heirloom-mailx installed after 22 August 2009 should run the + following commands: + + # pkg_delete "\-mailx-12.4_1" + or + # rm -r /var/db/pkg/-mailx-12.4_1 + + # rm -r /var/db/ports/-mailx + # cd /usr/ports/mail/heirloom-mailx && make install clean + 20090921 AFFECTS: users of archivers/lzmautils, archivers/lzmautils-devel AUTHOR: Christian Weisgerber <naddy@FreeBSD.org> |