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 @@ -1,33 +1,35 @@ PORTNAME= varnish-nagios PORTVERSION= 1.1.20151214 PORTREVISION= 2 CATEGORIES= www MAINTAINER= joneum@FreeBSD.org COMMENT= Nagios plugin to check status of Varnish 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 GNU_CONFIGURE= yes CFLAGS+= -lm USES= autoreconf libtool pkgconfig varnish USE_GITHUB= yes GH_ACCOUNT= varnish GH_TAGNAME= 258c486 PLIST_FILES= libexec/nagios/check_varnish SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios ${INSTALL_PROGRAM} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios .include