diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-10-30 04:49:08 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-10-30 04:49:08 +0000 |
commit | b12248a2f6cefea771a643e50766b3fba99006e1 (patch) | |
tree | 55af03340dbe756ccafebc1b40606be588d18c98 /UPDATING | |
parent | eef8da8289565bdb8742ff4e3da554479437bce4 (diff) |
Mention the need to update to portmaster 3.1
Notes
Notes:
svn path=/head/; revision=263773
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ 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. +20101029: + AFFECTS: users of ports-mgmt/portmaster + AUTHOR: Doug Barton <dougb@FreeBSD.org> + + The changes to bsd.port.mk in 1.652 require all portmaster users to + upgrade to version 3.1 or later. The best method to do this will be + to use the port, rather than portmaster itself: + + # pkg_delete -f portmaster* + # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean + 20101026: AFFECTS: users of net/samba35 AUTHOR: Timur Bakeyev <timur@FreeBSD.org> |