aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2008-07-02 05:21:39 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2008-07-02 05:21:39 +0000
commit9c0af88e6199ed71240e5ec1058bf4df3cbf7518 (patch)
tree6ac4f5a3cd5fefb98c44b65c045c69cbfe2c8e14 /UPDATING
parent63eb9ab4063ea20cfece8852692ebe1d24345646 (diff)
downloadports-9c0af88e6199ed71240e5ec1058bf4df3cbf7518.tar.gz
ports-9c0af88e6199ed71240e5ec1058bf4df3cbf7518.zip
(1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
(2) Fix CATEGORIES for devel/*-subversion ports (3) Add note to UPDATING about neon26/neon28 transition and binding changes. PR: ports/125168 [2] Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3]
Notes
Notes: svn path=/head/; revision=216122
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING25
1 files changed, 25 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 661aac8e5921..49b292b1bf15 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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>