diff options
author | Johannes M Dieterich <jmd@FreeBSD.org> | 2018-12-10 11:02:11 +0800 |
---|---|---|
committer | Johannes M Dieterich <jmd@FreeBSD.org> | 2018-12-10 11:02:11 +0800 |
commit | bfbf8bd33e4704a04b7042db079708a29a9c4cc9 (patch) | |
tree | 6318246feb61bce8e42ec341702cb84b50c16bea /UPDATING | |
parent | ac9db327ac4b091633425f6e0a2cbd750bf7119e (diff) | |
download | freebsd-ports-gnome-bfbf8bd33e4704a04b7042db079708a29a9c4cc9.tar.gz freebsd-ports-gnome-bfbf8bd33e4704a04b7042db079708a29a9c4cc9.tar.zst freebsd-ports-gnome-bfbf8bd33e4704a04b7042db079708a29a9c4cc9.zip |
LinuxKPI-based DRM ports: move to new ports nomenclature.
After some discussions within the x11 team, it was decided to move to a new
nomenclature for the LinuxKPI-based DRM ports that correctly reflects the
FreeBSD version the ports are for. This will also allow us to move to dedicated
branches per FreeBSD release and eases porting work.
Functionally, this commit is a no-op as we are not moving to new snapshots.
Reflect the move in UPDATING and MOVED. Users using the graphics/drm-kmod meta
port should not be affected. Direct consumers of the DRM ports shall move, as
in MOVED, as follows:
drm-stable-kmod is drm-fbsd11.2-kmod
drm-next-kmod is drm-fbsd12.0-kmod
drm-devel-kmod is drm-current-kmod
Reviewed by: zeising (x11)
Approved by: zeising (x11)
Differential Revision: https://reviews.freebsd.org/D18328
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ 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. +20181209: + AFFECTS: users of DRM ports other than graphics/drm-kmod + AUTHOR: jmd@FreeBSD.org + + In order to facilitate future porting efforts and help in supporting multiple + FreeBSD versions, the DRM ports other than drm-kmod (graphics/drm-stable-kmod, + graphics/drm-next-kmod, graphics/drm-devel-kmod) have been renamed to + include the FreeBSD version they are designed for. + + drm-stable-kmod is drm-fbsd11.2-kmod + drm-next-kmod is drm-fbsd12.0-kmod + drm-devel-kmod is drm-current-kmod + 20181209 AFFECTS: users of devel/geany and devel/geany-plugins AUTHOR: madpilot@FreeBSD.org |