Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 12:38:05 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451871 - head/sysutils/ganglia-webfrontend
Message-ID:  <201710121238.v9CCc576075495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu Oct 12 12:38:04 2017
New Revision: 451871
URL: https://svnweb.freebsd.org/changeset/ports/451871

Log:
  sysutils/ganglia-webfrontend: fix RUN_DEPENDS, minor changes to satisfy
  portlint, and release maintainership

Modified:
  head/sysutils/ganglia-webfrontend/Makefile

Modified: head/sysutils/ganglia-webfrontend/Makefile
==============================================================================
--- head/sysutils/ganglia-webfrontend/Makefile	Thu Oct 12 12:33:35 2017	(r451870)
+++ head/sysutils/ganglia-webfrontend/Makefile	Thu Oct 12 12:38:04 2017	(r451871)
@@ -6,22 +6,22 @@ PORTREVISION=	1
 CATEGORIES=	sysutils net parallel www
 PKGNAMESUFFIX=	-webfrontend
 
-MAINTAINER=	jrm@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Ganglia cluster monitor, web frontend
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${LOCALBASE}/sbin/gmetad:sysutils/ganglia-monitor-core
+RUN_DEPENDS=	${LOCALBASE}/sbin/gmond:sysutils/ganglia-monitor-core
 
+USES=		php:web
 USE_GITHUB=	yes
 GH_ACCOUNT=	ganglia
 GH_PROJECT=	ganglia-web
+USE_PHP=	filter gd session xml
 
 NO_ARCH=	yes
 NO_BUILD=	yes
 
-USES=		php:web
-USE_PHP=	filter gd session xml
 WWWDIR=		${PREFIX}/www/ganglia
 
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" WWWDIR="${WWWDIR}"



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