aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2012-10-09 22:05:57 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2012-10-09 22:05:57 +0000
commitab710acde2c2fa1d40543614f64050a8b97b59c9 (patch)
tree04a71857d93428b8fe459bf0ec9ddeb363d5f0fb /UPDATING
parent2ebe0e0a90868450e81e1a01a05c9b993719a6f1 (diff)
downloadports-ab710acde2c2fa1d40543614f64050a8b97b59c9.tar.gz
ports-ab710acde2c2fa1d40543614f64050a8b97b59c9.zip
- Move vdpau-video to libva-vdpau-driver to follow upstream project
name change - Update to 0.7.4 - Take maintainership - Update master site - Undeprecate - Remove ABI version number from LIB_DEPENDS - Convert to new options framework - Add note in UPDATING about the move
Notes
Notes: svn path=/head/; revision=305607
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 95f9dd6e80ef..6756b74eb6a0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20121009:
+ AFFECTS: users of multimedia/vdpau-video
+ AUTHOR: madpilot@FreeBSD.org
+
+ vdpau-video has been renamed upstream to libva-vdpau-driver. The
+ port has been changed accordingly.
+
+ Please update the port origins as follows:
+
+ # portmaster -o multimedia/vdpau-video multimedia/libva-vdpau-driver
+ or
+ # portupgrade -fo multimedia/vdpau-video multimedia/libva-vdpau-driver
+ or
+ # pkg set -o multimedia/vdpau-video:multimedia/libva-vdpau-driver
+
20121008:
AFFECTS: users of mail/squirrelmail
AUTHOR: adamw@FreeBSD.org