diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-10-09 22:05:57 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-10-09 22:05:57 +0000 |
commit | ab710acde2c2fa1d40543614f64050a8b97b59c9 (patch) | |
tree | 04a71857d93428b8fe459bf0ec9ddeb363d5f0fb /UPDATING | |
parent | 2ebe0e0a90868450e81e1a01a05c9b993719a6f1 (diff) |
- 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-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |