diff options
author | rene <rene@FreeBSD.org> | 2019-08-13 02:37:37 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-08-13 02:37:37 +0800 |
commit | c3760aefcfb1d0ea0c4116f2f2d6d535a99580d0 (patch) | |
tree | 39686ca57304615a8326b0730ceda9ab5451dc10 | |
parent | 176f61a9bc44aa3696c376cf55fd60c702db9551 (diff) | |
download | freebsd-ports-gnome-c3760aefcfb1d0ea0c4116f2f2d6d535a99580d0.tar.gz freebsd-ports-gnome-c3760aefcfb1d0ea0c4116f2f2d6d535a99580d0.tar.zst freebsd-ports-gnome-c3760aefcfb1d0ea0c4116f2f2d6d535a99580d0.zip |
net-mgmt/statsd: schedule for removal on 2019-11-01 due to expired www/node6
While here fix FATAL portlint error.
-rw-r--r-- | net-mgmt/statsd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/statsd/Makefile b/net-mgmt/statsd/Makefile index 8eae3fc03bed..7ba00324d7c7 100644 --- a/net-mgmt/statsd/Makefile +++ b/net-mgmt/statsd/Makefile @@ -2,8 +2,8 @@ PORTNAME= statsd PORTVERSION= 0.7.2 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= kimor79@yahoo.com @@ -12,6 +12,9 @@ COMMENT= Simple daemon for easy stats aggregation LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= depends on expired www/node6 +EXPIRATION_DATE=2019-11-01 + RUN_DEPENDS= node6>=0:www/node6 NO_BUILD= yes |