aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2012-12-12 04:04:34 +0800
committerbdrewery <bdrewery@FreeBSD.org>2012-12-12 04:04:34 +0800
commit32e07755377ce7081fe57ec5d3f59434d2496b54 (patch)
tree0ce1b74151ef0146b67ae931188b559cc03f34b9 /UPDATING
parentaa64bf2bfc34b20175ff642970523edf65379879 (diff)
downloadfreebsd-ports-gnome-32e07755377ce7081fe57ec5d3f59434d2496b54.tar.gz
freebsd-ports-gnome-32e07755377ce7081fe57ec5d3f59434d2496b54.tar.zst
freebsd-ports-gnome-32e07755377ce7081fe57ec5d3f59434d2496b54.zip
Add basic instructions for pcre and ImageMagick updates
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING28
1 files changed, 28 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5b544fda61df..9f9e0c9d6220 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,34 @@ 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.
+20121211:
+ AFFECTS: users of graphics/ImageMagick
+ AUTHOR: bdrewery@FreeBSD.org
+
+ The ImageMagick library has been updated to version 6.8.0-7. Please
+ rebuild all ports that depend on it.
+
+ If you use portmaster:
+ portmaster -w -r ImageMagick
+ If you use portupgrade:
+ portupgrade -fr graphics/ImageMagick
+ If you use pkgng with binary packages:
+ pkg install -fR graphics/ImageMagick
+
+20121211:
+ AFFECTS: users of devel/pcre
+ AUTHOR: bdrewery@FreeBSD.org
+
+ The pcre library has been updated to version 8.32. Please
+ rebuild all ports that depend on it.
+
+ If you use portmaster:
+ portmaster -w -r pcre
+ If you use portupgrade:
+ portupgrade -fr devel/pcre
+ If you use pkgng with binary packages:
+ pkg install -fR devel/pcre
+
20121210:
AFFECTS: users of security/cyrus-sasl2
AUTHOR: ume@FreeBSD.org