diff options
author | ale <ale@FreeBSD.org> | 2005-12-13 16:31:55 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-12-13 16:31:55 +0800 |
commit | f9d5fc4967c64219192db28335e32c4ba777c963 (patch) | |
tree | 4ae1a86244241e69aa84aa08263309693844686e /UPDATING | |
parent | e637959ac5c46c8775cc7afc321e9de5e6d22d0f (diff) | |
download | freebsd-ports-gnome-f9d5fc4967c64219192db28335e32c4ba777c963.tar.gz freebsd-ports-gnome-f9d5fc4967c64219192db28335e32c4ba777c963.tar.zst freebsd-ports-gnome-f9d5fc4967c64219192db28335e32c4ba777c963.zip |
Add instructions on how to update pear if something fails.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20051213: + AFFECTS: users of pear ports + AUTHOR: ale@FreeBSD.org + + A few old pear ports have been removed from the tree in favour of a + single devel/pear port. If portupgrade complains about missing ports, + you may safely remove pear-XML_RPC, pear-Console_Getopt, pear-Archive_Tar + and php[45]-pear and then run: + + portupgrade -o devel/pear -f pear-PEAR + 20051212: AFFECTS: users of net/ntop AUTHOR: wxs@csh.rit.edu |