git: a97fdd8b4672 - main - x11-wm/i3-gaps: Remove expired port:

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 31 Mar 2023 00:02:01 UTC
The branch main has been updated by bofh:

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

commit a97fdd8b4672ef4b12dfefa88d1f7a59ab89ea32
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 15:25:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:44 +0000

    x11-wm/i3-gaps: Remove expired port:
    
    2023-03-31 x11-wm/i3-gaps: Upstream merged with i3, please switch to x11-wm/i3
---
 MOVED                    |  1 +
 x11-wm/Makefile          |  1 -
 x11-wm/i3-gaps/Makefile  | 61 ---------------------------------------------
 x11-wm/i3-gaps/distinfo  |  3 ---
 x11-wm/i3-gaps/pkg-descr |  3 ---
 x11-wm/i3-gaps/pkg-plist | 65 ------------------------------------------------
 6 files changed, 1 insertion(+), 133 deletions(-)

diff --git a/MOVED b/MOVED
index 7bf8cc946241..1970c06e0e65 100644
--- a/MOVED
+++ b/MOVED
@@ -17868,3 +17868,4 @@ security/openvpn25|security/openvpn|2023-03-31|Has expired: replaced by new upst
 security/portsentry||2023-03-31|Has expired: Abandoned, upstream is dead and last release was back in 2003
 sysutils/relaxconf||2023-03-31|Has expired: Abandonware, last release of RelaxBSD was back in 2006
 textproc/artha||2023-03-31|Has expired: Abandonware, last release in 2012
+x11-wm/i3-gaps||2023-03-31|Has expired: Upstream merged with i3, please switch to x11-wm/i3
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index d7575e5f822e..36a85272a33d 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -48,7 +48,6 @@
     SUBDIR += hs-xmonad
     SUBDIR += hyprland
     SUBDIR += i3
-    SUBDIR += i3-gaps
     SUBDIR += icewm
     SUBDIR += ittywm
     SUBDIR += jewel
