From owner-svn-ports-head@freebsd.org Thu Jun 14 23:48:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46264101A795; Thu, 14 Jun 2018 23:48:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F08456BAE2; Thu, 14 Jun 2018 23:48:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEABA7AFE; Thu, 14 Jun 2018 23:48:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5ENmTHx096159; Thu, 14 Jun 2018 23:48:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5ENmTbc096158; Thu, 14 Jun 2018 23:48:29 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201806142348.w5ENmTbc096158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 14 Jun 2018 23:48:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472418 - head/net-mgmt/statsd X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net-mgmt/statsd X-SVN-Commit-Revision: 472418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2018 23:48:30 -0000 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@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