diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-22 09:47:47 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-22 09:54:21 +0000 |
commit | c8d3ad9e66e5b8c9dcfac20a86996505c1b4b699 (patch) | |
tree | 8ca493ad9e4dae693d47713063015eb0ac01012e | |
parent | 927cdacffb0986c7d59aadb1ba6cccd0c8d2e1d5 (diff) | |
download | ports-c8d3ad9e66e5b8c9dcfac20a86996505c1b4b699.tar.gz ports-c8d3ad9e66e5b8c9dcfac20a86996505c1b4b699.zip |
www/varnish-nagios: Deprecate and set expiration date to 2023-11-30
Marked BROKEN for months and depends on deprecated version of Varnish
-rw-r--r-- | www/varnish-nagios/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/varnish-nagios/Makefile b/www/varnish-nagios/Makefile index 729a167066e0..ae67f26a7e84 100644 --- a/www/varnish-nagios/Makefile +++ b/www/varnish-nagios/Makefile @@ -10,6 +10,8 @@ WWW= https://www.varnish-cache.org/utility/nagios-varnish-plugin LICENSE= BSD2CLAUSE BROKEN= fails to build +DEPRECATED= Marked BROKEN for months, also depends on deprecated version of Varnish +EXPIRATION_DATE=2023-11-30 RUN_DEPENDS= sudo:security/sudo |