svn commit: r390803 - head/www/varnish-nagios

Mark Felder feld at FreeBSD.org
Sun Jun 28 17:36:12 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list