diff options
author | dougb <dougb@FreeBSD.org> | 2010-10-30 12:49:08 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-10-30 12:49:08 +0800 |
commit | ab9ed84ab8c3a6b20d3729790aa2b3448f15b9d3 (patch) | |
tree | c83f4941376f6ed474527fe0520c9fe06666b511 /UPDATING | |
parent | 5e7425760b4398663eaaed5e70e1a0cffff2f240 (diff) | |
download | freebsd-ports-gnome-ab9ed84ab8c3a6b20d3729790aa2b3448f15b9d3.tar.gz freebsd-ports-gnome-ab9ed84ab8c3a6b20d3729790aa2b3448f15b9d3.tar.zst freebsd-ports-gnome-ab9ed84ab8c3a6b20d3729790aa2b3448f15b9d3.zip |
Mention the need to update to portmaster 3.1
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> |