Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2023 17:08:12 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: bda3ec70c2db - main - x11/xdg-desktop-portal-wlr: clarify future minor FreeBSD version
Message-ID:  <202308281708.37SH8CCQ029412@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=bda3ec70c2dbff1acb6a900df766d9d492266030

commit bda3ec70c2dbff1acb6a900df766d9d492266030
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-08-28 17:07:40 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-08-28 17:07:40 +0000

    x11/xdg-desktop-portal-wlr: clarify future minor FreeBSD version
---
 x11/xdg-desktop-portal-hyprland/Makefile | 2 +-
 x11/xdg-desktop-portal-wlr/Makefile      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile
index 4e83afbe7da4..6032e95f7e6a 100644
--- a/x11/xdg-desktop-portal-hyprland/Makefile
+++ b/x11/xdg-desktop-portal-hyprland/Makefile
@@ -38,7 +38,7 @@ PLIST_FILES=	libexec/${PORTNAME} \
 		share/dbus-1/services/org.freedesktop.impl.portal.desktop.hyprland.service \
 		share/xdg-desktop-portal/portals/hyprland.portal
 
-# XXX Drop after FreeBSD 13.* EOL around 2026-01-31
+# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31
 # https://cgit.freebsd.org/src/commit/?id=af93fea71038
 .if !exists(/usr/include/sys/timerfd.h)
 LIB_DEPENDS+=	libepoll-shim.so:devel/libepoll-shim
diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile
index e345b3c56c55..b04c0496e766 100644
--- a/x11/xdg-desktop-portal-wlr/Makefile
+++ b/x11/xdg-desktop-portal-wlr/Makefile
@@ -31,7 +31,7 @@ PLIST_FILES=	libexec/${PORTNAME} \
 		share/dbus-1/services/org.freedesktop.impl.portal.desktop.wlr.service \
 		share/xdg-desktop-portal/portals/wlr.portal
 
-# XXX Drop after FreeBSD 13.* EOL around 2026-01-31
+# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31
 # https://cgit.freebsd.org/src/commit/?id=af93fea71038
 .if !exists(/usr/include/sys/timerfd.h)
 LIB_DEPENDS+=	libepoll-shim.so:devel/libepoll-shim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308281708.37SH8CCQ029412>