aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2013-03-24 01:10:37 +0800
committerglewis <glewis@FreeBSD.org>2013-03-24 01:10:37 +0800
commit358417e48fd58ab0ccc5016be73eaee1c43d0ff5 (patch)
tree9ef94442e41b484dd4745ccaec3a5e7a8198539f /UPDATING
parent7d9ed8226c46b8ff7c5f20b7936a27316cde320f (diff)
downloadfreebsd-ports-gnome-358417e48fd58ab0ccc5016be73eaee1c43d0ff5.tar.gz
freebsd-ports-gnome-358417e48fd58ab0ccc5016be73eaee1c43d0ff5.tar.zst
freebsd-ports-gnome-358417e48fd58ab0ccc5016be73eaee1c43d0ff5.zip
. Note libarchive version bump.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 59a6c789f8ec..f80d63dcb96a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20130323:
+ AFFECTS: users of archivers/libarchive
+ AUTHOR: glewis@FreeBSD.org
+
+ The archivers/libarchive port has been updated to 3.1.2. The shared library
+ version has changed from 12 to 14. Please rebuild all ports that depend on
+ it:
+
+ # portmaster -r libarchive
+ or
+ # portupgrade -fr archivers/libarchive
+ or
+ # pkg install -fR archivers/libarchive
+
20130319:
AFFECTS: users of ports
AUTHOR: bdrewery@FreeBSD.org