diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-08-21 08:45:14 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-08-21 08:45:14 +0800 |
commit | 5bceef6fb1f50185bb963c9d92080d3b18085e92 (patch) | |
tree | 0dff325188087f1af97f102d163d507a45df3e8f /UPDATING | |
parent | 5449ae0069c8402bf949fc17d7dc1b6bfe786829 (diff) | |
download | freebsd-ports-gnome-5bceef6fb1f50185bb963c9d92080d3b18085e92.tar.gz freebsd-ports-gnome-5bceef6fb1f50185bb963c9d92080d3b18085e92.tar.zst freebsd-ports-gnome-5bceef6fb1f50185bb963c9d92080d3b18085e92.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)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |