svn commit: r472418 - head/net-mgmt/statsd

Steve Wills swills at FreeBSD.org
Thu Jun 14 23:48:30 UTC 2018


Author: swills
Date: Thu Jun 14 23:48:29 2018
New Revision: 472418
URL: https://svnweb.freebsd.org/changeset/ports/472418

Log:
  net-mgmt/statsd: require older node
  
  PR:		228134
  Approved by:	maintainer timeout (kimor79 at yahoo.com, > 1 month)

Modified:
  head/net-mgmt/statsd/Makefile   (contents, props changed)

Modified: head/net-mgmt/statsd/Makefile
==============================================================================
--- head/net-mgmt/statsd/Makefile	Thu Jun 14 23:40:46 2018	(r472417)
+++ head/net-mgmt/statsd/Makefile	Thu Jun 14 23:48:29 2018	(r472418)
@@ -2,6 +2,7 @@
 
 PORTNAME=	statsd
 PORTVERSION=	0.7.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-mgmt
 
@@ -11,7 +12,7 @@ COMMENT=	Simple daemon for easy stats aggregation
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	node:www/node
+RUN_DEPENDS=	node6>=0:www/node6
 
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the svn-ports-all mailing list