git: 323a1e058415 - main - x11-wm/i3-gaps: Deprecate and set expiration date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jan 2023 21:23:52 UTC
The branch main has been updated by dmgk:
URL: https://cgit.FreeBSD.org/ports/commit/?id=323a1e0584155d0e92084d92595216e799417706
commit 323a1e0584155d0e92084d92595216e799417706
Author: Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2023-01-17 21:18:40 +0000
Commit: Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2023-01-17 21:23:38 +0000
x11-wm/i3-gaps: Deprecate and set expiration date
Upstream has been merged with i3, all i3-gaps features are now available
in i3 4.22.
---
x11-wm/i3-gaps/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/x11-wm/i3-gaps/Makefile b/x11-wm/i3-gaps/Makefile
index 4f70a325fc70..ce4f659876d6 100644
--- a/x11-wm/i3-gaps/Makefile
+++ b/x11-wm/i3-gaps/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/Airblader/i3
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream merged with i3, please switch to x11-wm/i3
+EXPIRATION_DATE=2023-03-31
+
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libcairo.so:graphics/cairo \
libev.so:devel/libev \