aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-08-23 18:37:22 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-08-23 18:37:22 +0000
commit5732783897145621b6af3ab08fba8d9af40f338b (patch)
tree4565cf20f876d96239e927bec059793588ced8f5 /UPDATING
parent284cf7e6238e1818f820249028610aa60b2d146b (diff)
downloadports-5732783897145621b6af3ab08fba8d9af40f338b.tar.gz
ports-5732783897145621b6af3ab08fba8d9af40f338b.zip
Add instructions for the libnotify and libproxy shlib bumps.
Feel free to improve the portupgrade instructions.
Notes
Notes: svn path=/head/; revision=280299
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