aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2012-10-10 06:05:57 +0800
committermadpilot <madpilot@FreeBSD.org>2012-10-10 06:05:57 +0800
commitf97b87bd5aa1268af52c1d054c0f1e072819b079 (patch)
tree04a71857d93428b8fe459bf0ec9ddeb363d5f0fb /UPDATING
parent3dbe190cec536875267ceb44bb599f29bf28afeb (diff)
downloadfreebsd-ports-gnome-f97b87bd5aa1268af52c1d054c0f1e072819b079.tar.gz
freebsd-ports-gnome-f97b87bd5aa1268af52c1d054c0f1e072819b079.tar.zst
freebsd-ports-gnome-f97b87bd5aa1268af52c1d054c0f1e072819b079.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
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