aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-08-24 02:37:22 +0800
committerkwm <kwm@FreeBSD.org>2011-08-24 02:37:22 +0800
commit6a56442427dd00f76ca13093ea38b248d54a7964 (patch)
treeb852fc84cbecf569a03d15758628d42ffe7f1c1a /UPDATING
parent9bc1f41060b8ab7616815246fe654168eaa010d8 (diff)
downloadfreebsd-ports-gnome-6a56442427dd00f76ca13093ea38b248d54a7964.tar.gz
freebsd-ports-gnome-6a56442427dd00f76ca13093ea38b248d54a7964.tar.zst
freebsd-ports-gnome-6a56442427dd00f76ca13093ea38b248d54a7964.zip
Add instructions for the libnotify and libproxy shlib bumps.
Feel free to improve the portupgrade instructions.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 13f3a6162f76..261ad01d23e2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20110823:
+ AFFECTS: users of devel/libnotify and net/libproxy
+ AUTHOR: gnome@FreeBSD.org
+
+ libnotify and libproxy are updated with shared library bumps.
+ This requires dependancies to be rebuild.
+
+ # portmaster -r libnotify-0.\* libproxy-0.\*
+ # portmaster -a
+or
+ # portupgrade -rf libnotify-0.\* libproxy-0.\*
+ # portupgrade -aR
+
20110822:
AFFECTS: users of lang/ruby
AUTHOR: stas@FreeBSD.org