aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-10-30 12:49:08 +0800
committerdougb <dougb@FreeBSD.org>2010-10-30 12:49:08 +0800
commitab9ed84ab8c3a6b20d3729790aa2b3448f15b9d3 (patch)
treec83f4941376f6ed474527fe0520c9fe06666b511 /UPDATING
parent5e7425760b4398663eaaed5e70e1a0cffff2f240 (diff)
downloadfreebsd-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--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 531fe58426b3..1f9b1bc4abb8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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>