Date: Wed, 14 Dec 2022 12:32:11 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f7f8fb747678 - main - x11/darkman: move to accessibility/ category Message-ID: <202212141232.2BECWBbS018694@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7f8fb74767891ed7930317b64a4b3abc2446951 commit f7f8fb74767891ed7930317b64a4b3abc2446951 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-14 12:02:32 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-14 12:04:27 +0000 x11/darkman: move to accessibility/ category --- MOVED | 1 + accessibility/Makefile | 1 + {x11 => accessibility}/darkman/Makefile | 2 +- {x11 => accessibility}/darkman/distinfo | 0 {x11 => accessibility}/darkman/files/patch-boottimer_boottimer.go | 0 {x11 => accessibility}/darkman/pkg-descr | 0 x11/Makefile | 1 - 7 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MOVED b/MOVED index 68e7b5e9d219..bc62e5891aff 100644 --- a/MOVED +++ b/MOVED @@ -17639,3 +17639,4 @@ sysutils/cfengine317||2022-12-10|Has expired: Expire one year after cfengine 3.1 sysutils/cfengine-masterfiles317||2022-12-10|Has expired: Expire one year after cfengine-masterfiles 3.19.0 released www/ilias|www/ilias|2022-12-11|Flavorized for php net-mgmt/icingaweb2-module-ipl|net-mgmt/icinga-php-library|2022-12-13|Renamed by project +x11/darkman|accessibility/darkman|2022-12-14|Moved to a better category diff --git a/accessibility/Makefile b/accessibility/Makefile index c689db08738a..8b13f074ca5a 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -6,6 +6,7 @@ SUBDIR += atk SUBDIR += atkmm SUBDIR += caribou + SUBDIR += darkman SUBDIR += eflite SUBDIR += feedbackd SUBDIR += gammy diff --git a/x11/darkman/Makefile b/accessibility/darkman/Makefile similarity index 98% rename from x11/darkman/Makefile rename to accessibility/darkman/Makefile index 1f14761366d1..e10a6782d253 100644 --- a/x11/darkman/Makefile +++ b/accessibility/darkman/Makefile @@ -1,7 +1,7 @@ PORTNAME= darkman DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -CATEGORIES= x11 wayland +CATEGORIES= accessibility wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Framework for dark-mode and light-mode transitions diff --git a/x11/darkman/distinfo b/accessibility/darkman/distinfo similarity index 100% rename from x11/darkman/distinfo rename to accessibility/darkman/distinfo diff --git a/x11/darkman/files/patch-boottimer_boottimer.go b/accessibility/darkman/files/patch-boottimer_boottimer.go similarity index 100% rename from x11/darkman/files/patch-boottimer_boottimer.go rename to accessibility/darkman/files/patch-boottimer_boottimer.go diff --git a/x11/darkman/pkg-descr b/accessibility/darkman/pkg-descr similarity index 100% rename from x11/darkman/pkg-descr rename to accessibility/darkman/pkg-descr diff --git a/x11/Makefile b/x11/Makefile index 7316e74f68aa..7bed8e4f543d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -45,7 +45,6 @@ SUBDIR += controllermap SUBDIR += cool-retro-term SUBDIR += coreterminal - SUBDIR += darkman SUBDIR += deforaos-desktop SUBDIR += deforaos-keyboard SUBDIR += deforaos-libdesktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212141232.2BECWBbS018694>