aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-08-08 15:05:36 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-08-08 15:05:36 +0000
commit86847b8f1bfe2596fa31f880f39688643a216f9f (patch)
treeca7d647bdcd6035669a74d80d7f67e4dbbc42d76 /UPDATING
parent76154a4d92cbcbc1eb3dc7b5238b39b739a70366 (diff)
downloadports-86847b8f1bfe2596fa31f880f39688643a216f9f.tar.gz
ports-86847b8f1bfe2596fa31f880f39688643a216f9f.zip
- Chase www/libmicrohttpd shlib version bump
- Add UPDATING entry Approved by: eadler (mentor)
Notes
Notes: svn path=/head/; revision=302295
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index de29db0037fb..9c2ca29638cf 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.
+20120808:
+ AFFECTS: users of www/libmicrohttpd
+ AUTHOR: bdrewery@FreeBSD.org
+
+ libmicrohttpd has been updated to version 0.9.21, with a shared library bump.
+ This requires dependent ports to be rebuilt.
+
+ # portmaster -r libmicrohttpd
+ or
+ # portupgrade -r www/libmicrohttpd
+ or
+ # pkg install -fR www/libmicrohttpd
+
20120804:
AFFECTS: users of graphics/libglut
AUTHOR: x11@FreeBSD.org