diff options
author | feld <feld@FreeBSD.org> | 2015-06-29 01:34:31 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-06-29 01:34:31 +0800 |
commit | 0aa5dfa70983119f354699fa1ca2b95aeb9e7762 (patch) | |
tree | a5679132674d89389d1e61ed6307834672887c56 /www/varnish-nagios | |
parent | 9c9db8917a5e8a4a3cd9cdd0d373cda516a3282f (diff) | |
download | freebsd-ports-gnome-0aa5dfa70983119f354699fa1ca2b95aeb9e7762.tar.gz freebsd-ports-gnome-0aa5dfa70983119f354699fa1ca2b95aeb9e7762.tar.zst freebsd-ports-gnome-0aa5dfa70983119f354699fa1ca2b95aeb9e7762.zip |
Update and depend on www/varnish4
Varnish 3.x is EOL
There have been no official updates/tarballs released since version 1.1.
There were changes in the github repository to support Varnish 4 which
is where this update is sourced from. The commit date is appended to the
version number. It is the most recent commit published.
Diffstat (limited to 'www/varnish-nagios')
-rw-r--r-- | www/varnish-nagios/Makefile | 14 | ||||
-rw-r--r-- | www/varnish-nagios/distinfo | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/www/varnish-nagios/Makefile b/www/varnish-nagios/Makefile index 20a2893767bb..17c3009215bc 100644 --- a/www/varnish-nagios/Makefile +++ b/www/varnish-nagios/Makefile @@ -2,21 +2,25 @@ # $FreeBSD$ PORTNAME= varnish-nagios -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.20140519 +PORTREVISION= 0 CATEGORIES= www -MASTER_SITES= http://repo.varnish-cache.org/source/ MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check status of Varnish -BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish +BUILD_DEPENDS= varnish4>=0:${PORTSDIR}/www/varnish4 LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes +CFLAGS+= -lm -USES= pkgconfig +USES= autoreconf libtool pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= varnish +GH_TAGNAME= 022fbf9 PLIST_FILES= libexec/nagios/check_varnish diff --git a/www/varnish-nagios/distinfo b/www/varnish-nagios/distinfo index 5a1d6ec5173c..2b7c08212707 100644 --- a/www/varnish-nagios/distinfo +++ b/www/varnish-nagios/distinfo @@ -1,2 +1,2 @@ -SHA256 (varnish-nagios-1.1.tar.gz) = 5a517b490edeb1a1362e53d0320eda42fb2360ee0261e6277b1df7c2c819871d -SIZE (varnish-nagios-1.1.tar.gz) = 297915 +SHA256 (varnish-varnish-nagios-1.1.20140519-022fbf9_GH0.tar.gz) = b4545fa4445b62bce85d0d7ad43664dc07e6303f83fb5a7d2c71092116ee09bd +SIZE (varnish-varnish-nagios-1.1.20140519-022fbf9_GH0.tar.gz) = 5397 |