Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2015 17:36:11 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390803 - head/www/varnish-nagios
Message-ID:  <201506281736.t5SHaBUH035666@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sun Jun 28 17:36:11 2015
New Revision: 390803
URL: https://svnweb.freebsd.org/changeset/ports/390803

Log:
  LICENSE was placed in the wrong section

Modified:
  head/www/varnish-nagios/Makefile

Modified: head/www/varnish-nagios/Makefile
==============================================================================
--- head/www/varnish-nagios/Makefile	Sun Jun 28 17:34:31 2015	(r390802)
+++ head/www/varnish-nagios/Makefile	Sun Jun 28 17:36:11 2015	(r390803)
@@ -9,10 +9,10 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Nagios plugin to check status of Varnish
 
-BUILD_DEPENDS=	varnish4>=0:${PORTSDIR}/www/varnish4
-
 LICENSE=	BSD2CLAUSE
 
+BUILD_DEPENDS=	varnish4>=0:${PORTSDIR}/www/varnish4
+
 GNU_CONFIGURE=	yes
 CFLAGS+=	-lm
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506281736.t5SHaBUH035666>