diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-12-26 00:24:01 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-12-26 00:24:01 +0000 |
commit | 6c291a7f926626a9f5ae7b484245eb0f668b6286 (patch) | |
tree | 1204c1c632f246b8047eedccbefedc08f3a7f315 | |
parent | 2ed21bec6c91142d45601b33884e718161fd279a (diff) | |
download | freebsd-ports-6c291a7f926626a9f5ae7b484245eb0f668b6286.zip |
sysutils/basu: move to devel/ where dbus is
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/basu/Makefile (renamed from sysutils/basu/Makefile) | 2 | ||||
-rw-r--r-- | devel/basu/distinfo (renamed from sysutils/basu/distinfo) | 0 | ||||
-rw-r--r-- | devel/basu/pkg-descr (renamed from sysutils/basu/pkg-descr) | 0 | ||||
-rw-r--r-- | devel/basu/pkg-plist (renamed from sysutils/basu/pkg-plist) | 0 | ||||
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/sway/Makefile | 2 | ||||
-rw-r--r-- | x11/mako/Makefile | 6 | ||||
-rw-r--r-- | x11/swayidle/Makefile | 2 | ||||
-rw-r--r-- | x11/xdg-desktop-portal-wlr/Makefile | 6 |
11 files changed, 11 insertions, 10 deletions
@@ -15802,3 +15802,4 @@ devel/vulkan-tools|graphics/vulkan-tools|2020-12-23|Moved to a better category, devel/vulkan-vulkan-validation-layers|graphics/vulkan-vulkan-validation-layers|2020-12-23|Moved to a better category, aligning with vulkan-loader devel/glslang|graphics/glslang|2020-12-23|Moved to a better category, aligning with shaderc devel/spirv-tools|graphics/spirv-tools|2020-12-25|Moved to a better category, aligning with glslang and shaderc +sysutils/basu|devel/basu|2020-12-25|Moved to a better category, aligning with dbus diff --git a/devel/Makefile b/devel/Makefile index 392fc63b82b9..037b11ba5d4a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -214,6 +214,7 @@ SUBDIR += babeltrace SUBDIR += bam SUBDIR += bashdb + SUBDIR += basu SUBDIR += bats-core SUBDIR += bazel SUBDIR += bazel-buildtools diff --git a/sysutils/basu/Makefile b/devel/basu/Makefile index 61709b97cc11..805b8fa0228f 100644 --- a/sysutils/basu/Makefile +++ b/devel/basu/Makefile @@ -4,7 +4,7 @@ PORTNAME= basu DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-40 DISTVERSIONSUFFIX= -g5263cc0 -CATEGORIES= sysutils +CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org COMMENT= sd-bus library, extracted from systemd diff --git a/sysutils/basu/distinfo b/devel/basu/distinfo index 9aea8c0748a1..9aea8c0748a1 100644 --- a/sysutils/basu/distinfo +++ b/devel/basu/distinfo diff --git a/sysutils/basu/pkg-descr b/devel/basu/pkg-descr index c774b9699df4..c774b9699df4 100644 --- a/sysutils/basu/pkg-descr +++ b/devel/basu/pkg-descr diff --git a/sysutils/basu/pkg-plist b/devel/basu/pkg-plist index 62462a16bf21..62462a16bf21 100644 --- a/sysutils/basu/pkg-plist +++ b/devel/basu/pkg-plist diff --git a/sysutils/Makefile b/sysutils/Makefile index eb61ce0d28d9..a81b6ec01251 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -101,7 +101,6 @@ SUBDIR += barrier SUBDIR += bashtop SUBDIR += bastille - SUBDIR += basu SUBDIR += batmon SUBDIR += battmond SUBDIR += battray diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index 36b5d028285f..e9464cecf85b 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -44,7 +44,7 @@ OPTIONS_DEFAULT=BASU MANPAGES PIXBUF SUID X11 OPTIONS_SUB= yes BASU_DESC= Tray in swaybar via basu -BASU_LIB_DEPENDS= libbasu.so:sysutils/basu +BASU_LIB_DEPENDS= libbasu.so:devel/basu BASU_MESON_ENABLED= tray MANPAGES_BUILD_DEPENDS= scdoc>=1.9.2:textproc/scdoc diff --git a/x11/mako/Makefile b/x11/mako/Makefile index ea97177a98ba..f32068cfaa09 100644 --- a/x11/mako/Makefile +++ b/x11/mako/Makefile @@ -19,9 +19,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols -LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ - libwayland-client.so:graphics/wayland \ - libbasu.so:sysutils/basu +LIB_DEPENDS= libbasu.so:devel/basu \ + libepoll-shim.so:devel/libepoll-shim \ + libwayland-client.so:graphics/wayland USES= compiler:c11 gnome meson pkgconfig USE_GITHUB= yes diff --git a/x11/swayidle/Makefile b/x11/swayidle/Makefile index 07adffcd3ba6..955c47c0d364 100644 --- a/x11/swayidle/Makefile +++ b/x11/swayidle/Makefile @@ -31,7 +31,7 @@ OPTIONS_DEFINE= BASU MANPAGES OPTIONS_DEFAULT=BASU MANPAGES BASU_DESC= Login manager support via basu -BASU_LIB_DEPENDS= libbasu.so:sysutils/basu +BASU_LIB_DEPENDS= libbasu.so:devel/basu BASU_MESON_ENABLED= logind MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index b3368581e429..04b8639faa42 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -17,9 +17,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols -LIB_DEPENDS= libwayland-client.so:graphics/wayland \ - libpipewire-0.3.so:multimedia/pipewire \ - libbasu.so:sysutils/basu +LIB_DEPENDS= libbasu.so:devel/basu \ + libwayland-client.so:graphics/wayland \ + libpipewire-0.3.so:multimedia/pipewire USES= compiler:c11 meson pkgconfig USE_GITHUB= yes |