aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-09-19 06:34:20 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-09-19 06:34:20 +0000
commit261dbf673c6abda0940f278e7f6c12dfccefe342 (patch)
tree86964bb488357b1cde04df6df7d9b1b0e8500698 /UPDATING
parent38bfba8a0e8fb7b3fd061af9925a2d986742e8ef (diff)
downloadports-261dbf673c6abda0940f278e7f6c12dfccefe342.tar.gz
ports-261dbf673c6abda0940f278e7f6c12dfccefe342.zip
Add entry for ffmpeg upgrade in r397306
Notes
Notes: svn path=/head/; revision=397307
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index cf09a54f2731..8f3436dc8926 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.
+20150919:
+ AFFECTS: users of multimedia/ffmpeg
+ AUTHOR: riggs@FreeBSD.org
+
+ ffmpeg has been updated to the version 2.8.
+ If you are using binary pkg, 'pkg upgrade' will do the right thing.
+ Users of portmaster/portupgrade must rebuild all ports which depend
+ on ffmpeg.
+
+ Portmaster users:
+ portmaster -w -r ffmpeg
+ Portupgrade users:
+ portupgrade -fr multimedia/ffmpeg
+
20150916:
AFFECTS: users of graphics/jpeg
AUTHOR: antoine@FreeBSD.org