svn commit: r390802 - head/www/varnish-nagios
Mark Felder
feld at FreeBSD.org
Sun Jun 28 17:34:32 UTC 2015
Author: feld
Date: Sun Jun 28 17:34:31 2015
New Revision: 390802
URL: https://svnweb.freebsd.org/changeset/ports/390802
Log:
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.
Modified:
head/www/varnish-nagios/Makefile
head/www/varnish-nagios/distinfo
Modified: head/www/varnish-nagios/Makefile
==============================================================================
--- head/www/varnish-nagios/Makefile Sun Jun 28 17:19:09 2015 (r390801)
+++ head/www/varnish-nagios/Makefile Sun Jun 28 17:34:31 2015 (r390802)
@@ -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 at 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
Modified: head/www/varnish-nagios/distinfo
==============================================================================
--- head/www/varnish-nagios/distinfo Sun Jun 28 17:19:09 2015 (r390801)
+++ head/www/varnish-nagios/distinfo Sun Jun 28 17:34:31 2015 (r390802)
@@ -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
More information about the svn-ports-all
mailing list