aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-06-15 07:48:29 +0800
committerswills <swills@FreeBSD.org>2018-06-15 07:48:29 +0800
commitb3902f3a19d9c3076915245b27663fe56c8338b6 (patch)
treeb6c5dc9f4b874a4210d47194d007cab860eda0fc /net-mgmt
parentd6b94048f5190ac0b9cab8333ac6880c2ce7c440 (diff)
downloadfreebsd-ports-gnome-b3902f3a19d9c3076915245b27663fe56c8338b6.tar.gz
freebsd-ports-gnome-b3902f3a19d9c3076915245b27663fe56c8338b6.tar.zst
freebsd-ports-gnome-b3902f3a19d9c3076915245b27663fe56c8338b6.zip
net-mgmt/statsd: require older node
PR: 228134 Approved by: maintainer timeout (kimor79@yahoo.com, > 1 month)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/statsd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/statsd/Makefile b/net-mgmt/statsd/Makefile
index 6c3211682bb1..8eae3fc03bed 100644
--- a/net-mgmt/statsd/Makefile
+++ b/net-mgmt/statsd/Makefile
@@ -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