Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 20:04:35 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308710 - head
Message-ID:  <201212112004.qBBK4Zat078635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Dec 11 20:04:34 2012
New Revision: 308710
URL: http://svnweb.freebsd.org/changeset/ports/308710

Log:
  Add basic instructions for pcre and ImageMagick updates

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Dec 11 20:02:14 2012	(r308709)
+++ head/UPDATING	Tue Dec 11 20:04:34 2012	(r308710)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212112004.qBBK4Zat078635>