aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-08-21 00:45:14 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-08-21 00:45:14 +0000
commit400b112923189dc09f8095ab1cf0b73d14cfcad2 (patch)
tree0dff325188087f1af97f102d163d507a45df3e8f /UPDATING
parent542f24d05c2851fc85a7b4f43d9a8dbb0134f841 (diff)
downloadports-400b112923189dc09f8095ab1cf0b73d14cfcad2.tar.gz
ports-400b112923189dc09f8095ab1cf0b73d14cfcad2.zip
- Update to 20120820 snapshot
- Changes: * Fixed MOVED support [ports/151662] * Fixed deleted port portupgrade -o support * Automatically set DISABLE_CONFLICTS when replacing origins * Fix self-upgrade on 7.x due to custom script(1) being used * Fix errors when installing ports while inside WRKDIRS * pkgng fixes: * Implement portupgrade -o * Bail out of pkgdb -F sooner * Catch missing support in pkgdb -L * Implement creating pkgng package with -p * Be quieter about pkgdb -F support with pkgng * Implement pkgdb -o PKGNAME=ORIGIN for pkgng * Add PKGNG support to pkgdb.required? Approved by: eadler (mentor)
Notes
Notes: svn path=/head/; revision=302836
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3ff3e0dd91f9..a645da238835 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20120820:
+ AFFECTS: users of ports-mgmt/portupgrade-devel
+ AUTHOR: bdrewery@FreeBSD.org
+
+ Due to a bug introduced in 20120601, portupgrade is unable to
+ upgrade itself on FreeBSD 7.x. This has been fixed in 20120820.
+ ports-mgmt/portupgrade is not affected. To upgrade, execute the following:
+
+ # cd /usr/ports/ports-mgmt/portupgrade-devel && make deinstall install clean
+
20120817:
AFFECTS: users of games/unnethack
AUTHOR: knu@FreeBSD.org