diff --git a/x11-wm/i3-gaps/Makefile b/x11-wm/i3-gaps/Makefile
deleted file mode 100644
index ce4f659876d6..000000000000
--- a/x11-wm/i3-gaps/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-PORTNAME=	i3
-DISTVERSION=	4.21.1
-CATEGORIES=	x11-wm
-PKGNAMESUFFIX=	-gaps
-
-MAINTAINER=	dmgk@FreeBSD.org
-COMMENT=	Fork of i3 tiling window manager with more features, including gaps
-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 \
-		libpangocairo-1.0.so:x11-toolkits/pango \
-		libpcre2-8.so:devel/pcre2 \
-		libstartup-notification-1.so:x11/startup-notification \
-		libxcb-cursor.so:x11/xcb-util-cursor \
-		libxcb-icccm.so:x11/xcb-util-wm \
-		libxcb-keysyms.so:x11/xcb-util-keysyms \
-		libxcb-util.so:x11/xcb-util \
-		libxcb-xrm.so:x11/xcb-util-xrm \
-		libxkbcommon.so:x11/libxkbcommon \
-		libyajl.so:devel/yajl
-RUN_DEPENDS=	p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3 \
-		p5-IPC-Run>=0:devel/p5-IPC-Run \
-		p5-JSON-XS>=0:converters/p5-JSON-XS \
-		p5-Try-Tiny>=0:lang/p5-Try-Tiny
-
-USES=		compiler:c11 gettext-runtime gnome iconv localbase:ldflags \
-		meson perl5 pkgconfig xorg
-USE_GITHUB=	yes
-GH_ACCOUNT=	Airblader
-USE_GNOME=	glib20
-USE_XORG=	xcb
-
-MAKE_JOBS_UNSAFE=	yes
-
-CONFLICTS_INSTALL=	i3
-
-OPTIONS_DEFINE=		DOCS MANPAGES
-OPTIONS_DEFAULT=	MANPAGES
-OPTIONS_SUB=		yes
-
-DOCS_BUILD_DEPENDS=	asciidoc:textproc/asciidoc
-DOCS_MESON_TRUE=	docs
-
-MANPAGES_BUILD_DEPENDS=	asciidoc:textproc/asciidoc \
-			xmlto:textproc/xmlto
-MANPAGES_MESON_TRUE=	mans
-
-post-patch:
-	@${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' -e 's,/etc,${PREFIX}&,g' \
-		${WRKSRC}/man/i3-config-wizard.man \
-		${WRKSRC}/man/i3.man
-
-.include <bsd.port.mk>
diff --git a/x11-wm/i3-gaps/distinfo b/x11-wm/i3-gaps/distinfo
deleted file mode 100644
index 2dc580440fc2..000000000000
--- a/x11-wm/i3-gaps/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1667477424
-SHA256 (Airblader-i3-4.21.1_GH0.tar.gz) = 83f9b375c70f015611216cfa56956945c5b731c9943c53f4e3d6dee305de54f6
-SIZE (Airblader-i3-4.21.1_GH0.tar.gz) = 4214689
diff --git a/x11-wm/i3-gaps/pkg-descr b/x11-wm/i3-gaps/pkg-descr
deleted file mode 100644
index 96739baf3d78..000000000000
--- a/x11-wm/i3-gaps/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-i3-gaps is a fork of i3, a tiling window manager. It includes a few
-additional features such as gaps, smart borders and setting a background and
-border color for the individual blocks in i3bar.
diff --git a/x11-wm/i3-gaps/pkg-plist b/x11-wm/i3-gaps/pkg-plist
deleted file mode 100644
index 2dc5ebd5448b..000000000000
--- a/x11-wm/i3-gaps/pkg-plist
+++ /dev/null
@@ -1,65 +0,0 @@
-bin/i3
-bin/i3-config-wizard
-bin/i3-dmenu-desktop
-bin/i3-dump-log
-bin/i3-input
-bin/i3-migrate-config-to-v4
-bin/i3-msg
-bin/i3-nagbar
-bin/i3-save-tree
-bin/i3-sensible-editor
-bin/i3-sensible-pager
-bin/i3-sensible-terminal
-bin/i3-with-shmlog
-bin/i3bar
-%%ETCDIR%%/config
-%%ETCDIR%%/config.keycodes
-%%MANPAGES%%man/man1/i3-config-wizard.1.gz
-%%MANPAGES%%man/man1/i3-dmenu-desktop.1.gz
-%%MANPAGES%%man/man1/i3-dump-log.1.gz
-%%MANPAGES%%man/man1/i3-input.1.gz
-%%MANPAGES%%man/man1/i3-migrate-config-to-v4.1.gz
-%%MANPAGES%%man/man1/i3-msg.1.gz
-%%MANPAGES%%man/man1/i3-nagbar.1.gz
-%%MANPAGES%%man/man1/i3-save-tree.1.gz
-%%MANPAGES%%man/man1/i3-sensible-editor.1.gz
-%%MANPAGES%%man/man1/i3-sensible-pager.1.gz
-%%MANPAGES%%man/man1/i3-sensible-terminal.1.gz
-%%MANPAGES%%man/man1/i3.1.gz
-%%MANPAGES%%man/man1/i3bar.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/bigpicture.png
-%%PORTDOCS%%%%DOCSDIR%%/debugging.html
-%%PORTDOCS%%%%DOCSDIR%%/hacking-howto.html
-%%PORTDOCS%%%%DOCSDIR%%/i3-sync-working.png
-%%PORTDOCS%%%%DOCSDIR%%/i3-sync.png
-%%PORTDOCS%%%%DOCSDIR%%/i3bar-protocol.html
-%%PORTDOCS%%%%DOCSDIR%%/ipc.html
-%%PORTDOCS%%%%DOCSDIR%%/keyboard-layer1.png
-%%PORTDOCS%%%%DOCSDIR%%/keyboard-layer2.png
-%%PORTDOCS%%%%DOCSDIR%%/layout-saving-1.png
-%%PORTDOCS%%%%DOCSDIR%%/layout-saving.html
-%%PORTDOCS%%%%DOCSDIR%%/lib-i3test-test.html
-%%PORTDOCS%%%%DOCSDIR%%/lib-i3test.html
-%%PORTDOCS%%%%DOCSDIR%%/logo-30.png
-%%PORTDOCS%%%%DOCSDIR%%/modes.png
-%%PORTDOCS%%%%DOCSDIR%%/multi-monitor.html
-%%PORTDOCS%%%%DOCSDIR%%/refcard.html
-%%PORTDOCS%%%%DOCSDIR%%/refcard_style.css
-%%PORTDOCS%%%%DOCSDIR%%/single_terminal.png
-%%PORTDOCS%%%%DOCSDIR%%/snapping.png
-%%PORTDOCS%%%%DOCSDIR%%/testsuite.html
-%%PORTDOCS%%%%DOCSDIR%%/tree-layout1.png
-%%PORTDOCS%%%%DOCSDIR%%/tree-layout2.png
-%%PORTDOCS%%%%DOCSDIR%%/tree-shot1.png
-%%PORTDOCS%%%%DOCSDIR%%/tree-shot2.png
-%%PORTDOCS%%%%DOCSDIR%%/tree-shot3.png
-%%PORTDOCS%%%%DOCSDIR%%/tree-shot4.png
-%%PORTDOCS%%%%DOCSDIR%%/two_columns.png
-%%PORTDOCS%%%%DOCSDIR%%/two_terminals.png
-%%PORTDOCS%%%%DOCSDIR%%/userguide.html
-%%PORTDOCS%%%%DOCSDIR%%/wsbar.html
-%%PORTDOCS%%%%DOCSDIR%%/wsbar.png
-include/i3/ipc.h
-share/applications/i3.desktop
-share/xsessions/i3-with-shmlog.desktop
-share/xsessions/i3.desktop