mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/zerotier: set as unmaintained for #4746
This commit is contained in:
parent
77424cdf9f
commit
5032208e80
4 changed files with 4 additions and 4 deletions
1
Makefile
1
Makefile
|
|
@ -43,6 +43,7 @@ all:
|
||||||
list:
|
list:
|
||||||
.for PLUGIN_DIR in ${PLUGIN_DIRS}
|
.for PLUGIN_DIR in ${PLUGIN_DIRS}
|
||||||
@echo ${PLUGIN_DIR} -- $$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_COMMENT) \
|
@echo ${PLUGIN_DIR} -- $$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_COMMENT) \
|
||||||
|
$$(if [ "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_MAINTAINER)" = "N/A" ]; then echo "(not maintained)"; fi) \
|
||||||
$$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_DEVEL _PLUGIN_DEVEL=)" ]; then echo "(development only)"; fi) \
|
$$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_DEVEL _PLUGIN_DEVEL=)" ]; then echo "(development only)"; fi) \
|
||||||
$$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_OBSOLETE)" ]; then echo "(pending removal)"; fi)
|
$$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_OBSOLETE)" ]; then echo "(pending removal)"; fi)
|
||||||
.endfor
|
.endfor
|
||||||
|
|
|
||||||
|
|
@ -43,12 +43,12 @@ PLUGIN_SCRIPTS= +PRE_INSTALL +POST_INSTALL \
|
||||||
+PRE_DEINSTALL +POST_DEINSTALL
|
+PRE_DEINSTALL +POST_DEINSTALL
|
||||||
|
|
||||||
PLUGIN_WWW?= https://opnsense.org/
|
PLUGIN_WWW?= https://opnsense.org/
|
||||||
|
PLUGIN_MAINTAINER?= N/A
|
||||||
PLUGIN_LICENSE?= BSD2CLAUSE
|
PLUGIN_LICENSE?= BSD2CLAUSE
|
||||||
PLUGIN_TIER?= 3
|
PLUGIN_TIER?= 3
|
||||||
PLUGIN_REVISION?= 0
|
PLUGIN_REVISION?= 0
|
||||||
|
|
||||||
PLUGIN_REQUIRES= PLUGIN_NAME PLUGIN_VERSION PLUGIN_COMMENT \
|
PLUGIN_REQUIRES= PLUGIN_NAME PLUGIN_VERSION PLUGIN_COMMENT
|
||||||
PLUGIN_MAINTAINER
|
|
||||||
|
|
||||||
.include "common.mk"
|
.include "common.mk"
|
||||||
.include "git.mk"
|
.include "git.mk"
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ net/udpbroadcastrelay -- Control udpbroadcastrelay processes
|
||||||
net/upnp -- UPnP IGD & PCP/NAT-PMP Service
|
net/upnp -- UPnP IGD & PCP/NAT-PMP Service
|
||||||
net/vnstat -- Network traffic monitor
|
net/vnstat -- Network traffic monitor
|
||||||
net/wol -- Wake on LAN Service
|
net/wol -- Wake on LAN Service
|
||||||
net/zerotier -- Virtual Networks That Just Work
|
net/zerotier -- Virtual Networks That Just Work (not maintained)
|
||||||
net-mgmt/collectd -- Collect system and application performance metrics periodically
|
net-mgmt/collectd -- Collect system and application performance metrics periodically
|
||||||
net-mgmt/lldpd -- LLDP allows you to know exactly on which port is a server
|
net-mgmt/lldpd -- LLDP allows you to know exactly on which port is a server
|
||||||
net-mgmt/net-snmp -- Net-SNMP is a daemon for the SNMP protocol
|
net-mgmt/net-snmp -- Net-SNMP is a daemon for the SNMP protocol
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,5 @@ PLUGIN_VERSION= 1.3.2
|
||||||
PLUGIN_REVISION= 6
|
PLUGIN_REVISION= 6
|
||||||
PLUGIN_COMMENT= Virtual Networks That Just Work
|
PLUGIN_COMMENT= Virtual Networks That Just Work
|
||||||
PLUGIN_DEPENDS= zerotier
|
PLUGIN_DEPENDS= zerotier
|
||||||
PLUGIN_MAINTAINER= dharrigan@gmail.com
|
|
||||||
|
|
||||||
.include "../../Mk/plugins.mk"
|
.include "../../Mk/plugins.mk"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue