From e3bf36a2ec14b42a7d40b0151b396e061224a759 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 4 Dec 2025 09:19:37 +0100 Subject: [PATCH] plugins: remove a few of my historic maintainerships These plugins have had maintainership attached due to the fact that they became plugins at one point in time. Since we can now annotate this better, do it. --- net/igmp-proxy/Makefile | 1 - net/wol/Makefile | 1 - sysutils/smart/Makefile | 1 - www/squid/Makefile | 1 - 4 files changed, 4 deletions(-) diff --git a/net/igmp-proxy/Makefile b/net/igmp-proxy/Makefile index 71575b131..036669b4f 100644 --- a/net/igmp-proxy/Makefile +++ b/net/igmp-proxy/Makefile @@ -3,6 +3,5 @@ PLUGIN_VERSION= 1.5 PLUGIN_REVISION= 6 PLUGIN_DEPENDS= igmpproxy PLUGIN_COMMENT= IGMP-Proxy Service -PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk" diff --git a/net/wol/Makefile b/net/wol/Makefile index 19e6aa94d..90f4508aa 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -3,6 +3,5 @@ PLUGIN_VERSION= 2.5 PLUGIN_REVISION= 3 PLUGIN_DEPENDS= wol PLUGIN_COMMENT= Wake on LAN Service -PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk" diff --git a/sysutils/smart/Makefile b/sysutils/smart/Makefile index 132bbe4b3..d09cf5233 100644 --- a/sysutils/smart/Makefile +++ b/sysutils/smart/Makefile @@ -2,6 +2,5 @@ PLUGIN_NAME= smart PLUGIN_VERSION= 2.4 PLUGIN_COMMENT= SMART tools PLUGIN_DEPENDS= smartmontools -PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk" diff --git a/www/squid/Makefile b/www/squid/Makefile index 0678e6fd2..def32ee4f 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -2,6 +2,5 @@ PLUGIN_NAME= squid PLUGIN_VERSION= 1.4 PLUGIN_COMMENT= Squid is a caching proxy for the web PLUGIN_DEPENDS= squid squid-langpack -PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"