Date: Tue, 2 Jun 2015 12:38:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388342 - head/www/varnish-nagios Message-ID: <201506021238.t52CcjrF089847@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 2 12:38:44 2015 New Revision: 388342 URL: https://svnweb.freebsd.org/changeset/ports/388342 Log: - Fix binary installation, strip properly - Update MASTER_SITES - Add WWW: Modified: head/www/varnish-nagios/Makefile head/www/varnish-nagios/pkg-descr Modified: head/www/varnish-nagios/Makefile ============================================================================== --- head/www/varnish-nagios/Makefile Tue Jun 2 12:38:43 2015 (r388341) +++ head/www/varnish-nagios/Makefile Tue Jun 2 12:38:44 2015 (r388342) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= varnish-nagios -DISTVERSION= 1.1 +PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://repo.varnish-cache.org/source/ \ - http://anders.fupp.net/distfiles/ +MASTER_SITES= http://repo.varnish-cache.org/source/ MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check status of Varnish @@ -22,6 +22,6 @@ PLIST_FILES= libexec/nagios/check_varnis do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios - ${INSTALL_SCRIPT} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios + ${INSTALL_PROGRAM} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios .include <bsd.port.mk> Modified: head/www/varnish-nagios/pkg-descr ============================================================================== --- head/www/varnish-nagios/pkg-descr Tue Jun 2 12:38:43 2015 (r388341) +++ head/www/varnish-nagios/pkg-descr Tue Jun 2 12:38:44 2015 (r388342) @@ -1 +1,3 @@ Nagios plugin to monitor Varnish. + +https://www.varnish-cache.org/utility/nagios-varnish-plugin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021238.t52CcjrF089847>