From 7cd45894e266427fcddb25f9af30477d8de1a69f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 2 Jul 2025 14:32:57 +0200 Subject: [PATCH] www: bring os-squid and os-OPNProxy to tier 3 --- www/OPNProxy/Makefile | 1 - www/squid/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/www/OPNProxy/Makefile b/www/OPNProxy/Makefile index 20aa92ff1..9d4a76545 100644 --- a/www/OPNProxy/Makefile +++ b/www/OPNProxy/Makefile @@ -6,6 +6,5 @@ PLUGIN_DEPENDS= os-redis${PLUGIN_PKGSUFFIX} \ os-squid${PLUGIN_PKGSUFFIX} \ py${PLUGIN_PYTHON}-redis PLUGIN_MAINTAINER= ad@opnsense.org -PLUGIN_TIER= 2 .include "../../Mk/plugins.mk" diff --git a/www/squid/Makefile b/www/squid/Makefile index 68c864957..135f7c864 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -3,7 +3,6 @@ PLUGIN_VERSION= 1.2 PLUGIN_REVISION= 2 PLUGIN_COMMENT= Squid is a caching proxy for the web PLUGIN_DEPENDS= squid squid-langpack -PLUGIN_TIER= 2 PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"