git: 131a168c9a20 - main - x11/swayr: unbreak system-wide config after 28f0fc0687d1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 May 2022 00:58:32 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=131a168c9a20a3f62e6cb9a8cc62094a5892bfac
commit 131a168c9a20a3f62e6cb9a8cc62094a5892bfac
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-05-08 00:57:30 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-05-08 00:58:27 +0000
x11/swayr: unbreak system-wide config after 28f0fc0687d1
---
x11/swayr/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile
index 3abfa2beda50..1b798908fc1d 100644
--- a/x11/swayr/Makefile
+++ b/x11/swayr/Makefile
@@ -1,7 +1,7 @@
PORTNAME= swayr
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.17.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= https://git.sr.ht/~tsdh/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
# XXX Teach USES=cargo to not override default DISTFILES
@@ -107,6 +107,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \
-e 's,/etc,${PREFIX}&,' \
${WRKSRC}/src/config.rs \
+ ${WRKSRC}/src/shared/cfg.rs \
${WRKSRC}/src/util.rs
.include <bsd.port.mk>