diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-07-02 05:21:39 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-07-02 05:21:39 +0000 |
commit | 9c0af88e6199ed71240e5ec1058bf4df3cbf7518 (patch) | |
tree | 6ac4f5a3cd5fefb98c44b65c045c69cbfe2c8e14 /UPDATING | |
parent | 63eb9ab4063ea20cfece8852692ebe1d24345646 (diff) | |
download | ports-9c0af88e6199ed71240e5ec1058bf4df3cbf7518.tar.gz ports-9c0af88e6199ed71240e5ec1058bf4df3cbf7518.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -6,6 +6,31 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080701 + AFFECTS: users of devel/subversion* + AUTHOR: Lev Serebryakov <lev@FreeBSD.org> + + subversion now uses neon-0.28.x (www/neon28) port, and automatic + portupgrade will fail because neon26 will conflict with installed + neon26. + You should upgrade neon library tohgether with subversion with + + # portupgrade -o www/neon28 neon subversion + + command. + + Also, if you use special subversion port with bindings, you + should upgrade your port to clean subversion port with + + # portupgrade -o devel/subversion subversion-\* + + and install needed bindings (p5-subversion, py-subversion and/or + ruby-subversion) after that. + + If you use subversion with bindings, installed from devel/subversion + with custom options, don't forget to install separate bindings ports + after subversion upgrade. + 20080630: AFFECTS: users of graphics/poppler* and future users of firefox3 AUTHOR: FreeBSD GNOME Team <gnome@FreeBSD.org> |