aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-01-13 03:48:11 +0800
committerkwm <kwm@FreeBSD.org>2014-01-13 03:48:11 +0800
commit19dee513793915f7b2f31e1767ecc803b85430f6 (patch)
tree95a8d459a720e0d5976c260fefa19e848f86ca78 /UPDATING
parent523615a5a46b41d2637da50dee70c618dcd0c560 (diff)
downloadfreebsd-ports-gnome-19dee513793915f7b2f31e1767ecc803b85430f6.tar.gz
freebsd-ports-gnome-19dee513793915f7b2f31e1767ecc803b85430f6.tar.zst
freebsd-ports-gnome-19dee513793915f7b2f31e1767ecc803b85430f6.zip
Update to 1.0.
Update Comment Add LICENSE blob. Stagify.
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