Date: Fri, 1 Jul 2022 08:24:40 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c098029658fd - main - havoc: move from x11 to deskutils Message-ID: <202207010824.2618OeKC028326@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=c098029658fd71f990d943e3734adaeda546ea85 commit c098029658fd71f990d943e3734adaeda546ea85 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-07-01 08:23:32 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-07-01 08:24:26 +0000 havoc: move from x11 to deskutils Terminals are actually desktop utilities and havoc in particular has nothing to do with x11 Approved by: manu (maintainer) --- MOVED | 1 + deskutils/Makefile | 1 + {x11 => deskutils}/havoc/Makefile | 2 +- {x11 => deskutils}/havoc/distinfo | 0 {x11 => deskutils}/havoc/files/patch-Makefile | 0 {x11 => deskutils}/havoc/files/patch-havoc.cfg | 0 {x11 => deskutils}/havoc/files/pkg-message.in | 0 {x11 => deskutils}/havoc/pkg-descr | 0 x11/Makefile | 1 - 9 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MOVED b/MOVED index a68a3796ff70..f55d8d09c1bb 100644 --- a/MOVED +++ b/MOVED @@ -17484,3 +17484,4 @@ x11/dmenu-wayland|deskutils/dmenu-wayland|2022-07-01|move desktop utility to its x11/i3lock|deskutils/i3lock|2022-07-01|move desktop utility to its right category x11/i3status|deskutils/i3status|2022-07-01|move desktop utility to its right category x11/xcbautolock|deskutils/xcbautolock|2022-07-01|move desktop utility to its right category +x11/havoc|deskutils/havoc|2022-07-01|move desktop utility to its right category diff --git a/deskutils/Makefile b/deskutils/Makefile index 8ff65e0c7d86..2965801f6c87 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -113,6 +113,7 @@ SUBDIR += gworkspace-gwmetadata SUBDIR += gxmessage SUBDIR += gxneur + SUBDIR += havoc SUBDIR += hebcal SUBDIR += helpviewer SUBDIR += horde-groupware diff --git a/x11/havoc/Makefile b/deskutils/havoc/Makefile similarity index 97% rename from x11/havoc/Makefile rename to deskutils/havoc/Makefile index 82ba56ab8f2c..a54319ac002e 100644 --- a/x11/havoc/Makefile +++ b/deskutils/havoc/Makefile @@ -2,7 +2,7 @@ PORTNAME= havoc PORTVERSION= 0.3.1 -CATEGORIES= x11 wayland +CATEGORIES= deskutils wayland PATCH_SITES= https://github.com/ii8/havoc/commit/ PATCH_DIST_STRIP= -p1 diff --git a/x11/havoc/distinfo b/deskutils/havoc/distinfo similarity index 100% rename from x11/havoc/distinfo rename to deskutils/havoc/distinfo diff --git a/x11/havoc/files/patch-Makefile b/deskutils/havoc/files/patch-Makefile similarity index 100% rename from x11/havoc/files/patch-Makefile rename to deskutils/havoc/files/patch-Makefile diff --git a/x11/havoc/files/patch-havoc.cfg b/deskutils/havoc/files/patch-havoc.cfg similarity index 100% rename from x11/havoc/files/patch-havoc.cfg rename to deskutils/havoc/files/patch-havoc.cfg diff --git a/x11/havoc/files/pkg-message.in b/deskutils/havoc/files/pkg-message.in similarity index 100% rename from x11/havoc/files/pkg-message.in rename to deskutils/havoc/files/pkg-message.in diff --git a/x11/havoc/pkg-descr b/deskutils/havoc/pkg-descr similarity index 100% rename from x11/havoc/pkg-descr rename to deskutils/havoc/pkg-descr diff --git a/x11/Makefile b/x11/Makefile index 3d5b01f822b6..7c4d08eaef0a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -104,7 +104,6 @@ SUBDIR += guake SUBDIR += gxkb SUBDIR += hamclock - SUBDIR += havoc SUBDIR += hhpc SUBDIR += hs-xmobar SUBDIR += hsetroot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207010824.2618OeKC028326>