Date: Wed, 16 Nov 2022 19:32:51 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d16353f0cc66 - main - x11-wm/hyprland-devel: drop -devel to track stable after 7b0aa0c16cf4 Message-ID: <202211161932.2AGJWpBj034752@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d16353f0cc66fcb3cd7f9c594ef252687d109b3a commit d16353f0cc66fcb3cd7f9c594ef252687d109b3a Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-16 19:21:26 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-16 19:31:16 +0000 x11-wm/hyprland-devel: drop -devel to track stable after 7b0aa0c16cf4 Staying on snapshots would likely require reverting wlroots 0.17 API changes in hyprland, reverting 260e0a7866d6 and reviving wlroots-devel or bundling wlroots. --- MOVED | 1 + x11-wm/Makefile | 2 +- x11-wm/{hyprland-devel => hyprland}/Makefile | 1 - x11-wm/{hyprland-devel => hyprland}/distinfo | 0 x11-wm/{hyprland-devel => hyprland}/files/patch-system-wlroots | 0 x11-wm/{hyprland-devel => hyprland}/pkg-descr | 0 x11-wm/{hyprland-devel => hyprland}/pkg-plist | 0 7 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MOVED b/MOVED index 060c89a61f26..44b6274ab681 100644 --- a/MOVED +++ b/MOVED @@ -17611,3 +17611,4 @@ multimedia/mpv034||2022-11-14|No longer needed devel/py-types-xxhash||2022-11-15|No longer needed, type annotations are now available in xxhash module devel/awscli|devel/py-awscli|2022-11-15|Renamed comply with Python Ports Policy and flavored graphics/sciplot|science/sciplot|2022-11-15|Move to avoid conflict with graphics/SciPlot +x11-wm/hyprland-devel|x11-wm/hyprland|2022-11-16|Updated to the latest stable version diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 1a7c263cb77b..1aa4834cfc04 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -45,7 +45,7 @@ SUBDIR += herbstluftwm SUBDIR += hikari SUBDIR += hs-xmonad - SUBDIR += hyprland-devel + SUBDIR += hyprland SUBDIR += i3 SUBDIR += i3-gaps SUBDIR += icewm diff --git a/x11-wm/hyprland-devel/Makefile b/x11-wm/hyprland/Makefile similarity index 98% rename from x11-wm/hyprland-devel/Makefile rename to x11-wm/hyprland/Makefile index 4f4ef7c98468..dcd4473be99f 100644 --- a/x11-wm/hyprland-devel/Makefile +++ b/x11-wm/hyprland/Makefile @@ -2,7 +2,6 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.18.0beta CATEGORIES= x11-wm wayland -PKGNAMESUFFIX= -devel MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #' diff --git a/x11-wm/hyprland-devel/distinfo b/x11-wm/hyprland/distinfo similarity index 100% rename from x11-wm/hyprland-devel/distinfo rename to x11-wm/hyprland/distinfo diff --git a/x11-wm/hyprland-devel/files/patch-system-wlroots b/x11-wm/hyprland/files/patch-system-wlroots similarity index 100% rename from x11-wm/hyprland-devel/files/patch-system-wlroots rename to x11-wm/hyprland/files/patch-system-wlroots diff --git a/x11-wm/hyprland-devel/pkg-descr b/x11-wm/hyprland/pkg-descr similarity index 100% rename from x11-wm/hyprland-devel/pkg-descr rename to x11-wm/hyprland/pkg-descr diff --git a/x11-wm/hyprland-devel/pkg-plist b/x11-wm/hyprland/pkg-plist similarity index 100% rename from x11-wm/hyprland-devel/pkg-plist rename to x11-wm/hyprland/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211161932.2AGJWpBj034752>