aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-01-12 19:48:11 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-01-12 19:48:11 +0000
commitc10de79b1a386082e6a01e7baecf0823bcdcb51e (patch)
tree95a8d459a720e0d5976c260fefa19e848f86ca78 /UPDATING
parent0b5d8635e1bc94e197a8dfb9af48974916626922 (diff)
downloadports-c10de79b1a386082e6a01e7baecf0823bcdcb51e.tar.gz
ports-c10de79b1a386082e6a01e7baecf0823bcdcb51e.zip
Update to 1.0.
Update Comment Add LICENSE blob. Stagify.
Notes
Notes: svn path=/head/; revision=339537
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 78768e789492..9c2439184521 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20140112:
+ AFFECTS: users of devel/libical
+ AUTHOR: kwm@FreeBSD.org
+
+ The libical ports was updated to 1.0.0. Due to the shared library bump
+ and the removal of the .la file. All ports that use libical need to be
+ rebuild.
+
+ # portmaster -r libical
+ or
+ # pkg install -fR libical
+
20140111:
AFFECTS: users of lang/go
AUTHOR: jlaffaye@FreeBSD.org