diff options
author | crees <crees@FreeBSD.org> | 2012-05-13 00:06:09 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-05-13 00:06:09 +0800 |
commit | 445f5914b840d1981a7d485de76f3caeb70cd438 (patch) | |
tree | 5b97ab1fe8d5276646fbd6957d0444eb78d5c031 /UPDATING | |
parent | 926b7180ef418c936071933f4c9244810584cfd4 (diff) | |
download | freebsd-ports-gnome-445f5914b840d1981a7d485de76f3caeb70cd438.tar.gz freebsd-ports-gnome-445f5914b840d1981a7d485de76f3caeb70cd438.tar.zst freebsd-ports-gnome-445f5914b840d1981a7d485de76f3caeb70cd438.zip |
Document upgrade procedure for p5-XML-SAX<0.99
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ 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. +20120512: + AFFECTS: users of textproc/p5-XML-SAX + AUTHOR: crees@FreeBSD.org + + p5-XML-SAX (X-S) was split into p5-XML-SAX-Base (X-S-B) and p5-XML-SAX for + version 0.99. Since X-S-B now installs some files formerly installed by X-S + the package for X-S must be deinstalled before updating X-S. + + # pkg_delete -fx p5-XML-SAX + # portmaster textproc/p5-XML-SAX + + (users of pkgng can substitute pkg_delete with pkg delete) + 20120511: AFFECTS: users of graphics/xpdf AUTHOR: cy@FreeBSD.org |