git: 46de20d9e039 - main - x11-wm/hyprland: unbreak plugin API after 474e59a13f28

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 21 Nov 2023 17:30:14 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46de20d9e039ad2aacc3ee6d1434b9c2d604fb83

commit 46de20d9e039ad2aacc3ee6d1434b9c2d604fb83
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-11-21 17:29:23 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-11-21 17:29:57 +0000

    x11-wm/hyprland: unbreak plugin API after 474e59a13f28
    
    This reverts commit a3b163bbc01771bf755f4f4a1420f2ae68d2990f.
---
 x11-wm/hyprland/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 177556ca920c..1d3661038ca8 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.32.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-wm wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -89,10 +89,4 @@ bundled-libcxx:
 	@${DO_MAKE_BUILD:NDESTDIR*} install -C ${WRKDIR}/libcxx_build
 .endif
 .endif # exists(/usr/lib/libc++.so)
-
-post-patch:	wlroots-devel-patch
-wlroots-devel-patch:
-# Prefer <wlr/*> headers (used by <hyprland/*>) from wlroots-devel
-	@${REINPLACE_CMD} -i .devel "/subdirs/s|''|'../wlroots-devel/include', &|" \
-		${WRKSRC}/meson.build
 .include <bsd.port.mk>